Releases: algorandfoundation/reti
Releases · algorandfoundation/reti
0.9.9
What's Changed
Features
- contracts: contracts moving to expected final status. AVM 11 is required as the new opcodes are now used instead of placeholders. Test deploy will be on new 'fnet' network.
- ui / nodemgr: changes related to the new deploy testing on new temporary network 'fnet'
Fixes
- contracts: variety of updates to address audit findings - key fix being improper token payouts for partial stakers.
Other Changes
- chore: numerous dependency updates in contracts/ui/nodemgr.
Full Changelog: v0.9.8...v0.9.9
0.9.8
0.9.7
0.9.6
What's Changed
UI Features
- Visual indicator of validator being behind on epoch updates by @drichar in #247
- Stake saturation indicator in
ValidatorTable
by @drichar in #243 - Rewards column in
ValidatorTable
is sortable by @drichar in #249
Other Changes
- UI: Rename vite.config.ts -> vite.config.mjs by @drichar in #240
- UI: Update non-major dependencies by @renovate in #236
- UI: Update eslint/prettier to v7.14.1 by @renovate in #235
- Contracts: Update eslint/prettier to v7.14.1 by @renovate in #234
- UI: Lock file maintenance by @renovate in #237
- Bootstrap: Update dependency typescript to v5.5.3 by @renovate in #231
- Create FUNDING.yml by @drichar in #248
- UI: Upgrade @txnlab/use-wallet-react to v3.0.0 by @drichar in #252
- UI: Update eslint/prettier by @renovate in #245
- Contracts: Update eslint/prettier by @renovate in #241
- UI: Update vitest monorepo to v2 (major) by @renovate in #251
- UI: Update non-major dependencies by @renovate in #250
- Contracts: Update dependency ts-jest to v29.2.3 by @renovate in #244
- Update Renovate schedule by @drichar in #253
- Bootstrap: Update dependency @types/node to v20.14.11 by @renovate in #242
- Update dependency typescript to v5.5.4 by @renovate in #232
- Bootstrap: Update dependency @types/node to v20.14.12 by @renovate in #254
Full Changelog: v0.9.5...v0.9.6
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