This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
Releases: ArkEcosystemArchive/ark-node
Releases · ArkEcosystemArchive/ark-node
1.3.2
Version and Bignum update
Updates related to:
- BigNum updates
- soft fork (peer version)
- fixes on the block accept part
- increased timeouts
- updated package.json
Many thanks to all for contributing patches and updates.
Version bump and bignum changes
Merge pull request #115 from ArkEcosystem/chore/minPeerVersionBump chore: version bump
Updates
Mainnet update
Updates related to:
- soft fork (peer version)
- fixes on the block accept part
- increased timeouts
- updated package.json
Many thanks to @n4ru for contributing patches and updates.
Mainnet update
Fixed
- Fixed an issue that could cause votes & delegates to be duplicated (adding unique constraints in the DB)
- Fixed an issue where blocks were processed before they were verified
- Fixed a timestamp (time-travel) overflow issue
- Fixed some logging issues where data was missing
- Fixed an issue that could result in transaction pool spam
- Fixed an issue that could result in duplicated transactions in the pool
Changed
- Disabled some of the endpoints that could be used to crash nodes and get them to miss blocks (active delegates)
- Implemented stricter validation of vote data
fixing broadcast
Improving the broadcast reliability, decreasing the likelihood of reaching failed nodes
various fixes on addressing
1.0.1 bumped version
New testnet relaunch
The ark team is happy to release our first new testnet version. Featuring:
- 1 vote per account
- similar algorithm for account signature to bitcoin (thus enabling hdwallet)
- completely rewritten data management through blockchain abstraction and nodemanager event management
- featuring 10tx/s on our devnet, limited by CPU of the devnet hardware.
- improved protocol: including fees in tx signature, extending txid to 64bytes (likely reduced to 32 later), compact block broadcast
- fine tuned management of forks: orphaned blocks are treated on reception. Forked blocks are disregarded.
More to come stay tuned