Releases: algorandfoundation/reti
Releases · algorandfoundation/reti
0.9.5
0.9.4
What's Changed
Features
- feat(nodemgr): have refundStakers command offline the pools at end.
Bugs
- fix(contracts): for 'partial epoch' stakers, the reward calculation was incorrect by @pbennett in 614a3ad
- fix(nodemgr): only log .env 'error' if there's an actual error - a new helper method was logging nil 'errors' by @pbennett in c95c337
- fix(nodemgr): pool list --all 'total' row was off by 1 column in displaying total stakers, stake, etc by @pbennett in 33fa7f2
Other
- ci: add in default PR template by @michaeltchuang in #225
- chore(ui): upgrade @txnlab/use-wallet to v3.0.0-rc.2 by @drichar in #229
- Numerous dependency updates
New Contributors
- @michaeltchuang made their first contribution in #225
Full Changelog: v0.9.3...v0.9.4
0.9.3
What's Changed
Features
- UI: add footer with current protocol/app version by @drichar in #209
- UI: check for new version by @drichar in #210
Fixes
- UI: validate decimal places in add/remove stake modals by @drichar in #208
- Nodemgr: Switch to expecting the use of the
ALGO_ALGOD_ADMIN_TOKEN
env variable for the node's admin token by @pbennett in a6f9b14
Other Changes
- UI: update eslint/prettier to v7.11.0 by @renovate in #211
- Bootstrap: update dependency @types/node to v20.12.13 by @renovate in #206
Full Changelog: v0.9.2...v0.9.3
0.9.2
What's Changed
UI Features
- Add external link to GitBook documentation by @drichar in #199
- Send reward token info as step 4 in AddPoolModal by @drichar in #198
- AddValidatorForm entry gating updates by @drichar in #200
- ValidatorTable global search and sunset filter by @drichar in #203
Other Changes
Full Changelog: v0.9.1...v0.9.2
0.9.1
What's Changed
Features
- UI: show remaining reward balance in validator details by @drichar in #194
- Nodemgr: for the validator info/state commands, allow specifying a different validator so base details can be shown for other validators by @pbennett in bdb1523
Fixes
- UI: pressing Enter should submit add/remove stake form by @drichar in #193
- UI: add 2nd gas call to addStake by @drichar in #196
- UI: check required balance prior to signing by @drichar in #195
Other Changes
Full Changelog: v0.9.0...v0.9.1
0.9.0
0.8.15
What's Changed
Features
- feat(contracts): Add 'emptyTokenRewards' call. by @pbennett in #182
- feat(ui): fetch and display pool APYs and validator avg APY by @drichar in #181
- feat(ui): expandable rows in ValidatorTable by @drichar in #183
Fixes
- fix(ui): pin dependency query-string to 9.0.0 by @renovate in #186
- fix(ui): update non-major dependencies by @renovate in #187
- fix(ui): don't mutate cached params in addValidator by @drichar in #190
- fix(nodemgr): refund stakers txn needed foreign account in same txn as forign asset #189
- fix(contracts): increased 'topoff' amount to 2.1 ALGO from 1 ALGO for validator->manager (to cover go online fees)
Full Changelog: v0.8.14...v0.8.15
0.8.14
0.8.13
What's Changed
UI Fixes
- Edit reward token payout modal converts amount to base units by @drichar in #174
- Set a fixed fee for changeValidatorNfd by @drichar in #175
Other Changes
- CI: Update actions/setup-python action to v5 by @renovate in #171
- Contracts: Update eslint/prettier to v7.10.0 by @renovate in #176
Full Changelog: v0.8.12...v0.8.13