All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.5 - 2024-11-20
- (preimage) Decouple from
kona-common
(#817)
0.0.4 - 2024-10-25
- hashmap (#732)
- (workspace) hoist and fix lints (#577)
- (preimage) Improve error differentiation in preimage servers (#535)
- re-org imports (#711)
- (preimage) Test Coverage (#634)
- doc logos (#609)
- (workspace) Bump dependencies (#550)
- (workspace) Allow stdlib in
cfg(test)
(#548)
0.0.3 - 2024-09-04
- (workspace) Add Unused Dependency Lint (#453)
- (workspace) Update for
anton-rs
org transfer (#474) - (workspace) Hoist Dependencies (#466)
- (common) Remove need for cursors in
NativeIO
(#416) - (preimage) Remove dynamic dispatch (#354)
0.0.2 - 2024-06-22
- (preimage) add serde feature flag to preimage crate for keys (#271)
- (client) Derivation integration (#257)
- (ci) Dependabot config (#236)
- (client)
StatelessL2BlockExecutor
(#210) - (client)
BootInfo
(#205) - (preimage) Async client handles (#200)
- (host) Add local key value store (#189)
- (host) Host program scaffold (#184)
- (preimage) Async server components (#183)
- (precompile) Add
precompile
key type (#179) - (preimage)
OracleServer
+HintReader
(#96) - (common) Move from
RegisterSize
to native ptr size type (#95) - (workspace) Add
rustfmt.toml