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 1.1 into 2.0 #1207

Merged
merged 28 commits into from
Sep 12, 2023

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    6617d81 View commit details
    Browse the repository at this point in the history
  2. Simplify StrongholdAdapterBuilder (iotaledger#940)

    * Fix StrongholdAdapterBuilder
    
    * changelog
    
    * Enable CI workflows (iotaledger#941)
    
    * tweaks and fix test
    
    ---------
    
    Co-authored-by: Thibault Martinez <[email protected]>
    Alexandcoats and thibault-martinez committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    bbc8341 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. 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
    Alex6323 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    2a9a1bf View commit details
    Browse the repository at this point in the history
  2. chore(logging): change some debug logs to warnings and errors (iotale…

    …dger#958)
    
    * change some debug logs to warnings and errors
    
    * revert some
    Alex6323 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    67cb327 View commit details
    Browse the repository at this point in the history
  3. feat(cli): adds hex version of address to addresses command (iotale…

    …dger#960)
    
    * feat: add hex version of address to `addresses` output
    qrayven committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    83a8c12 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. 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]>
    Alex6323 and thibault-martinez committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    571baed View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. 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]>
    qrayven and thibault-martinez committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    35c8178 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Add get_or_create_account (iotaledger#971)

    * Add `get_or_create_account`
    
    * clippy
    
    * changelog
    Alexandcoats committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    862cdfd View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. 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 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b8a06c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    7c40a44 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. 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]>
    3 people committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    af19a14 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Add lint check for examples (iotaledger#1003)

    * ci: add lint check for python bindings
    qrayven committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6eb0b6a View commit details
    Browse the repository at this point in the history
  2. Add switch CLI command to change accounts (iotaledger#1043)

    * Add switch CLI command to change accounts
    
    * completion and cleanup
    
    * clippy
    Alexandcoats committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    60aed54 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Feat: Added Conflict Reasons (iotaledger#1069)

    * added reasons
    
    * tryfrom back
    
    * py format
    
    * changelog
    
    * lint
    
    * changelog edit
    Brord van Wierst committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3811833 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    a477d86 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Merge pull request iotaledger#1102 from thibault-martinez/merge-devel…

    …op-1.1
    
    Merge develop into 1.1
    thibault-martinez committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b45af40 View commit details
    Browse the repository at this point in the history
  2. 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]>
    Brord van Wierst and thibault-martinez committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f1a6ec5 View commit details
    Browse the repository at this point in the history
  3. Add python send wrapper methods (iotaledger#1104)

    * Add send wrapper methods
    
    * Fix example, update comment
    Thoralf-M committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    1be824f View commit details
    Browse the repository at this point in the history
  4. 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]>
    Thoralf-M and thibault-martinez committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    72f19a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. CLI: refactor print help (iotaledger#1154)

    * CLI: refactor print help
    
    * Changelog
    
    * Return error
    thibault-martinez committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    8c962dd View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. 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 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    97d696a View commit details
    Browse the repository at this point in the history
  2. revert breaking change (iotaledger#1178)

    Alexandcoats committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b56eec6 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    168e4a1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request iotaledger#1184

    Merge develop into 1.1
    thibault-martinez committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    b78019e View commit details
    Browse the repository at this point in the history
  3. 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]>
    Alexandcoats and Thoralf-M committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c3c0cf8 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    d21b561 View commit details
    Browse the repository at this point in the history
  2. Fix security audits

    thibault-martinez committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7b40245 View commit details
    Browse the repository at this point in the history
  3. Merge branch '2.0' into merge-1.1-into-2.0

    Alexandcoats committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1880194 View commit details
    Browse the repository at this point in the history