Releases: algorandfoundation/reti
Releases · algorandfoundation/reti
v0.11.8
What's Changed
- fix: Changed all github references to new organization by @pbennett in #322
- fix(ui): update route IDs for non-nested validator routes by @drichar in #323
- fix(vscode): remove auto-organize imports setting by @drichar in #324
- chore(nodemgr): small logging adjustments, moving block time messages to debug level and logging when algod version changes for pool
Full Changelog: v0.11.7...v0.11.8
0.11.7
What's Changed
- Changing dockerhub location by @shane-at-algo in #321
- docker image moved to algorandfoundation/reti from txnlab/reti
New Contributors
- @shane-at-algo made their first contribution in #321
Full Changelog: v0.11.6...v0.11.7
v0.11.6
What's Changed
- bug(ui): parsed (float) algo amounts were being converted to bigints instead of kept as floats for conversion to algos
Full Changelog: v0.11.5...v0.11.6
0.11.5
- fix(nodemgr): Shutdown of Reti daemon was hanging if validator didn't have stake gating.
Full Changelog: v0.11.4...v0.11.5
0.11.4
What's Changed
- fix(ui): Add/Remove Stake wasn't specifying an empty signer for 'simulate' portion after conversion to new algokit clients - failing for pools requiring the user to opt-in to a reward token
- feat(ui): Add Node Number display to staking details
Full Changelog: v0.11.3...v0.11.4
0.11.3
v0.11.2
What's Changed
- fix(ui): Fixed some comparisons to fix bigint/number issues at runtime that was preventing adding additional stake or unstaking
- feat(ui): updated calls to some of the 'variable cost' methods to use the new extraFee support in the new algokit beta clients.
- chore(all): numerous dependency updates
- feat(ui): add favicon and web app manifest by @drichar in #305
Full Changelog: v0.11.0...v0.11.2
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
0.10.1
0.10.0
What's Changed
- feat(nodemgr): Added support for removing stakers who no longer meet the requirements for 'gated' validator pools.
- The node manager will check every 5 minutes for stakers no longer meeting the gating requirements and 'unstake' them, giving them all eligible algo and rewards in #285
- chore: numerous dependency updates.
Full Changelog: v0.9.9...v0.10.0