Skip to content

Latest commit

 

History

History
321 lines (245 loc) · 24.4 KB

CHANGELOG.md

File metadata and controls

321 lines (245 loc) · 24.4 KB

Changelog

[Unreleased]

[v1.1.12] (2023-03-15)

  • Wallet - in the vesting section separate the "Unlocked transferable tokens" into "Unlocked vesting tokens" and "Transferable rewards" for better clarity (#3132)
  • Wallet - change the Bonding flow to include an additional step for the user to provide a unique signature when they bond their node (#3109)

[v1.1.11] (2023-03-07)

  • Wallet: optional gas and memo fields (#2222)

[v1.1.10] (2023-02-20)

  • Wallet - Fix send address bug (#3030)
  • Wallet - [Issue] the Operator cost field in the Playground does not allow values above 100.0000 (#2998)
  • nym-wallet: fix auto-updated files (#3043)

nym-wallet-v1.1.9 (2023-02-14)

  • Allow more flexibility for user when setting passwords (#2993)
  • User feedback on weak passwords (#2993)
  • User no longer has to copy mnemonic to continune account creation (#2948)
  • Updated instructional steps for creating accounts with a password (#2962)

nym-wallet-v1.1.8 (2023-01-24)

  • Fix delegations sorting (#2885)

nym-wallet-v1.1.7 (2023-01-17)

  • link to the ng mixnet explorer for account info (#2823)
  • Fix delegations sorting (#2885) (2023-01-23)

nym-wallet-v1.1.6 (2023-01-10)

  • Fix param input layout 1.1.5 Release by @fmtabbara in #2720
  • Add epoch info to unbond modal 1.1.5 Release by @fmtabbara in #2718
  • Feat/2130 tables update rebase by @gala1234 #2742
  • pass wallet address as url param by @doums in #2780

nym-wallet-v1.1.5 (2022-12-22)

This release contains the APY calculator feature.

nym-wallet-v1.1.5 (2022-12-22)

This release contains the APY calculator feature.

nym-wallet-v1.1.4 (2022-12-20)

This release contains a bugfix for hiding and displaying the mnemonic, and displays the Bity wallet address in the buy page, as well as better error handling.

  • wallet: present some cases of the more technical errors (abci, ..) in a more human readable form.
  • Bug fix/hide display mnemonic by @fmtabbara in #1874
  • adding bity icon and wallet address by @gala1234 in #2689
  • remove warning error message by @gala1234 in #2694
  • ui and copy changes by @gala1234 in #2691

nym-wallet-v1.1.3 (2022-12-13)

  • wallet: improved unbond screen.

nym-wallet-v1.1.2 (2022-11-09)

  • wallet: Bity buy functionality

nym-wallet-v1.1.1 (2022-11-09)

  • wallet: compatibility with nym-binaries-1.1.1

nym-wallet-v1.1.0 (2022-11-09)

  • wallet: Add window for showing logs for when the terminal is not available.
  • wallet: Rework of rewarding (#1472)
  • wallet: Highlight delegations on an unbonded node to notify the delegator to undelegate stake
  • wallet: Group delegations on unbonded nodes at the top of the list
  • wallet: Simplified delegation screen when user has no delegations
  • wallet: Update "create password" howto guide
  • wallet: Allow setting of operating cost when node is bonded
  • wallet: Allow update of operating cost on bonded node
  • wallet: New bond settings area
  • wallet: Display pending unbonds
  • wallet: Display routing score and average score for gateways
  • wallet: Improve dialogs for account creation

nym-wallet-v1.0.9 (2022-09-08)

nym-wallet-v1.0.8 (2022-08-11)

  • wallet: new bonding flow and screen for bonded node
  • wallet: compound and redeem functionalities for operator rewards
  • wallet: a few minor touch ups and bug fixes

nym-wallet-v1.0.7 (2022-07-11)

  • wallet: dark mode
  • wallet: when simulating gas costs, an automatic adjustment is being used (#1388).

nym-wallet-v1.0.6 (2022-06-21)

  • wallet: undelegating now uses either the mixnet or vesting contract, or both, depending on how delegations were made
  • wallet: redeeming and compounding now uses both the mixnet and vesting contract
  • wallet: the wallet backend learned how to archive wallet files
  • wallet: add ENABLE_QA_MODE environment variable to enable QA mode on built wallet

nym-wallet-v1.0.5 (2022-06-14)

  • wallet: add simple CLI tool for decrypting and recovering the wallet file.
  • wallet: added support for multiple accounts (#1265)
  • wallet: compound and claim reward endpoints for operators and delegators (#1302)
  • wallet: require password to switch accounts
  • wallet: the wallet backend learned how to keep track of validator name, either hardcoded or by querying the status endpoint.
  • wallet: new delegation and rewards UI
  • wallet: show version in nav bar
  • wallet: contract admin route put back
  • wallet: staking_supply field to StateParams
  • wallet: show transaction hash for redeeming or compounding rewards

nym-wallet-v1.0.4 (2022-05-04)

Changed

  • all: the default behaviour of validator client is changed to use broadcast_sync and poll for transaction inclusion instead of using broadcast_commit to deal with timeouts ([#1246])

nym-wallet-v1.0.3 (2022-04-25)

Full Changelog

Fixed bugs:

  • [Issue] Wallet 1.0.2 cannot send NYM tokens from a DelayedVestingAccount #1215
  • Main README not showing properly with GitHub dark mode #1211

Merged pull requests:

nym-wallet-v1.0.2 (2022-04-05)

Full Changelog

Merged pull requests:

nym-wallet-v1.0.1 (2022-04-05)

Full Changelog

Closed issues:

  • Check enabling bbbc simultaneously with open access. Estimate what it would take to make this the default compilation target. #1175
  • Get coconut credential for deposited tokens #1138
  • Make payments lazy #1135
  • Uptime on node selection for sets #1049

nym-wallet-v1.0.0 (2022-02-03)

Full Changelog

Implemented enhancements:

  • [Feature Request] Please enable registration without need for Telegram account #1016
  • Fast mixnode launch with a pre-built ISO + VM software #1001

Fixed bugs:

  • [Issue] #1000
  • [Issue] nym-client requires multiple attempts to run a server #869
  • De-'float'-ing Interval (Display impl + serde) #1065 (jstuczyn)
  • display client address on wallet creation #1058 (fmtabbara)

Closed issues:

  • Rewarded set inclusion probability API endpoint #1037
  • Update cw-storage-plus to 0.11 #1032
  • Change u128 fields in RewardEstimationResponse to u64 #1029
  • Test out the mainnet Gravity Bridge #1006
  • Add vesting contract interface to nym-wallet #959
  • Mixnode crash #486

Merged pull requests: