Skip to content

0.8.11

Compare
Choose a tag to compare
@pbennett pbennett released this 22 May 21:35
· 286 commits to main since this release
696004c

What's Changed

Features

  • feat(nodemgr): add cli commands to display pools a particular staker is in, as well as ledger data for an arbitrary validator/pool
  • feat(ui): link staking pool contract to NFD by @drichar in #143
  • feat(contracts): contracts made upgradable for future (temporary) testnet testing - so validators/stakers don't have to keep starting over.

Fixes

  • fix(contracts): NFD segment gating was checking incorrect value for parent/appid comparison
  • fix(contracts): fix bug where earlier empty slot in stakers pool list was used even if they were already in a particular pool being updated
  • fix(nodemgr): needed asset/app references when removing stake from pool with a reward token
  • fix(ui): catch and handle 'stakers' box value 404 errors [reverted] by @drichar in #165
  • fix(ui): invalidate 'pools-info' query after box value is set by @drichar in #167

Other Changes

  • chore: upgrade algokit-utils and pin algosdk by @drichar in #166

Full Changelog: v0.8.10...v0.8.11