Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge develop (1.1) into staging #1363

Merged
merged 144 commits into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
144 commits
Select commit Hold shift + click to select a range
aca1b55
Fix `destroyClient` is not a function in Wasm (#899)
abdulmth Jul 25, 2023
827d223
Deprecate outdated output builder definitions (#900)
Thoralf-M Jul 25, 2023
6a85612
Fix compilation with `client` and `tls` features only (#898)
thibault-martinez Jul 25, 2023
5260caf
Fix `BigInt` serialization in Wasm. (#933)
abdulmth Jul 26, 2023
4d74080
Fix types in `RegularTransactionEssence` (#938)
abdulmth Jul 27, 2023
c4b773b
Add cancel jobs (#942)
Thoralf-M Jul 27, 2023
363a556
Cancel jobs (#954)
Thoralf-M Jul 27, 2023
8fa56d9
Release CLI wallet 1.0 (#952)
thibault-martinez Jul 27, 2023
6617d81
Enable CI workflows (#941)
thibault-martinez Jul 27, 2023
a898053
Fix `SenderFeature.getSender()` and `IssuerFeature.getIssuer()` in No…
abdulmth Jul 27, 2023
bbc8341
Simplify `StrongholdAdapterBuilder` (#940)
Jul 27, 2023
9b5adfb
Use stronghold 2.0 (#957)
thibault-martinez Jul 27, 2023
2a9a1bf
feat(cli): Add cli command to list wallet accounts (#950)
Alex6323 Jul 28, 2023
67cb327
chore(logging): change some debug logs to warnings and errors (#958)
Alex6323 Jul 28, 2023
83a8c12
feat(cli): adds hex version of address to `addresses` command (#960)
qrayven Jul 28, 2023
fffcdc5
chore: make private fields readonly (#961)
Tuditi Jul 28, 2023
fed23ea
Prepare releases (#968)
thibault-martinez Jul 28, 2023
d56d15c
apply version updates (#970)
github-actions[bot] Jul 28, 2023
571baed
Return error on secret manager mismatch (#946)
Alex6323 Jul 29, 2023
85ce3b2
Replace example example with a working one (#973)
Dr-Electron Jul 31, 2023
35c8178
cli: add types and enumeration when listing Outputs (#955)
qrayven Jul 31, 2023
d3a9096
Fix nodejs balance amounts (#975)
Thoralf-M Jul 31, 2023
1dadb72
Bump wasm version (#976)
Thoralf-M Jul 31, 2023
38f3013
Add production profile to nodejs bindings (#978)
Thoralf-M Jul 31, 2023
8e38220
apply version updates (#979)
github-actions[bot] Jul 31, 2023
5787052
Make `last_sync` a field in `ClientInner` (#982)
PhilippGackstatter Aug 1, 2023
b0c0c38
Fix: Changelog (#985)
Aug 1, 2023
d8cbb77
Fix ledger nano downcasting and add test (#986)
Aug 2, 2023
1225f4c
apply version updates (#987)
github-actions[bot] Aug 2, 2023
862cdfd
Add `get_or_create_account` (#971)
Aug 3, 2023
b8a06c4
Feat/cli: added mnemonic gen from console only (#983)
Aug 4, 2023
ade9749
fix: Prevent webpack loading bindings when importing UTXOInput type (…
msarcev Aug 8, 2023
d86af78
Update release date (#997)
Thoralf-M Aug 9, 2023
2aeaefa
docs(nodejs): fully document the API (#972)
Alex6323 Aug 14, 2023
f8a6260
Fix example (#1010)
Thoralf-M Aug 15, 2023
7c0f19b
chore: export logger config (#1014)
Tuditi Aug 16, 2023
ec1f64c
Update dependencies + fix resolutions + nits (#1019)
thibault-martinez Aug 16, 2023
28e54fa
Update to LLVM 16 (#1011)
Thoralf-M Aug 16, 2023
7c40a44
Fix wallet accounts example alias (#1022)
thibault-martinez Aug 16, 2023
5d2122f
Use dtolnay/rust-toolchain instead of actions-rs/toolchain (#1020)
thibault-martinez Aug 16, 2023
6c2f88b
Bump actions/setup-node to v3 (#1024)
thibault-martinez Aug 16, 2023
7a257fc
Update jetli/wasm-bindgen-action (#1025)
thibault-martinez Aug 16, 2023
1cc62f5
Remove uses of unmaintained actions-rs/cargo (#1023)
thibault-martinez Aug 16, 2023
17a267b
Bump coverallsapp/github-action (#1030)
thibault-martinez Aug 17, 2023
af19a14
Allow selecting transactions by index (#1033)
Aug 17, 2023
aa97248
Fix: update naming (#1032)
Tuditi Aug 17, 2023
24effd1
Fix prepare_output() with ReturnStrategy::Gift (#1029)
Thoralf-M Aug 18, 2023
d343a14
apply version updates (#1039)
github-actions[bot] Aug 18, 2023
51bb807
Release wasm/nodejs bindings (#1040)
thibault-martinez Aug 18, 2023
6eb0b6a
Add lint check for examples (#1003)
qrayven Aug 18, 2023
60aed54
Add switch CLI command to change accounts (#1043)
Aug 18, 2023
5495d88
Fix python getting started (#1045)
Thoralf-M Aug 21, 2023
c0094b2
Fix Account::prepareBurn() return type (#1047)
Thoralf-M Aug 21, 2023
3811833
Feat: Added Conflict Reasons (#1069)
Aug 23, 2023
0d63469
Prepare python release (#1070)
Thoralf-M Aug 23, 2023
6fb8553
One CHANGELOG to rule them all (#1076)
thibault-martinez Aug 24, 2023
2160c76
Fix serde feature gating in types (#1082)
Aug 25, 2023
8e60542
Fix restore_backup() (#1083)
Thoralf-M Aug 25, 2023
1e6b490
apply version updates (#1086)
github-actions[bot] Aug 25, 2023
81ec43f
Db migration: Properly handle possibly null protocol params (#1091)
Thoralf-M Aug 29, 2023
4bf72ec
apply version updates (#1095)
github-actions[bot] Aug 29, 2023
5cfc4aa
Ignore latest rustsec issue (#1101)
Aug 29, 2023
a477d86
Merge branch 'develop' into merge-develop-1.1
thibault-martinez Aug 29, 2023
b45af40
Merge pull request #1102 from thibault-martinez/merge-develop-1.1
thibault-martinez Aug 30, 2023
f1a6ec5
Fix: foundry destroy example (#1087)
Aug 30, 2023
1be824f
Add python send wrapper methods (#1104)
Thoralf-M Aug 30, 2023
72f19a3
Add nodejs send wrapper methods (#1103)
Thoralf-M Aug 30, 2023
ce77da1
Storage migration (#1057)
Thoralf-M Aug 30, 2023
711f85c
Fix readmes (#1110)
thibault-martinez Aug 31, 2023
a8b5390
Add PrivateKeySecretManager (#937)
thibault-martinez Aug 31, 2023
f16a283
Use `ci-test` alias (#1112)
Sep 1, 2023
b1c1c13
Update readme examples (#1114)
Thoralf-M Sep 1, 2023
cd78e6e
Fix changelog and bump version (#1131)
Thoralf-M Sep 5, 2023
9f4fbbf
CI: switch all rust toolchains to setup-rust (#1149)
thibault-martinez Sep 6, 2023
007c417
Update 'getting started' examples and link to them (#1130)
Thoralf-M Sep 6, 2023
8c962dd
CLI: refactor print help (#1154)
thibault-martinez Sep 6, 2023
a877f28
Fix Blocking behavior in Node.js bindings (#1156)
abdulmth Sep 6, 2023
a3260a4
Remove ignore RUSTSEC-2023-0052 (#1159)
thibault-martinez Sep 7, 2023
7d89459
Add a request pool (#1137)
Sep 7, 2023
e3219a0
Fix parity-scale-codec audit (#1167)
thibault-martinez Sep 7, 2023
3f254ea
Bump iota-sdk to 1.0.3 (#1168)
thibault-martinez Sep 7, 2023
735dac6
Fix type of `value` property in `CustomAddress` (Node.js) (#1171)
abdulmth Sep 7, 2023
97d696a
Add IRC27 and IRC30 metadata utilities (#1160)
Sep 7, 2023
b56eec6
revert breaking change (#1178)
Sep 7, 2023
75e919b
Fix parity-scale-codec-derive audit (#1183)
thibault-martinez Sep 8, 2023
168e4a1
Merge branch 'develop' into merge-develop-1.1-3
thibault-martinez Sep 8, 2023
b78019e
Merge pull request #1184
thibault-martinez Sep 8, 2023
c3c0cf8
Use IRC metadata in examples (#1180)
Sep 8, 2023
3ece953
Update ledger nano dependency (#1205)
Thoralf-M Sep 12, 2023
1b05eb3
Python fix parse_bech32_address() (#1210)
Thoralf-M Sep 12, 2023
3febeac
feat(cli): lists NTs/NFTs/Aliases/Foundries in addresses overview (#1…
Alex6323 Sep 12, 2023
6dfe3a7
Replace `|` with `Union` type for Python 3.9 compatibility (#1209)
Thoralf-M Sep 12, 2023
f78be7f
Update version (#1216)
Thoralf-M Sep 12, 2023
d772a9e
Error in migrate_db_chrysalis_to_stardust() if no chrysalis data exis…
Thoralf-M Sep 12, 2023
17d698d
Nodes: fix getNetworkId() and types (#1230)
Thoralf-M Sep 14, 2023
530f305
Fix CI (#1231)
Thoralf-M Sep 14, 2023
6acd9dd
Add alias transition examples (#1203)
Thoralf-M Sep 15, 2023
5994b73
Bump dependencies (#1242)
thibault-martinez Sep 18, 2023
085cf9e
Merge branch 'develop' into merge-develop-1.1-4
thibault-martinez Sep 18, 2023
4dfc5b5
Merge pull request #1243 from thibault-martinez/merge-develop-1.1-4
thibault-martinez Sep 18, 2023
7aa1e7a
Fix: nodejs broken install command for windows (#1251)
DanielMelero Sep 18, 2023
ba38c55
Fix wheel path (#1258)
Thoralf-M Sep 19, 2023
64413fa
Fix comment and bump version, add dependencies (#1259)
Thoralf-M Sep 19, 2023
9975a40
Add indexer /outputs route (#1246)
Thoralf-M Sep 19, 2023
b9dd984
feat(cli): `rustyline` instead of `dialoguer` (#1238)
Alex6323 Sep 20, 2023
c396be9
Fix potential problem with binary_search_by_key() (#1274)
Thoralf-M Sep 20, 2023
610dc50
Python - Add `Irc27Metadata` and `Irc30Metadata` (#1260)
Sep 20, 2023
121a22c
Add WalletCommand::SetPow command (#1280)
Thoralf-M Sep 21, 2023
e29475a
Fix tungstenite audit (#1286)
thibault-martinez Sep 22, 2023
3347676
Add feature sets CI (#1254)
Sep 22, 2023
ca21be0
Merge branch 'develop' into merge-develop-1.1-5
thibault-martinez Sep 22, 2023
59929bf
Merge pull request #1288 from thibault-martinez/merge-develop-1.1-5
thibault-martinez Sep 22, 2023
b9033f9
CLI: Restrict file permissions on Windows (#1281)
Thoralf-M Sep 22, 2023
ba10600
Fixed cli restore in existing wallet folder (#1187)
Sep 22, 2023
58aa145
Remove over-eager cloning of iterators (#1309)
thibault-martinez Sep 25, 2023
b11a271
Add nodejs Utils::outputHexBytes method (#1308)
thibault-martinez Sep 25, 2023
2767aa7
Node: Fix cyclic dep. in transaction payload (#1304)
abdulmth Sep 25, 2023
1a09bbe
Fix format of `milestoneIndex` query parameter of `ClientInner::event…
thibault-martinez Sep 25, 2023
5ac334d
Don't return error with custom remainder address and ledger nano (#1272)
Thoralf-M Sep 25, 2023
5b1867e
CLI: Sync native token foundries (#1318)
thibault-martinez Sep 25, 2023
ec617be
Nodejs - Add `Irc27Metadata` and `Irc30Metadata` (#1261)
Sep 25, 2023
11550f1
Merge branch 'develop' into merge-develop-1.1-6
thibault-martinez Sep 25, 2023
2a1b36d
Merge pull request #1322 from thibault-martinez/merge-develop-1.1-6
thibault-martinez Sep 25, 2023
e5f716f
Bump nodejs to 1.0.12 (#1324)
thibault-martinez Sep 25, 2023
38ae04c
Add `PrivateSecretManager` to Node.js (#1323)
abdulmth Sep 25, 2023
727094e
Prepare 1.1.0-rc.0 (#1312)
thibault-martinez Sep 25, 2023
29d5f62
Bump time crate (#1325)
thibault-martinez Sep 26, 2023
c3caf02
Remove old nodejs bindings (#1330)
thibault-martinez Sep 26, 2023
8291689
Nodejs: fix import of bindings through types (#1331)
thibault-martinez Sep 26, 2023
bd96aee
Add webpack CI test (#1332)
Thoralf-M Sep 27, 2023
d4e7d66
CLI: dialoguer bump and breaking changes (#1333)
thibault-martinez Sep 27, 2023
73db566
feat/node: Test vectors address test (#1336)
Sep 27, 2023
488aaf4
Fix migrate_db_chrysalis_to_stardust() with ledger nano signer type (…
Thoralf-M Sep 28, 2023
9477ca7
Merge branch 'develop' into merge-develop-1.1-7
thibault-martinez Sep 28, 2023
694e625
Merge pull request #1343 from thibault-martinez/merge-develop-1.1-7
thibault-martinez Sep 28, 2023
5499587
Nodejs 1.1.0-rc.2 release (#1344)
thibault-martinez Sep 28, 2023
f289a22
How-tos updated outputs to match all except python (#1212)
anistark Sep 28, 2023
9e1fb6a
feat/node: More type hints (#1340)
Sep 29, 2023
ccd2470
Clippy: remove unnecessary map_err (#1353)
thibault-martinez Sep 29, 2023
0f708f8
Merge branch 'develop' into merge-develop-1.1-8
thibault-martinez Sep 29, 2023
35678d0
Merge pull request #1355 from thibault-martinez/merge-develop-1.1-8
thibault-martinez Sep 29, 2023
c7eea31
Merge pull request #1356 from iotaledger/1.1
thibault-martinez Sep 29, 2023
9a860db
Release 1.1 (#1357)
thibault-martinez Sep 29, 2023
fa366bc
cleanup python env var checks examples (#1362)
WallysFerreira Oct 2, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 10 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ ci-check-nodejs = "check --manifest-path bindings/nodejs/Cargo.toml --all-target
ci-check-python = "check --manifest-path bindings/python/Cargo.toml --all-targets --lib"
ci-check-wasm = "check --manifest-path bindings/wasm/Cargo.toml --target wasm32-unknown-unknown --lib"
ci-check-nostd = "check --no-default-features -F serde -p iota-sdk --target riscv64gc-unknown-none-elf"
ci-check-types = "check --no-default-features -p iota-sdk"

ci-test = "nextest run --all-features --profile ci --cargo-profile ci -p iota-sdk -p iota-sdk-bindings-core"
ci-tangle-test = "nextest run --tests --all-features --run-ignored ignored-only --profile ci --cargo-profile ci -p iota-sdk -p iota-sdk-bindings-core"
ci-coverage = "llvm-cov nextest --lcov --output-path lcov.info --tests -p iota-sdk --all-features --run-ignored all --profile ci"

ci-clippy = "clippy --all-targets --all-features -- -D warnings"

Expand All @@ -14,3 +17,10 @@ ci-doc = "doc --all-features --no-deps --document-private-items"
ci-fmt = "fmt --all -- --check"
ci-toml = "sort --grouped --check"
ci-udeps = "udeps --all-targets --all-features --backend=depinfo"
ci-license = "license-template --template .license_template"

# The ignored security advisories:
#
# - RUSTSEC-2021-0065: https://rustsec.org/advisories/RUSTSEC-2021-0065
# - anymap is unmaintained 🤷‍♀️
ci-audit = "audit --file Cargo.lock --deny warnings --ignore RUSTSEC-2021-0065"
5 changes: 0 additions & 5 deletions .changes/IBip32Chain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/ParticipationEventWithNodes.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/account-balance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/account-bech32-hrp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/account-manager-listen-async.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/account-native-token.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/account-recovery.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/account-send-native-rename.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/account-send-rename.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/account-set-default-sync-options.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/account-sync-options-default.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/add-progress-getter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/address-generation-options.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/alias-nft-unlock.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/aliasIdToBech32.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/aliasoutputbuilder.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/align-transactions.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/async-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/auth.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/balance-voting-power.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/basecoinbalanceAvailable.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/basic-auth.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/bech32-address.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/bip44.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/build-fix.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/burn-interface.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/burn-native-tokens.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/claimable-outputs.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/claimoutputs.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/clearlistener-move.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/computeAlias-NftId.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/computeFoundryId.md

This file was deleted.

44 changes: 0 additions & 44 deletions .changes/config.json

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/consolidation-params.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/deadlock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/dont-filter-custom-mandatory-inputs.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/downgrade-rocksb.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/enum-serialization-attributes.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/evenStatus.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/expiredNftBurn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/expose-participation-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fallbackToLocalPow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/faucet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/filteroptions.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/fix-build-script.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/fix-burn-mismatch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-dependency-url-wallet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-dependency-url.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-listen.md

This file was deleted.

Loading
Loading