This testnet includes our first pass at implementing a concept of TransactionViews
and TransactionPerspectives
, which together will allow users to pass along a partial "view" of the decrypted contents of a transaction's shielded actions in the form of a "perspective" consisting of a bundle of action-scoped payload keys corresponding to some or all of the actions in a specific transaction. This allows someone in possession of a full viewing key for an account to share some of their decryption ability without needing to provide their full viewing key.
This release also fixes the block time to be 5 seconds instead of 1 second, alongside various other feature enhancements and improvements:
What's Changed
- crypto: refactor transparent proof statements into gadgets by @redshiftzero in #1470
- test(integration): list created proposals by @redshiftzero in #1486
- Allow pcli querying of governance-controllable chain parameters by @zbuc in #1463
- update default config template with 0.34 by @avahowell in #1485
- Automated testnet - ingress for fullnodes by @agouin in #1464
- Create parallel
storage2
crate by @zbuc in #1493 - implement
TransactionView
by @redshiftzero in #1426 - Add stub impls for Storage2 crate by @zbuc in #1495
- Use pro-rata output in constructing SwapClaimProof by @zbuc in #1498
Full Changelog: 030-isonoe...031-autonoe