Skip to content

Releases: init4tech/storage

v0.6.5

11 Mar 12:43
16d965e

Choose a tag to compare

What's Changed

  • fix(cold): drain in-flight reads before executing writes (#39)
  • feat(storage): add drain_above to ColdStorage + UnifiedStorage (#38)
  • chore: remove deref impls (#37)

Full Changelog: v0.6.4...v0.6.5

v0.6.4

17 Feb 16:24
24034ab

Choose a tag to compare

What's Changed

  • refactor(storage): Introduce connector-based architecture (#35)
  • fix: Cursor::exact_dual (#36)

Full Changelog: v0.6.3...v0.6.4

v0.6.3

16 Feb 19:42
61f09c9

Choose a tag to compare

What's Changed

  • chore: bump SDK to rc.11, use SDK primitive re-exports (#33)

Published Crates

All crates published to crates.io:

  • signet-storage-types v0.6.3
  • signet-hot v0.6.3
  • signet-cold v0.6.3
  • signet-hot-mdbx v0.6.3
  • signet-cold-mdbx v0.6.3
  • signet-cold-sql v0.6.3
  • signet-storage v0.6.3

Full Changelog: v0.6.2...v0.6.3

v0.6.2

16 Feb 01:01
fbfe22c

Choose a tag to compare

What's Changed

  • fix(hot): MemKvRwTx read cursor now sees queued writes (#32)

Full Changelog: v0.6.1...v0.6.2

v0.6.1

15 Feb 19:29
9c3b2b8

Choose a tag to compare

Changes

  • refactor(types): replace migrated types with SDK re-exports (#31)

Crates

Crate Version
signet-storage-types 0.6.1
signet-cold 0.6.1
signet-hot 0.6.1
signet-hot-mdbx 0.6.1
signet-cold-mdbx 0.6.1
signet-cold-sql 0.6.1
signet-storage 0.6.1

v0.6.0

15 Feb 16:14
f9ccf3a

Choose a tag to compare

What's Changed

  • feat(cold): add stream_logs for incremental log streaming (#30)

Full Changelog: v0.5.0...v0.6.0

v0.5.0

14 Feb 16:36
09b3801

Choose a tag to compare

What's Changed

  • feat(cold): add max_logs parameter to get_logs (#29)

Full Changelog: v0.4.1...v0.5.0

v0.4.1

14 Feb 15:40
30ae3de

Choose a tag to compare

What's Changed

  • refactor(cold-sql): Eliminate intermediate row structs (#27)
  • chore: Bump version to 0.4.1 (#28)

Crates

Crate Version
signet-storage-types 0.4.1
signet-hot 0.4.1
signet-cold 0.4.1
signet-hot-mdbx 0.4.1
signet-cold-sql 0.4.1
signet-cold-mdbx 0.4.1
signet-storage 0.4.1

Full Changelog: https://github.com/init4tech/signet-storage/compare/v0.4.0...v0.4.1

v0.4.0

14 Feb 13:57
c3494a9

Choose a tag to compare

What's Changed

  • refactor(cold): optimize MDBX backend and remove INT_KEY (#26)

Crates

Crate Version
signet-storage-types 0.4.0
signet-hot 0.4.0
signet-cold 0.4.0
signet-hot-mdbx 0.4.0
signet-cold-mdbx 0.4.0
signet-cold-sql 0.4.0
signet-storage 0.4.0

Full Changelog: v0.3.0...v0.4.0

v0.3.0

13 Feb 19:44
44f144b

Choose a tag to compare

What's Changed

  • feat(cold): add eth_getLogs support with block-level log indexing (#24)
  • refactor(cold): remove metadata table and consolidate SQL queries (#22)
  • ignore false-positive audit warning (#21)

Crates

Crate Version
signet-storage-types 0.3.0
signet-hot 0.3.0
signet-cold 0.3.0
signet-hot-mdbx 0.3.0
signet-cold-mdbx 0.3.0
signet-cold-sql 0.3.0
signet-storage 0.3.0

Full Changelog: v0.2.0...v0.3.0