Skip to content

Releases: algorandfoundation/reti

v0.11.8

31 Oct 03:03
280e8f6
Compare
Choose a tag to compare

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

25 Oct 15:27
Compare
Choose a tag to compare

What's Changed

  • Changing dockerhub location by @shane-at-algo in #321
    • docker image moved to algorandfoundation/reti from txnlab/reti

New Contributors

Full Changelog: v0.11.6...v0.11.7

v0.11.6

24 Oct 19:32
1824fa7
Compare
Choose a tag to compare

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

23 Oct 19:45
Compare
Choose a tag to compare
  • 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

23 Oct 05:06
9a2f7dd
Compare
Choose a tag to compare

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

20 Oct 17:16
7bebc0b
Compare
Choose a tag to compare

What's Changed

  • fix(ui): use configured outDir for replace version plugin by @drichar in #313
  • fix(ui): current number of stakers wasn't being displayed in validator dropdown by @pbennett
  • chore: algokit updates

Full Changelog: v0.11.2...v0.11.3

v0.11.2

16 Oct 04:59
b18ff1d
Compare
Choose a tag to compare

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

09 Oct 22:31
bb0f527
Compare
Choose a tag to compare

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

Full Changelog: v0.10.1...v0.11.0

0.10.1

01 Oct 15:10
Compare
Choose a tag to compare

Changes

bug(nodemgr): fnet wasn't accepted as valid network for onchain nfds, fixed in 0ea2d6d

0.10.0

28 Sep 04:30
30ad704
Compare
Choose a tag to compare

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