Skip to content

Commit 43f37fa

Browse files
Merge remote-tracking branch 'client/develop' into develop
2 parents fd9f304 + 7a3f8b0 commit 43f37fa

File tree

1,279 files changed

+99975
-459
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,279 files changed

+99975
-459
lines changed

Diff for: .changes/ParticipationEventWithNodes.md

+1-1

Diff for: .changes/account-bech32-hrp.md

+1-1

Diff for: .changes/account-manager-listen-async.md

+1-1

Diff for: .changes/account-recovery.md

+1-1

Diff for: .changes/account-sync-options-default.md

+1-1

Diff for: .changes/alias-nft-unlock.md

+6

Diff for: .changes/aliasIdToBech32.md

+6

Diff for: .changes/aliasoutputbuilder.md

+6

Diff for: .changes/align-transactions.md

+1-1

Diff for: .changes/async-destroy.md

+1-1

Diff for: .changes/auth.md

+1-1

Diff for: .changes/basecoinbalanceAvailable.md

+1-1

Diff for: .changes/basic-auth.md

+7

Diff for: .changes/bech32-address.md

+6

Diff for: .changes/build-fix.md

+6

Diff for: .changes/burn-interface.md

+7

Diff for: .changes/claimoutputs.md

+1-1

Diff for: .changes/clearlistener-move.md

+1-1

Diff for: .changes/computeAlias-NftId.md

+6

Diff for: .changes/computeFoundryId.md

+6

Diff for: .changes/config.json

+39-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,49 @@
11
{
2-
"gitSiteUrl": "https://github.com/iotaledger/wallet.rs/",
2+
"gitSiteUrl": "https://github.com/iotaledger/iota-sdk",
33
"pkgManagers": {
44
"javascript": {
55
"version": true,
66
"publish": true
77
}
88
},
99
"packages": {
10-
"nodejs-binding": {
10+
"client-nodejs-binding": {
11+
"path": "./client/bindings/nodejs",
12+
"manager": "javascript",
13+
"getPublishedVersion": "npm view ${ pkgFile.pkg.name }@develop version",
14+
"prepublish": [
15+
{
16+
"command": "false || dasel put -f Cargo.toml '.dependencies.iota-client.rev' -v $GITHUB_SHA"
17+
},
18+
{
19+
"command": "dasel put -f Cargo.toml '.dependencies.iota-client.git' -v https://github.com/iotaledger/iota-sdk.rs"
20+
},
21+
{
22+
"command": "dasel put -t json -f Cargo.toml '.dependencies.iota-client.features' -v '[\"message_interface\", \"mqtt\"]'"
23+
},
24+
{
25+
"command": "dasel delete -f Cargo.toml '.dependencies.iota-client.path'"
26+
},
27+
{
28+
"command": "dasel delete -f Cargo.toml '.dependencies.iota-client.default-features'"
29+
},
30+
{
31+
"command": "yarn --ignore-scripts"
32+
},
33+
{
34+
"command": "tsc"
35+
},
36+
{
37+
"command": "cat Cargo.toml"
38+
}
39+
],
40+
"publish": [
41+
{
42+
"command": "yarn publish --access public --loglevel silly --tag develop"
43+
}
44+
]
45+
},
46+
"wallet-nodejs-binding": {
1147
"path": "./wallet/bindings/nodejs",
1248
"manager": "javascript",
1349
"getPublishedVersion": "npm view ${ pkgFile.pkg.name } version",
@@ -16,7 +52,7 @@
1652
"command": "false || dasel put -f Cargo.toml '.dependencies.iota-wallet.rev' -v $GITHUB_SHA"
1753
},
1854
{
19-
"command": "dasel put -f Cargo.toml '.dependencies.iota-wallet.git' -v https://github.com/iotaledger/wallet.rs"
55+
"command": "dasel put -f Cargo.toml '.dependencies.iota-wallet.git' -v https://github.com/iotaledger/iota-sdk.rs"
2056
},
2157
{
2258
"command": "dasel delete -f Cargo.toml '.dependencies.iota-wallet.path'"

Diff for: .changes/deadlock.md

+1-1

Diff for: .changes/dont-filter-custom-mandatory-inputs.md

+1-1

Diff for: .changes/downgrade-rocksb.md

+1-1

Diff for: .changes/enum-serialization-attributes.md

+6

Diff for: .changes/expiredNftBurn.md

+1-1

Diff for: .changes/expose-participation-type.md

+1-1

Diff for: .changes/faucet.md

+1-1

Diff for: .changes/fix-build-script.md

+6

Diff for: .changes/fix-burn-mismatch.md

+6

Diff for: .changes/fix-not-synced-timestamp.md

+1-1

Diff for: .changes/fix-participation-function-enum-variant.md

+1-1

Diff for: .changes/fix-rebuild-script.md

+6

Diff for: .changes/fixNftPrepareOutput.md

+1-1

Diff for: .changes/fixPrepareOutput.md

+1-1

Diff for: .changes/generateAddress.md

+1-1

Diff for: .changes/get-included-block-metadata.md

+6

Diff for: .changes/get-incoming-tx.md

+1-1

Diff for: .changes/get-participation-overview.md

+1-1

Diff for: .changes/getAccountIndexes.md

+1-1

Diff for: .changes/getParticipationOverview.md

+1-1

Diff for: .changes/getParticipationOverviewEventIds.md

+1-1

Diff for: .changes/hashTransactionEssence.md

+6

Diff for: .changes/improve-consolidation-logic.md

+1-1

Diff for: .changes/improve-output-type.md

+1-1

Diff for: .changes/incoming-txs-requests.md

+1-1

Diff for: .changes/incomingtransactions-type.md

+1-1

0 commit comments

Comments
 (0)