-
Notifications
You must be signed in to change notification settings - Fork 43
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 develop #1356
Merged
Merged
Merge 1.1 into develop #1356
Conversation
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
* Fix StrongholdAdapterBuilder * changelog * Enable CI workflows (#941) * tweaks and fix test --------- Co-authored-by: Thibault Martinez <[email protected]>
* 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
* change some debug logs to warnings and errors * revert some
* Enable CI workflows (#941) * return error on mismatch * update changelog --------- Co-authored-by: Thibault Martinez <[email protected]>
* 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]>
* 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]>
* 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]>
* ci: add lint check for python bindings
* Add switch CLI command to change accounts * completion and cleanup * clippy
* added reasons * tryfrom back * py format * changelog * lint * changelog edit
Merge develop into 1.1
* enhanced foundry destroy example * updated example * review * Nits * Use burn instead of prepare --------- Co-authored-by: Thibault Martinez <[email protected]>
* Add send wrapper methods * Fix example, update comment
* 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]>
* CLI: refactor print help * Changelog * Return error
* 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 * 🔪
Merge develop into 1.1
* 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]>
) * add assets to addresses overview * match * clippy * extend vec * NativeTokensBuilder * slice * nit * changelog * Update cli/src/command/account.rs * Update cli/src/command/account.rs --------- Co-authored-by: Thibault Martinez <[email protected]>
Merge develop into 1.1
* Add indexer /outputs route * Merge imports * Add new GenericQueryParameter type * no-else-return * Add comment * Comment like this? * Add and use all_outputs() * Fix comment * Add cursor and pageSize to comment * Foundries included now * Update bindings/nodejs/lib/types/client/query-parameters.ts Co-authored-by: Thibault Martinez <[email protected]> * Update sdk/src/client/node_api/indexer/routes.rs Co-authored-by: Thibault Martinez <[email protected]> * Request foundry outputs extra if not not synced directly * Update sdk/src/client/node_api/indexer/routes.rs * Doc comment * Update comment --------- Co-authored-by: Thibault Martinez <[email protected]>
* rustyline dep * finish impl * rm cutom history impl * changelog * review 1 * review 2 * review 3 * review 4 * review 5 * &'static str
* Add irc 27 * imports * add standard * defaults * Add irc 30 * cleanup * camelCase * more cleanup * changelog * lints * doc * type annotations * from_dict * default dict * default factory list too * Add as_feature * and to irc 30 * unused import
* Add a few common feature sets * Add another * add new workflow * add libudev * better message * fix gating * fix wasm * Revert breaking feature changes * missed reverts * Nit --------- Co-authored-by: Thibault Martinez <[email protected]>
Merge develop into 1.1
* Restrict file permissions on Windows * ORDER * Cleanup * Changelog --------- Co-authored-by: Thibault Martinez <[email protected]>
* fixed cli restore in existing wallet folder * clippy * undid breaking change * panic! * changelog and 1-liner * revert 1liner :( * fix * unlog * proper error * ah * undid 1liner * Update cli/src/command/wallet.rs --------- Co-authored-by: Thibault Martinez <[email protected]> Co-authored-by: Thibault Martinez <[email protected]>
* CLI: Sync native token foundries * Changelog * Addresses pretty print
* Add irc 27 metadata * Add examples * Add irc 30 * array literal * doc Co-authored-by: Thoralf-M <[email protected]> * doc again * format * changelog * Add asFeature helpers * Update bindings/nodejs/lib/types/block/output/irc-27.ts --------- Co-authored-by: Thoralf-M <[email protected]> Co-authored-by: Thibault Martinez <[email protected]> Co-authored-by: Abdulrahim Al Methiab <[email protected]>
Merge develop into 1.1
* Add `PrivateSecretManager` to Node.js * fmt * changelog * Update bindings/nodejs/CHANGELOG.md Co-authored-by: Thibault Martinez <[email protected]> --------- Co-authored-by: Thibault Martinez <[email protected]>
* Prepare 1.1.0-rc.0 * Nits * Update bindings/python/CHANGELOG.md * Python Cargo.toml
* Add webpack CI test * generic import --------- Co-authored-by: Thibault Martinez <[email protected]>
* test vectors address test * reused test fixture from rust --------- Co-authored-by: Thibault Martinez <[email protected]>
Merge develop into 1.1
* Nodejs 1.1.0-rc.2 * Changelog
* more type hints * added bech32 type * fmt * cursor back to string * changedname * Apply suggestions from code review * bech32 in account * Nits * Changelog --------- Co-authored-by: Thibault Martinez <[email protected]> Co-authored-by: Thibault Martinez <[email protected]>
Merge develop into 1.1
Thoralf-M
approved these changes
Sep 29, 2023
DaughterOfMars
approved these changes
Sep 29, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ezpz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.