v0.0.10
What's Changed
- fix(fwdctl): fix fwdctl with ethhash by @qusuyan in #1091
- build: Cargo.toml upgrades and fixes by @rkuris in #1099
- feat(async-iterator): Implement by @rkuris in #1096
- chore: Add propose-on-propose test by @rkuris in #1097
- chore: Implement newtype for LInearAddress by @rkuris in #1086
- style: remove unnecessary string in error by @alarso16 in #1104
- feat: export logs by @RodrigoVillar in #1070
- feat: Render the commit sha in fwdctl by @rkuris in #1109
- chore: refactor verifying value digests by @demosdemon in #1119
- feat: update proof types to be generic over mutable or immutable collections by @demosdemon in #1121
- feat: refactor value types to use the type alias by @demosdemon in #1122
- feat(dumper): child links in hex (easy) by @rkuris in #1124
- docs: update ffi/README.md to include configs, metrics, and logs by @alarso16 in #1111
- feat(deferred-allocate): Part 3: Defer allocate by @rkuris in #1061
- test: add fuzz testing for checker, with fixes by @rkuris in #1118
- feat(checker): disable buggy ethhash checker by @qusuyan in #1127
- feat: add
Children<T>type alias by @demosdemon in #1123 - chore: Checker test cleanups by @rkuris in #1131
- chore: minor cleanups and nits by @demosdemon in #1133
- feat: make NodeStore more generic by @demosdemon in #1134
- feat(checker): add progress bar by @qusuyan in #1105
- feat(checker): checker errors include reference to parent by @qusuyan in #1085
- fix(checker): fix checker with ethhash by @qusuyan in #1130
- build(deps): update criterion requirement from 0.6.0 to 0.7.0 by @dependabot[bot] in #1140
- chore: Add a golang install script by @rkuris in #1141
- fix: Fix broken deserialization of old FreeArea format by @demosdemon in #1147
- feat: Update RangeProof structure by @demosdemon in #1136
- test: Port TestDeepPropose from go->rust by @rkuris in #1115
- chore: move all merkle tests into a subdirectory by @demosdemon in #1150
- feat: update range_proof signature by @demosdemon in #1151
- chore: require license header for ffi code by @demosdemon in #1159
- feat(checker): add InvalidKey error by @qusuyan in #1155
- fix: create metrics registration macros by @KushnerykPavel in #980
- feat(deferred-persist): Part 1: unpersisted gauge by @rkuris in #1116
- feat(checker): collect basic statistics while checking the db image by @qusuyan in #1149
- feat(fwdctl): Add support for dump formats by @rkuris in #1161
- feat(ffi): Remove the Arc wrapper around Proposal by @demosdemon in #1160
- chore: Bump version to v0.0.10 by @demosdemon in #1165
Full Changelog: v0.0.9...v0.0.10