Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Releases: LiskArchive/lisk-db

Version 0.3.10

21 Sep 09:05
a7c7a86
Compare
Choose a tag to compare

What's Changed

Note

  • Version 0.3.9 was tagged, but npm published failed, and it's not available on npm while it cannot be published with the same version. Therefore, 0.3.10 was tagged with no code change

Full Changelog: v0.3.8...v0.3.10

Version 0.3.8

05 Sep 12:07
cc68d1e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.6...v0.3.8

Version 0.3.7

08 Aug 09:25
edf49d0
Compare
Choose a tag to compare

Change Log

v0.3.7 (2023-08-08)

Full Changelog

What's Changed:

  • Change SMT prefix for branch and leaf to avoid collision by @matjazv in #119
  • ⬆️ Bump tough-cookie from 4.0.0 to 4.1.3 by @dependabot in #121
  • ⬆️ Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #123
  • ⬆️ Bump semver from 6.3.0 to 6.3.1 by @dependabot in #122
  • Introduce two new interfaces for SMT verification by @hrmhatef in #118
  • Fix statedb to differentiate empty value and delete by @shuse2 in #126

Version 0.3.6

30 May 15:29
b6b6cad
Compare
Choose a tag to compare

Change Log

v0.3.6 (2023-05-30)

Full Changelog

Closed issues:

  • Lack of length validation for leaf keys in Sparse Merkle Tree proof verification #107
  • Panic due to lack of proof's bitmap's length validation #106
  • common_prefix returns common boolean not in prefix #105
  • Support Node.js 16 and 18 #113
  • Support Nodejs 18 #90

Version 0.3.5

15 Mar 11:06
83234e5
Compare
Choose a tag to compare

Change Log

v0.3.5 (2023-03-15)

Full Changelog

Closed issues:

  • node install will build the package regardless of prebuilt #96
  • Shelljs is in devDependencies #97
  • Root can be computed with invalid bitmap #101
  • Iterator gets blocked with large query #103

Version 0.3.4

07 Feb 09:59
5e6c25a
Compare
Choose a tag to compare

Change Log

v0.3.4 (2023-02-06)

Full Changelog

Closed issues:

  • node install will build the package regardless of prebuilt #96

Version 0.3.3

06 Feb 10:42
0bd3520
Compare
Choose a tag to compare

Change Log

v0.3.3 (2023-02-06)

Full Changelog

Closed issues:

  • Including lisk-db as a dependency when there's no prebuild should build from source #91
  • Possible memory leak #88

Version 0.3.2

31 Dec 15:21
6d3c9f6
Compare
Choose a tag to compare

Change Log

v0.3.2 (2022-12-31)

Full Changelog

Closed issues:

  • StateDB sometimes return key with internal prefix #83

Version 0.3.1

08 Dec 20:57
22bc9dc
Compare
Choose a tag to compare

v0.3.1 (2022-12-08)

Initial release of lisk-db after migrating the codebase to a native binding using rust. The original lisk-db source code can be found in Lisk SDK v5.2.2.

On top of the database binding using RocksDB as the previous versions, it adds sparse merkle tree and the StateDB using the sparse merkle tree implementation according to the Lisk protocol.