This has some key changes in it. You will need to do a database reset, so make sure to back up your accounts before you do that.
What's Changed
- Verify spend with nullifier tree and not note tree size #798
- Show the graffiti when starting the node #818 (thanks axejintao)
- Change default transaction expiration from 450 blocks to 15 blocks #822
- Switch to a faster native blake3 implementation from blake3 WASM. This should fix a number of errors and increase hash rate #815
- Optimize
MerkleTree.contains()
from an O(n) scan to an O(1) check using as new index #775