This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
Releases: dashevo/js-drive
Releases · dashevo/js-drive
Drive v0.21.1
Bug Fixes
- getFeatureFlagForHeight must not try to fetch feature flags before they were created (#575)
Drive v0.21.0
Drive v0.21.0-dev.6
chore(release): bump version to 0.21.0-dev.6
Drive v0.21.0-dev.5
chore: bump version to v0.21.0-dev.5 (#570)
Drive v0.21.0-dev.4
chore: bump version to 0.21.0-dev.4 (#568)
Drive v0.21.0-dev.3
chore: update dpp to 0.21.0-dev.7 (#566)
Drive v0.21.0-dev.2
chore: bump version to 0.21.0-dev.2 (#556)
Drive v0.21.0-dev.1
chore: bump version to 0.21.0-dev.1 (#561)
Drive v0.20.0
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 fromPublicKeyToIdentityIdStoreRootTreeLeaf
class (#544)- typo in trace output (#516)
BREAKING CHANGES
document
,dataContract
,identity
,identityIdsByPublicKeyHashes
andidentitiesByPublicKeyHashes
query handlers now returns Protobuf messages instead of cbor'ed data. data is not sent if a proof is requestedVALIDATOR_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
core(release): bump version to 0.20.0-dev.15