R 10000 eleases: algorandfoundation/reti
Releases · algorandfoundation/reti
v1.3.6
1.3.5
What's Changed
feat(ui): add ineligible stake filter, filtering out validators w/ <30K algo by default.
feat(ui): add optional (pending) validator rewards display as new column that can be selected for display.
Full Changelog: v1.3.4...v1.3.5
v1.3.4
What's Changed
- fix(ui): disable staking when first pool is full because of v1 findPoolForStaker contract bug by @pbennett in #380
- fix(ui): ignore 0 balance pools from last payout calculations. 0 balance pools were causing 'red' status indicator for some validators even though there was no stake in the pool.
Full Changelog: v1.3.3...v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
What's Changed
- feat(ui): add max stake per pool to validator configuration by @drichar in #370
- feat(ui): add support for external deposits metric 82de95a
- chore(contracts/nodemgr): updated testnet with mainnet contract version, updated app id in template / reti code e20f8a0
Full Changelog: v1.2.0...v1.3.0
v1.2.0
v1.1.1
v1.1.0
What's Changed
Features
- refactor(ui): reorganize validator data fetching and caching by @drichar in #346
- feat(ui): display NFD names for stakers in validator details by @drichar in #348
- feat(ui): add IPFS avatar support for NFDs by @drichar in #349
- feat(ui): add guided reward token setup flow for new validators by @drichar in #353
- feat(ui): improve loading states for dashboard tables by @drichar in #362
Fixes
- fix(ui): resolve toast issue with pera mobile by @kylebeee in #344
- fix(ui): default to pool 1 view when pools exist by @drichar in #351
- fix(ui): add second gas txn for asset-gated stake by @drichar in #350
- fix(ui): fix incorrect reward token assignment in useValidator by @drichar in #352
- fix(ui): ensure percentToValidator is rounded to integer by @drichar in #354
- fix(ui): handle decimal inputs in validator forms by @drichar in #355
- fix(ui): prevent AddPoolModal closing during pool creation by @drichar in #356
- fix(ui): convert pool address to string for NFD query key by @drichar in #357
- fix(ui): improve dialog accessibility and DOM nesting by @drichar in #358
- fix(ui): adjust toast z-index to resolve overlay conflicts by @drichar in #359
- fix(ui): maintain validator ID relationships in combined queries by @drichar in #360
- fix(ui): fetch full NFD view and improve pool type safety by @drichar in #361
Other Changes
New Contributors
Full Changelog: v1.0.3...v1.1.0