This release continued with back-end implementation of the new storage subsystems, as well as improvements to the handling of ephemeral addresses in pcli
.
An exciting new feature: you can now view transaction details with cargo run --bin pcli --release -- view tx <TX_HASH>
! By default, this will display a tabularized view; you can get full JSON output by adding the --raw
flag: cargo run --bin pcli --release -- view tx <TX_HASH> --raw
.
What's Changed
- Asyncify storage code by @zbuc in #1541
- readme protobuf update by @VPhung24 in #1552
- Ranged storage access by @zbuc in #1546
- Implement
pcli v tx
functionality for viewing transactions by @aubrika in #1536 - Simplify storage code by @zbuc in #1557
- Add a
--raw
option topcli view tx
by @hdevalence in #1560 - Document protobuf build process by @conorsch in #1559
- Rework pcli view balance code to hide and combine ephemeral addresses by @mikayla-maki in #1566
- spec: add example on binding signature by @redshiftzero in #1554
- Convert MemoPlaintext to String type by @conorsch in #1548
- storage2: add a RocksDbSnapshot wrapper with internal Arc by @hdevalence in #1567
- docs: explain how to run smoke-tests by @erwanor in #1570
- 034-aoede release prep by @zbuc in #1573
New Contributors
Full Changelog: 033-eirene...034-aoede