forked from iotaledger/wallet.rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feat/capacitor-iota-wallet-plugin
* develop: (70 commits) Feat: rocksdb as optional storage (iotaledger#1728) apply version updates (iotaledger#1755) Make the voting output mandatory in input selection for voting functions (iotaledger#1753) fix: tag-prefix passed as a string (iotaledger#1752) apply version updates (iotaledger#1750) Use OutputMetadataDto (iotaledger#1749) feat: create arm64 builds (iotaledger#1751) Allow voting output in inputs if required (iotaledger#1748) apply version updates (iotaledger#1745) Use new Input Selection (iotaledger#1744) Fix dependabot audit (iotaledger#1747) Add Python integration guide with IOTA and Shimmer (iotaledger#1743) Change sync options (iotaledger#1737) Add inputs to transaction to align incoming transactions (iotaledger#1722) apply version updates (iotaledger#1729) Send requests in parallel, check participation output unlock conditions (iotaledger#1740) Move all participation methods from the AccountManager to the Account (iotaledger#1736) Limit max parallel request in request_incoming_transaction_data() (iotaledger#1720) Remove useless old code (iotaledger#1731) chore: add more alignment for participation code (iotaledger#1727) ... Signed-off-by: Amadeo Marchioni <[email protected]>
- Loading branch information
Showing
268 changed files
with
5,177 additions
and
3,762 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
Return `Transaction` for incoming transactions. | ||
Add inputs field to `Transaction`. | ||
Remove `IncomingTransactionData`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
Moved clearListeners internally from a direct method call to using the messaging interface |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
Expose extra participation type and add answers field to TrackedParticipationOverview |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
Add account.requestFundsFromFaucet() command. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
`Account::getParticipationOverview` sends requests now in parallel. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
Fix faulty types for getParticipationEventStatus return value |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
Move AccountManager participation methods to the Account. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
Add optional `NativeTokensBalance::metadata` and `SyncOptions::syncNativeTokenFoundries` fields. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
Add `outputTypes` to `FilterOptions` and make `lowerBoundBookedTimestamp` and `lowerBoundBookedTimestamp` optional. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
Return an empty array if no participation events were registered. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
Rename: | ||
- `Event` to `ParticipationEvent`; | ||
- `EventId` to `ParticipationEventId`; | ||
- `EventData` to `ParticipationEventData`; | ||
- `EventStatus` to `ParticipationEventStatus`; | ||
- `EventPayload` to `ParticipationEventPayload`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
Export participation types |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,52 @@ | ||
{ | ||
"tag": "rc", | ||
"changes": [ | ||
".changes/account-bech32-hrp.md", | ||
".changes/account-recovery.md", | ||
".changes/align-transactions.md", | ||
".changes/clearlistener-move.md", | ||
".changes/downgrade-rocksb.md", | ||
".changes/expose-participation-type.md", | ||
".changes/faucet.md", | ||
".changes/fix-not-synced-timestamp.md", | ||
".changes/fixNftPrepareOutput.md", | ||
".changes/fixPrepareOutput.md", | ||
".changes/generateAddress.md", | ||
".changes/get-incoming-tx.md", | ||
".changes/getAccountIndexes.md", | ||
".changes/getParticipationOverview.md", | ||
".changes/improve-consolidation-logic.md", | ||
".changes/improve-output-type.md", | ||
".changes/incomingtransactions-type.md", | ||
".changes/move-participation-functions.md", | ||
".changes/nft-options-features.md", | ||
".changes/nft-output-claiming.md", | ||
".changes/nft-outputs-syncing.md", | ||
".changes/nt-foundry-metadata.md", | ||
".changes/outputTypesFilter.md", | ||
".changes/participation-events-empty-array.md", | ||
".changes/participation-on-account-manager.md", | ||
".changes/participation-rename.md", | ||
".changes/participation-types.md", | ||
".changes/prebuild.md", | ||
".changes/private-account-meta.md", | ||
".changes/query-all-participation-events-from-node.md", | ||
".changes/remove-deleteAccountsAndDatabase.md", | ||
".changes/remove-list-prefix.md", | ||
".changes/required-storage-deposit.md", | ||
".changes/retry-transaction-until-included.md", | ||
".changes/revoting.md", | ||
".changes/rocksdb-19.md", | ||
".changes/syncOptions.md", | ||
".changes/syncing.md", | ||
".changes/tagAndMetadataHex.md", | ||
".changes/tagged-data-payload.md", | ||
".changes/tx-len-validation.md", | ||
".changes/uint8array-replace-number-array.md.md", | ||
".changes/voting-methods.md" | ||
".changes/use-new-isa.md", | ||
".changes/voting-methods.md", | ||
".changes/voting-output-input-selection.md", | ||
".changes/voting-output-mandatory.md", | ||
".changes/voting-power-not-available.md" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
Add method to retrieve IDs of all participation events being tracked by a node. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
`Account::vote()` parameters are optional to support revoting. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
Bring back rocksdb 0.19. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
Renamed AccountSyncOptions to SyncOptions; | ||
Added AccountSyncOptions, AliasSyncOptions and NftSyncOptions; | ||
Replaced SyncOptions::syncAliasesAndNfts with SyncOptions::{account, alias, nft}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
Fix tagged data payload type. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
Use new Input Selection Algorithm. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
Allow voting output in inputs if required. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
Make the voting output mandatory in input selection for voting functions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"nodejs-binding": patch | ||
--- | ||
|
||
Subtract voting power from available balance. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.