-
Notifications
You must be signed in to change notification settings - Fork 41
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 1.1 into 2.0 #1207
Merge 1.1 into 2.0 #1207
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6617d81 - Browse repository at this point
Copy the full SHA 6617d81View commit details -
Simplify
StrongholdAdapterBuilder
(iotaledger#940)* Fix StrongholdAdapterBuilder * changelog * Enable CI workflows (iotaledger#941) * tweaks and fix test --------- Co-authored-by: Thibault Martinez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bbc8341 - Browse repository at this point
Copy the full SHA bbc8341View commit details
Commits on Jul 28, 2023
-
feat(cli): Add cli command to list wallet accounts (iotaledger#950)
* add cli command to list accounts * add list-accounts as wallet command * review suggestions * some fixes * update changelog * nit * also print account indexes * format as table * undo breaking change * nit
Configuration menu - View commit details
-
Copy full SHA for 2a9a1bf - Browse repository at this point
Copy the full SHA 2a9a1bfView commit details -
chore(logging): change some debug logs to warnings and errors (iotale…
…dger#958) * change some debug logs to warnings and errors * revert some
Configuration menu - View commit details
-
Copy full SHA for 67cb327 - Browse repository at this point
Copy the full SHA 67cb327View commit details -
feat(cli): adds hex version of address to
addresses
command (iotale……dger#960) * feat: add hex version of address to `addresses` output
Configuration menu - View commit details
-
Copy full SHA for 83a8c12 - Browse repository at this point
Copy the full SHA 83a8c12View commit details
Commits on Jul 29, 2023
-
Return error on secret manager mismatch (iotaledger#946)
* Enable CI workflows (iotaledger#941) * return error on mismatch * update changelog --------- Co-authored-by: Thibault Martinez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 571baed - Browse repository at this point
Copy the full SHA 571baedView commit details
Commits on Jul 31, 2023
-
cli: add types and enumeration when listing Outputs (iotaledger#955)
* feat(wallet): add types to list of outputs * remove vim-typo * remove named parameters * feat: add kind_str for Output * fix kind_str * lint * changelog * lint * Update sdk/src/types/block/output/mod.rs * remove ghost code * Update cli/src/command/wallet.rs * Update cli/src/command/wallet.rs * add empty line * feat: extend list of outputs for `unspent-outputs` --------- Co-authored-by: Thibault Martinez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35c8178 - Browse repository at this point
Copy the full SHA 35c8178View commit details
Commits on Aug 3, 2023
-
Add
get_or_create_account
(iotaledger#971)* Add `get_or_create_account` * clippy * changelog
Alexandcoats authoredAug 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 862cdfd - Browse repository at this point
Copy the full SHA 862cdfdView commit details
Commits on Aug 4, 2023
-
Feat/cli: added mnemonic gen from console only (iotaledger#983)
* added mnemonic gen from console only * made range more readable * changelog * undecisive person options moved to give a second try --------- Co-authored-by: Alexandcoats <[email protected]>
Brord van Wierst and Alexandcoats authoredAug 4, 2023 Configuration menu - View commit details
-
Copy full SHA for b8a06c4 - Browse repository at this point
Copy the full SHA b8a06c4View commit details
Commits on Aug 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7c40a44 - Browse repository at this point
Copy the full SHA 7c40a44View commit details
Commits on Aug 17, 2023
-
Allow selecting transactions by index (iotaledger#1033)
* Allow selecting transactions by index * Update cli/src/command/account.rs Co-authored-by: Thoralf-M <[email protected]> * changelog * more changelog * Update cli/src/command/account.rs Co-authored-by: Thibault Martinez <[email protected]> --------- Co-authored-by: Thoralf-M <[email protected]> Co-authored-by: Thibault Martinez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af19a14 - Browse repository at this point
Copy the full SHA af19a14View commit details
Commits on Aug 18, 2023
-
Add lint check for examples (iotaledger#1003)
* ci: add lint check for python bindings
Configuration menu - View commit details
-
Copy full SHA for 6eb0b6a - Browse repository at this point
Copy the full SHA 6eb0b6aView commit details -
Add switch CLI command to change accounts (iotaledger#1043)
* Add switch CLI command to change accounts * completion and cleanup * clippy
Alexandcoats authoredAug 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 60aed54 - Browse repository at this point
Copy the full SHA 60aed54View commit details
Commits on Aug 23, 2023
-
Feat: Added Conflict Reasons (iotaledger#1069)
* added reasons * tryfrom back * py format * changelog * lint * changelog edit
Brord van Wierst authoredAug 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 3811833 - Browse repository at this point
Copy the full SHA 3811833View commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a477d86 - Browse repository at this point
Copy the full SHA a477d86View commit details
Commits on Aug 30, 2023
-
Merge pull request iotaledger#1102 from thibault-martinez/merge-devel…
…op-1.1 Merge develop into 1.1
Configuration menu - View commit details
-
Copy full SHA for b45af40 - Browse repository at this point
Copy the full SHA b45af40View commit details -
Fix: foundry destroy example (iotaledger#1087)
* enhanced foundry destroy example * updated example * review * Nits * Use burn instead of prepare --------- Co-authored-by: Thibault Martinez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1a6ec5 - Browse repository at this point
Copy the full SHA f1a6ec5View commit details -
Add python send wrapper methods (iotaledger#1104)
* Add send wrapper methods * Fix example, update comment
Configuration menu - View commit details
-
Copy full SHA for 1be824f - Browse repository at this point
Copy the full SHA 1be824fView commit details -
Add nodejs send wrapper methods (iotaledger#1103)
* Add send wrapper methods * Update bindings/nodejs/lib/wallet/account.ts Co-authored-by: Thibault Martinez <[email protected]> * Address review comments * Update bindings/nodejs/CHANGELOG.md * Update bindings/nodejs/lib/wallet/account.ts Co-authored-by: Thibault Martinez <[email protected]> * Update bindings/nodejs/lib/wallet/account.ts Co-authored-by: Thibault Martinez <[email protected]> * Fix example --------- Co-authored-by: Thibault Martinez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72f19a3 - Browse repository at this point
Copy the full SHA 72f19a3View commit details
Commits on Sep 6, 2023
-
CLI: refactor print help (iotaledger#1154)
* CLI: refactor print help * Changelog * Return error
Configuration menu - View commit details
-
Copy full SHA for 8c962dd - Browse repository at this point
Copy the full SHA 8c962ddView commit details
Commits on Sep 7, 2023
-
Add IRC27 and IRC30 metadata utilities (iotaledger#1160)
* Add IRC metadata helpers * Use metadata in a test * fix test and optional fields * features * fmt and refactor tests * clippy * allow more types for feature constructor and feature gate the test * 🔪
Alexandcoats authoredSep 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 97d696a - Browse repository at this point
Copy the full SHA 97d696aView commit details -
revert breaking change (iotaledger#1178)
Alexandcoats authoredSep 7, 2023 Configuration menu - View commit details
-
Copy full SHA for b56eec6 - Browse repository at this point
Copy the full SHA b56eec6View commit details
Commits on Sep 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 168e4a1 - Browse repository at this point
Copy the full SHA 168e4a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b78019e - Browse repository at this point
Copy the full SHA b78019eView commit details -
Use IRC metadata in examples (iotaledger#1180)
* Use metadata in examples * Update sdk/examples/how_tos/nft_collection/01_mint_collection_nft.rs Co-authored-by: Thoralf-M <[email protected]> * fix and add more * Update sdk/examples/how_tos/native_tokens/create.rs Co-authored-by: Thoralf-M <[email protected]> * fmt * changelog * impls --------- Co-authored-by: Thoralf-M <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3c0cf8 - Browse repository at this point
Copy the full SHA c3c0cf8View commit details
Commits on Sep 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d21b561 - Browse repository at this point
Copy the full SHA d21b561View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b40245 - Browse repository at this point
Copy the full SHA 7b40245View commit details -
Merge branch '2.0' into merge-1.1-into-2.0
Alexandcoats authoredSep 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 1880194 - Browse repository at this point
Copy the full SHA 1880194View commit details