Skip to content

Commit

Permalink
apply version updates (#1871)
Browse files Browse the repository at this point in the history
Co-authored-by: Thoralf-M <[email protected]>
  • Loading branch information
github-actions[bot] and Thoralf-M authored Feb 23, 2023
1 parent 2eac504 commit 697e19e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
".changes/account-sync-options-default.md",
".changes/align-transactions.md",
".changes/async-destroy.md",
".changes/auth.md",
".changes/claimoutputs.md",
".changes/clearlistener-move.md",
".changes/dont-filter-custom-mandatory-inputs.md",
".changes/downgrade-rocksb.md",
Expand All @@ -18,6 +20,7 @@
".changes/fixPrepareOutput.md",
".changes/generateAddress.md",
".changes/get-incoming-tx.md",
".changes/get-participation-overview.md",
".changes/getAccountIndexes.md",
".changes/getParticipationOverview.md",
".changes/improve-consolidation-logic.md",
Expand All @@ -28,16 +31,20 @@
".changes/nft-options-features.md",
".changes/nft-output-claiming.md",
".changes/nft-outputs-syncing.md",
".changes/nft-tag-metadata.md",
".changes/nt-foundry-metadata.md",
".changes/outputTypesFilter.md",
".changes/participation-event-registration-options.md",
".changes/participation-events-empty-array.md",
".changes/participation-on-account-manager.md",
".changes/participation-rename.md",
".changes/participation-types.md",
".changes/participationEvents.md",
".changes/prebuild.md",
".changes/prepare-nft-output-features.md",
".changes/private-account-meta.md",
".changes/query-all-participation-events-from-node.md",
".changes/remove-clearlistener.md",
".changes/remove-deleteAccountsAndDatabase.md",
".changes/remove-list-prefix.md",
".changes/required-storage-deposit.md",
Expand All @@ -52,6 +59,7 @@
".changes/tagged-data-payload.md",
".changes/tx-len-validation.md",
".changes/uint8array-replace-number-array.md.md",
".changes/updateNodeAuth.md",
".changes/use-new-isa.md",
".changes/voting-methods.md",
".changes/voting-output-input-selection.md",
Expand Down
20 changes: 20 additions & 0 deletions bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## \[2.0.3-rc.22]

- Change `Auth::{username, password}` to `Auth::basicAuthNamePwd`;
- [f776d094](https://github.com/iotaledger/wallet.rs/commit/f776d094a57fd71f9f1bb36b625a3192fd8dbf09) Add update node auth ([#1881](https://github.com/iotaledger/wallet.rs/pull/1881)) on 2023-02-23
- Fix `Account::claimOutputs()` when no basic outputs are available.
- [33069b6e](https://github.com/iotaledger/wallet.rs/commit/33069b6ef1b1709eac2dc65a59a92b9414d38353) Fix claim_outputs when no basic outputs are available ([#1885](https://github.com/iotaledger/wallet.rs/pull/1885)) on 2023-02-23
- Fixed `Account::getParticipationOverview()` with multiple events and different nodes;
- [890214b8](https://github.com/iotaledger/wallet.rs/commit/890214b88c4a7683414087f62ca1e89249e062e7) Fix get_participation_overview() ([#1867](https://github.com/iotaledger/wallet.rs/pull/1867)) on 2023-02-17
- Tag and metadata are expected as a hex string for NFTs as well
- [9ebfa335](https://github.com/iotaledger/wallet.rs/commit/9ebfa3355af46be72ffbac62a465be122b8c325e) fix: expect hex tag and metadata when preparing NFT outputs ([#1876](https://github.com/iotaledger/wallet.rs/pull/1876)) on 2023-02-21
- Renamed `registerParticipationEvent` to `registerParticipationEvents` and added a `ParticipationEventRegistrationOptions` parameter.
Added a `node` parameter to the `getParticipationEventIds` API method.
- [f5a8b5bd](https://github.com/iotaledger/wallet.rs/commit/f5a8b5bd8d24dcc2cd15d5144c353c06db854553) feat: change `register_participation_event` method ([#1882](https://github.com/iotaledger/wallet.rs/pull/1882)) on 2023-02-22
- `prepareOutputs` uses newly provided tag/metadata instead of previous ones from unspent NFT output.
- [cb358c89](https://github.com/iotaledger/wallet.rs/commit/cb358c8920a48013ddd59c5df9110148ade5b0ec) Replace features in prepare NFT ([#1880](https://github.com/iotaledger/wallet.rs/pull/1880)) on 2023-02-22
- Removed clearListener from the direct bindings in favour of the message interface.
- [5566baa3](https://github.com/iotaledger/wallet.rs/commit/5566baa3242cf30c1db627a5fc00bbf26f4274fd) Add wasm bindings ([#1855](https://github.com/iotaledger/wallet.rs/pull/1855)) on 2023-02-17
- Add `AccountManger::updateNodeAuth()`.
- [f776d094](https://github.com/iotaledger/wallet.rs/commit/f776d094a57fd71f9f1bb36b625a3192fd8dbf09) Add update node auth ([#1881](https://github.com/iotaledger/wallet.rs/pull/1881)) on 2023-02-23

## \[2.0.3-rc.21]

- Stop endlessly waiting in `AccountManager::stopBackgroundSync()` if background syncing wasn't started;
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/wallet",
"version": "2.0.3-rc.21",
"version": "2.0.3-rc.22",
"description": "Node.js binding to the wallet library",
"main": "out/lib/index.js",
"types": "out/lib/index.d.ts",
Expand Down

0 comments on commit 697e19e

Please sign in to comment.