Skip to content

Releases: algorandfoundation/reti

0.9.9

12 Sep 04:23
b05151e
Compare
Choose a tag to compare

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

02 Aug 19:20
1e2564b
Compare
Choose a tag to compare

What's Changed

UI Fix

  • KMD client should only be instantiated in dev mode by @drichar in #267

Full Changelog: v0.9.7...v0.9.8

0.9.7

02 Aug 04:50
280e29e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.6...v0.9.7

0.9.6

25 Jul 15:07
dc2e664
Compare
Choose a tag to compare

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

Full Changelog: v0.9.5...v0.9.6

0.9.5

02 Jul 22:08
d130fdb
Compare
Choose a tag to compare

What's Changed

Fixes

  • UI: Upgrade @txnlab/use-wallet-react to v3.0.0-rc.3 by @drichar in #238

Other Changes

Full Changelog: v0.9.4...v0.9.5

0.9.4

23 Jun 20:42
69e5d20
Compare
Choose a tag to compare

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

Full Changelog: v0.9.3...v0.9.4

0.9.3

03 Jun 18:10
2567018
Compare
Choose a tag to compare

What's Changed

Features

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

31 May 21:33
d7612b0
Compare
Choose a tag to compare

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

  • Contracts: Update eslint/prettier to v7.11.0 by @renovate in #201

Full Changelog: v0.9.1...v0.9.2

0.9.1

30 May 00:52
57f9485
Compare
Choose a tag to compare

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

28 May 21:35
172e3a9
Compare
Choose a tag to compare

What's Changed

Fixes

  • UI: fix AddValidatorForm onSubmit regression (error if no token set) by @drichar in #192

Other Changes

  • chore: v0.9.0 and new contract deploy (app 673404372) by @pbennett in #191

Full Changelog: v0.8.15...v0.9.0