Skip to content

Releases: algorandfoundation/reti

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

0.8.15

28 May 20:17
90e8fc0
Compare
Choose a tag to compare

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

23 May 22:40
c755603
Compare
Choose a tag to compare

What's Changed

Fixes

  • Contracts: The stake accumulator wasn't being updated if staker was already in pool and simply adding more stake. by @pbennett in 75aebca
  • UI: Convert current rewardPerPayout to whole units by @drichar in #178

Full Changelog: v0.8.13...v0.8.14

0.8.13

23 May 20:09
bbf2383
Compare
Choose a tag to compare

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

0.8.12

23 May 15:46
8c3fa7f
Compare
Choose a tag to compare

What's Changed

  • Playwright CI workflow by @drichar in #170
  • Upgrade @algorandfoundation/algokit-utils to v6.0.5-beta.1 by @drichar in #172

Full Changelog: v0.8.11...v0.8.12