10000 Releases · algorandfoundation/reti · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

R 10000 eleases: algorandfoundation/reti

v1.3.6

16 May 18:45
4739d4e
Compare
Choose a tag to compare

What's Changed

  • feat(UI): add WalletConnect integration and configuration by @drichar in #383
  • fix(UI): Fix APY missing for some validators w/ empty pools by @pbennett in #386

Full Changelog: v1.3.5...v1.3.6

1.3.5

15 May 04:16
6096663
Compare
Choose a tag to compare

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.

@pbennett in #382

Full Changelog: v1.3.4...v1.3.5

v1.3.4

05 May 04:07
8c3375a
Compare
Choose a tag to compare

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

07 Mar 21:56
fcaf199
Compare
Choose a tag to compare

What's Changed

  • fix(ui): update StakingPoolInfo to use corrected max stake calculation by @drichar in #375
  • fix(ui): add buffer to max stake calculation by @drichar in #376

Full Changelog: v1.3.2...v1.3.3

v1.3.2

06 Mar 00:14
cc1e84a
Compare
Choose a tag to compare

What's Changed

  • fix(ui): correct max stake per pool calculation logic by @drichar in #373

Full Changelog: v1.3.1...v1.3.2

v1.3.1

02 Mar 01:54
6b444c0
Compare
Choose a tag to compare

What's Changed

  • chore(workflows): update release trigger to 'published' by @pbennett in c09bf8a

Full Changelog: v1.3.0...v1.3.1

v1.3.0

01 Mar 19:38
bd79fda
Compare
Choose a tag to compare

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

19 Feb 18:11
e2110c8
Compare
Choose a tag to compare

What's Changed

  • feat(ui): Add performance data and APY from Nodely to UI by @pbennett in #368

Full Changelog: v1.1.1...v1.2.0

v1.1.1

16 Feb 06:15
5acf3be
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • fix(ui): increase extraFee for getStakerInfo call by @drichar in #365

Other Changes

  • chore(deps): update @txnlab/use-wallet-react to stable v4.0.0 by @drichar in #366

Full Changelog: v1.1.0...v1.1.1

v1.1.0

05 Feb 14:56
10be39b
Compare
Choose a tag to compare 8837

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

  • docs: add contributing guidelines and update PR template by @drichar in #347

New Contributors

Full Changelog: v1.0.3...v1.1.0

0