What's Changed
RPC Breaking Changes 🛠
- Always honor the
name
parameter passed toimportAccount
by @andiflabs in #4906
SDK Breaking Changes 🛠
- Remove unused trusted setup code by @dguenther in #4896
- Multisig: fetch participant identities from the public key package by @andiflabs in #4920
- Use ironfish decimal parsing function by @danield9tqh in #4929
Other Changes
- updating level db version to 6.1.1 by @patnir in #4894
- Update to the latest version of ironfish-frost by @andiflabs in #4902
- fix(ironfish): Use CLI flag option for encrypted trusted dealer imports by @rohanjadvani in #4903
- Implement
wallet/multisig/dkg/round3
RPC by @andiflabs in #4900 - feat(cli,ironfish): Add
wallet:multisig:dkg:round3
by @rohanjadvani in #4905 - Update Cargo dependencies to fix dependabot alerts by @andiflabs in #4904
- add option to force full account rescan from genesis by @hughy in #4901
- Rahul/ifl 2471 normalize confirm message in cli in a helper function by @patnir in #4908
- Add integration tests for multisig with distributed key generation (DKG) by @andiflabs in #4907
- Standardizing post CLI command by @patnir in #4911
- feat(cli,ironfish): Add flag to override name in round3 by @rohanjadvani in #4912
- Move ironfish-mpc to a new repository by @dguenther in #4914
- Add transaction summary to wallet:post by @dguenther in #4910
- Batch accounts when decrypting transaction notes by @dguenther in #4727
- Show the correct decimal amount in wallet:transactions command by @danield9tqh in #4913
- select secret name from list in dkg commands by @hughy in #4916
- feat(cli): Improve prompt in round3 to indicate which packages from what round are needed by @rohanjadvani in #4917
- Multisig DKG Round 3: add an option to rescan the imported account by @andiflabs in #4918
- removes 'next step' from participant:create output by @hughy in #4921
- Multisig DKG: test that, at the end of round 3, participant identities are recorded correctly by @andiflabs in #4919
- Fix
wallet.test.slow.ts
andround3.test.ts
by @andiflabs in #4922 - Multisig DKG: use the round 2 "combined" public packages by @andiflabs in #4923
- Multisig DKG: prefix every occurrence of "package" with the round number by @andiflabs in #4924
- Remove unused renderIron function by @danield9tqh in #4925
- renames wallet:multisig:participants to wallet:multisig:account:participants by @hughy in #4926
- feat(cli): Add CLI command to list identities by @rohanjadvani in #4928
- renames secretName to participantName by @hughy in #4927
- updates text of identities prompts by @hughy in #4930
- feat(cli): Unhide multisig commands by @rohanjadvani in #4932
- adds cli command to view details for raw, unsigned transactions by @hughy in #4931
- v2.3.0 by @rohanjadvani in #4934
- STAGING -> MASTER by @rohanjadvani in #4935
Full Changelog: v2.2.0...v2.3.0