Skip to content

Releases: OwnMarket/OwnBlockchain

Release 1.6.0

28 Nov 23:05
Compare
Choose a tag to compare

Backported following changes from vNext into the v1.6:

  • Replace raw disk files (i.e. blocks and TXs) with the DB storage.
  • Prevent TX submission if nonce is not greater than current address nonce.
  • Delete TXs below min fee from the pool.
  • Provide TX pool info by address.

Release 1.5.7

12 Aug 23:07
Compare
Choose a tag to compare
  • Added support for installing the node on CentOS 8.

Release 1.5.6

13 May 19:53
Compare
Choose a tag to compare
  • Fixed the issue with inconsistent block configuration structure at the activation of dormant validator logic.

Release 1.5.5

13 May 18:44
Compare
Choose a tag to compare
  • Intermediate release for diagnostic purpose

Release 1.5.4

05 May 16:51
Compare
Choose a tag to compare
  • Activate dormant validator logic on MAINNET at block 1330000.

Release 1.5.3

28 Apr 23:59
Compare
Choose a tag to compare
  • Activated last proposed block tracking on MAINNET at block 1300000.

Release 1.5.2

19 Apr 11:00
Compare
Choose a tag to compare
Release 1.5.2 Pre-release
Pre-release
  • Removed tracking of last proposed block until defined point in chain, to ensure full sync compatibility.

Release 1.5.1

15 Apr 18:34
Compare
Choose a tag to compare
Release 1.5.1 Pre-release
Pre-release
  • Activated dormant validator handling on TESTNET.

Release 1.5.0

14 Apr 17:42
Compare
Choose a tag to compare
Release 1.5.0 Pre-release
Pre-release
  • Implemented automatic disabling of dormant validators.

Release 1.4.8

10 Apr 09:42
Compare
Choose a tag to compare
  • Don't allow removing a validator at the point of inclusion in the new active set.
  • Exposed additional fields in validators API endpoint.