Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Releases: ArkEcosystemArchive/ark-node

1.3.2

14 Oct 07:55
20c09ad
Compare
Choose a tag to compare
chore: bump version (#119)

Version and Bignum update

12 Oct 07:03
Compare
Choose a tag to compare

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

11 Oct 19:48
bbcdd2e
Compare
Choose a tag to compare
Merge pull request #115 from ArkEcosystem/chore/minPeerVersionBump

chore: version bump

Updates

11 Oct 16:52
28dee51
Compare
Choose a tag to compare

Bignum changes

Mainnet update

09 Oct 18:51
e98e891
Compare
Choose a tag to compare

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

04 Sep 06:54
8aeda51
Compare
Choose a tag to compare

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

08 Nov 08:17
@fix fix
Compare
Choose a tag to compare

Improving the broadcast reliability, decreasing the likelihood of reaching failed nodes

various fixes on addressing

08 Nov 08:20
@fix fix
Compare
Choose a tag to compare
1.0.1

bumped version

New testnet relaunch

13 Feb 22:26
@fix fix
Compare
Choose a tag to compare

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