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

Releases: dashevo/js-drive

Drive v0.21.1

28 Oct 13:41
b94b373
Compare
Choose a tag to compare

Bug Fixes

  • getFeatureFlagForHeight must not try to fetch feature flags before they were created (#575)

Drive v0.21.0

14 Oct 15:47
cdb68c3
Compare
Choose a tag to compare

Features

  • support higher protocol version (#571)
  • set protocol version on begin block (#558)
  • comprehensive error codes (#564, #572)
  • multiproof for the identity non inclusion proof root tree (#560)

Bug Fixes

  • consensus logger wasn't set on error (#567)
  • previousRootTree not rebuilt on commit, resulting in a wrong proof (#563)

Drive v0.21.0-dev.6

29 Sep 18:44
Compare
Choose a tag to compare
Drive v0.21.0-dev.6 Pre-release
Pre-release
chore(release): bump version to 0.21.0-dev.6

Drive v0.21.0-dev.5

26 Sep 13:30
baeca75
Compare
Choose a tag to compare
Drive v0.21.0-dev.5 Pre-release
Pre-release
chore: bump version to v0.21.0-dev.5 (#570)

Drive v0.21.0-dev.4

23 Sep 11:11
36b30a0
Compare
Choose a tag to compare
Drive v0.21.0-dev.4 Pre-release
Pre-release
chore: bump version to 0.21.0-dev.4 (#568)

Drive v0.21.0-dev.3

22 Sep 13:57
0547244
Compare
Choose a tag to compare
Drive v0.21.0-dev.3 Pre-release
Pre-release
chore: update dpp to 0.21.0-dev.7 (#566)

Drive v0.21.0-dev.2

07 Sep 13:26
f46cee7
Compare
Choose a tag to compare
Drive v0.21.0-dev.2 Pre-release
Pre-release
chore: bump version to 0.21.0-dev.2 (#556)

Drive v0.21.0-dev.1

25 Aug 09:51
6c0fb25
Compare
Choose a tag to compare
Drive v0.21.0-dev.1 Pre-release
Pre-release
chore: bump version to 0.21.0-dev.1 (#561)

Drive v0.20.0

22 Jul 13:01
f0466b3
Compare
Choose a tag to compare

Features

  • validator set rotation (#446, #515, #517, #530, #531)
  • use latest version of Merk storage (#546)
  • remove chainlock SML verification in favor of more robust core verification (#536)
  • remove SML instant lock verification in favor of more robust core verification #533)
  • make compatible with Tenderdash v0.5 (#527)
  • add additional info to proofs (#518, #523, #525, #540, #542)

Bug Fixes

  • invalid instant lock if no blocks are produced (#513)
  • getProofs method was missing from PublicKeyToIdentityIdStoreRootTreeLeaf class (#544)
  • typo in trace output (#516)

BREAKING CHANGES

  • document, dataContract, identity, identityIdsByPublicKeyHashes and identitiesByPublicKeyHashes query handlers now returns Protobuf messages instead of cbor'ed data. data is not sent if a proof is requested
  • VALIDATOR_SET_LLMQ_TYPE env is required
  • due to changes in hashing algorithm appHash is no longer same and not reproducible for old blocks hence new nodes would not be able to sync
  • removing SML IS lock verification make some previously invalid transactions valid
  • not compatible with Tenderdash v0.4
  • new ABCI messages and types not compatible with previous ones

Drive v0.20.0-dev.15

21 Jul 12:54
Compare
Choose a tag to compare
Drive v0.20.0-dev.15 Pre-release
Pre-release
core(release): bump version to 0.20.0-dev.15