0.11.0
What's Changed
- feat(contracts): Added @abi.readonly tags to ValidatorRegistry and StakingPool contracts now that tealscript/clients handle it properly.
- feat(contracts): Updated StakingPool contract to try to get rough approximation of average blocks per day using timestamps retrieved from chain itself during contract call. Required client support in algokit to allow reducing validity window of first/lastValid passed in app call.
- fix(ui): enhance overall accessibility and ARIA support by @drichar in #289
- chore(contracts/ui): Algokit utils v7 beta, algokit client v4 beta by @pbennett, @robdmoore in #302 and #291
- refactor: Upgrading contract tests to latest algokit utils (v7) and typed client generator (v4) by @robdmoore in #291
- v0.11.0 by @pbennett in #303
New Contributors
- @robdmoore made their first contribution in #291
Full Changelog: v0.10.1...v0.11.0