Namada 0.31.7 is a patch release that contains code refactors, various fixes and improvements.
BUG FIXES
- Fix ibc-gen-shielded for shielded transfers back to the origin
(#2634) - Fixed the default
--node
argument when no specified.
(#2701) - Bail from router if a nester router segment is not matched.
(#2739)
IMPROVEMENTS
- Refactored sub-systems integration in the ABCI FinalizeBlock request handler.
(#2482) - Refactored token crates. (#2493)
- Refactored core crate to flatten the modules structure.
(#2503) - Refactored governance crate dependencies.
(#2506) - Hid addresses used for testing from public API.
(#2507) - Expanded the variety of test vectors generated for hardware
wallets and simplified their format in some places.
(#2588) - Refactored the state crate.
(#2606) - Add slashed bonds/unbonds info to the client.
(#2670) - Moving to rust version 1.76.0 (#2687)
TESTING
- Implemented mock transaction prover and verifier for faster testing and lower
development time. (#2695)