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 into 1.1 #1102

Merged
merged 41 commits into from
Aug 30, 2023

Commits on Jul 27, 2023

  1. Fix SenderFeature.getSender() and IssuerFeature.getIssuer() in No…

    …de.js (iotaledger#951)
    
    * fix types
    
    * changelog
    
    * typo
    
    ---------
    
    Co-authored-by: Thibault Martinez <[email protected]>
    abdulmth and thibault-martinez authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a898053 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b5adfb View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. chore: make private fields readonly (iotaledger#961)

    * chore: make private fields readonly
    
    * fix: lint
    
    * chore: changelog
    
    * fix: comment
    
    * chore: update changelog
    
    * Nits
    
    * fix: undo breaking change
    
    * Update bindings/nodejs/lib/types/block/signature.ts
    
    Co-authored-by: Abdulrahim Al Methiab <[email protected]>
    
    ---------
    
    Co-authored-by: Thibault Martinez <[email protected]>
    Co-authored-by: Abdulrahim Al Methiab <[email protected]>
    3 people authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    fffcdc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fed23ea View commit details
    Browse the repository at this point in the history
  3. apply version updates (iotaledger#970)

    Co-authored-by: thibault-martinez <[email protected]>
    github-actions[bot] and thibault-martinez authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    d56d15c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    85ce3b2 View commit details
    Browse the repository at this point in the history
  2. Fix nodejs balance amounts (iotaledger#975)

    * Fix amounts
    
    * Update bindings/nodejs/CHANGELOG.md
    
    Co-authored-by: Thibault Martinez <[email protected]>
    
    * Update version
    
    ---------
    
    Co-authored-by: Thibault Martinez <[email protected]>
    Thoralf-M and thibault-martinez authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d3a9096 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dadb72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38f3013 View commit details
    Browse the repository at this point in the history
  5. apply version updates (iotaledger#979)

    Co-authored-by: Thoralf-M <[email protected]>
    github-actions[bot] and Thoralf-M authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    8e38220 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Make last_sync a field in ClientInner (iotaledger#982)

    * Make `last_sync` a field in `ClientInner`
    
    * Add changelog
    
    * Use tokio mutex instead
    
    * Bump version
    PhilippGackstatter authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5787052 View commit details
    Browse the repository at this point in the history
  2. Fix: Changelog (iotaledger#985)

    * changelog
    
    * added a fixed section
    
    * removed added section
    
    ---------
    
    Co-authored-by: Alexandcoats <[email protected]>
    Brord van Wierst and Alexandcoats authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b0c0c38 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Fix ledger nano downcasting and add test (iotaledger#986)

    * Fix ledger nano downcasting and add test
    
    * changelogs
    
    * fix test
    
    * forgot channels exist
    
    * Improve event handlers and remove remainder assertion
    Alexandcoats authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    d8cbb77 View commit details
    Browse the repository at this point in the history
  2. apply version updates (iotaledger#987)

    Co-authored-by: Thoralf-M <[email protected]>
    github-actions[bot] and Thoralf-M authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    1225f4c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. fix: Prevent webpack loading bindings when importing UTXOInput type (i…

    …otaledger#990)
    
    * fix: Prevent loading bindings when importing UtxoInput type. Constructs UtxoInput from outputId without callUtilsMethod.
    
    * fix: Improve variable naming in UTXOInput.fromOutputId
    
    * chore: Update changelog
    
    * chore: Bump nodejs bindings version
    
    * chore: Run prettier
    
    * fix: Attach UTXOInput util method (fromOutputId) dynamically (prevent bindings loading when using type UTXOInput)
    msarcev authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ade9749 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

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

Commits on Aug 14, 2023

  1. docs(nodejs): fully document the API (iotaledger#972)

    * well, you have to start somewhere, right?
    
    * from dusk till dawn...to fix all todos
    
    * fix client todos
    
    * fix secret-manager todos
    
    * fix types todos
    
    * fix remaining todos
    
    * Update bindings/nodejs/lib/types/block/output/output.ts
    
    Co-authored-by: Thoralf-M <[email protected]>
    
    * Update bindings/nodejs/lib/types/block/output/unlock-condition.ts
    
    Co-authored-by: Thoralf-M <[email protected]>
    
    * Update bindings/nodejs/lib/types/block/output/unlock-condition.ts
    
    Co-authored-by: Thoralf-M <[email protected]>
    
    * Update bindings/nodejs/lib/types/block/output/unlock-condition.ts
    
    Co-authored-by: Thoralf-M <[email protected]>
    
    * Some doc comments + format
    
    * Update bindings/nodejs/lib/types/wallet/consolidation-params.ts
    
    Co-authored-by: Alexandcoats <[email protected]>
    
    * Update bindings/nodejs/lib/types/wallet/transaction-options.ts
    
    Co-authored-by: Alexandcoats <[email protected]>
    
    * Update bindings/nodejs/lib/types/wallet/participation.ts
    
    Co-authored-by: Alexandcoats <[email protected]>
    
    * Update bindings/nodejs/lib/types/block/output/unlock-condition.ts
    
    * Apply suggestions from code review
    
    * More review suggestions
    
    * Update bindings/nodejs/lib/types/wallet/output-params.ts
    
    Co-authored-by: Alexandcoats <[email protected]>
    
    * Format
    
    * Fix comment
    
    * udpate json comment
    
    ---------
    
    Co-authored-by: Alexandcoats <[email protected]>
    Co-authored-by: Thoralf-M <[email protected]>
    Co-authored-by: Thoralf-M <[email protected]>
    Co-authored-by: Brord van Wierst <[email protected]>
    5 people authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2aeaefa View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

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

Commits on Aug 16, 2023

  1. chore: export logger config (iotaledger#1014)

    * chore: export logger config
    
    * chore: changelog
    
    * Update bindings/nodejs/CHANGELOG.md
    
    Co-authored-by: Thibault Martinez <[email protected]>
    
    ---------
    
    Co-authored-by: Thibault Martinez <[email protected]>
    Tuditi and thibault-martinez authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7c0f19b View commit details
    Browse the repository at this point in the history
  2. Update dependencies + fix resolutions + nits (iotaledger#1019)

    * Update dependencies + fix resolutions + nits
    
    * CI fix ?
    thibault-martinez authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ec1f64c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28e54fa View commit details
    Browse the repository at this point in the history
  4. Use dtolnay/rust-toolchain instead of actions-rs/toolchain (iotaledge…

    …r#1020)
    
    * Use dtolnay/rust-toolchain instead of actions-rs/toolchain
    
    * Change setup-rust
    
    * Fix
    
    * Fix input name
    thibault-martinez authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    5d2122f View commit details
    Browse the repository at this point in the history
  5. Bump actions/setup-node to v3 (iotaledger#1024)

    * Bump actions/setup-node to v3
    
    * Nit
    thibault-martinez authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6c2f88b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a257fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1cc62f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    17a267b View commit details
    Browse the repository at this point in the history
  2. Fix: update naming (iotaledger#1032)

    * chore: fix typo & deprecate previous function
    
    * chore: changelog
    
    * chore: format
    
    * Update bindings/nodejs/CHANGELOG.md
    
    Co-authored-by: Thibault Martinez <[email protected]>
    
    * Update bindings/nodejs/CHANGELOG.md
    
    Co-authored-by: Thibault Martinez <[email protected]>
    
    * Update bindings/nodejs/CHANGELOG.md
    
    Co-authored-by: Thibault Martinez <[email protected]>
    
    * Update bindings/nodejs/CHANGELOG.md
    
    Co-authored-by: Thibault Martinez <[email protected]>
    
    * chore: remove code duplication
    
    * chore: format
    
    ---------
    
    Co-authored-by: Thibault Martinez <[email protected]>
    Tuditi and thibault-martinez authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    aa97248 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Fix prepare_output() with ReturnStrategy::Gift (iotaledger#1029)

    * Fix `Account::prepare_output()` when `ReturnStrategy::Gift` is used with an existing NFT output
    
    * Use correct min_required_storage_deposit for each type
    
    * Simplify and compare against correct value
    
    * Add .changes file
    Thoralf-M authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    24effd1 View commit details
    Browse the repository at this point in the history
  2. apply version updates (iotaledger#1039)

    Co-authored-by: Thoralf-M <[email protected]>
    github-actions[bot] and Thoralf-M authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d343a14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51bb807 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    5495d88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0094b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Prepare python release (iotaledger#1070)

    * Prepare python release
    
    * Update bindings/python/CHANGELOG.md
    
    Co-authored-by: Thibault Martinez <[email protected]>
    
    ---------
    
    Co-authored-by: Thibault Martinez <[email protected]>
    Thoralf-M and thibault-martinez authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    0d63469 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

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

Commits on Aug 25, 2023

  1. Fix serde feature gating in types (iotaledger#1082)

    * Fix serde feature gating in types
    
    * Add CI check
    
    * remove tag and use cargo aliases in CI linting
    
    * atty
    
    * oop
    
    * clippy
    Alexandcoats authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2160c76 View commit details
    Browse the repository at this point in the history
  2. Fix restore_backup() (iotaledger#1083)

    * Fix restore backup when no secret manager data is stored
    
    * Add test
    
    * Comment first
    
    * Update version and date
    
    * Update sdk/src/wallet/core/operations/stronghold_backup/mod.rs
    
    Co-authored-by: Thibault Martinez <[email protected]>
    
    ---------
    
    Co-authored-by: Thibault Martinez <[email protected]>
    Co-authored-by: Thibault Martinez <[email protected]>
    3 people authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8e60542 View commit details
    Browse the repository at this point in the history
  3. apply version updates (iotaledger#1086)

    Co-authored-by: Thoralf-M <[email protected]>
    github-actions[bot] and Thoralf-M authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1e6b490 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Db migration: Properly handle possibly null protocol params (iotaledg…

    …er#1091)
    
    * Add db from 37edd0706ee003a0d17c7da19ba974b17b365cfe
    
    * Properly handle possibly null protocol params (iotaledger#1090)
    
    * Fix migration 3
    
    * changelog
    
    * Update sdk/tests/wallet/wallet_storage.rs
    
    * Nodejs bindings changelog and version bump
    
    ---------
    
    Co-authored-by: Alexandcoats <[email protected]>
    Thoralf-M and Alexandcoats authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    81ec43f View commit details
    Browse the repository at this point in the history
  2. apply version updates (iotaledger#1095)

    Co-authored-by: Thoralf-M <[email protected]>
    github-actions[bot] and Thoralf-M authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    4bf72ec View commit details
    Browse the repository at this point in the history
  3. Ignore latest rustsec issue (iotaledger#1101)

    * ignore RUSTSEC-2023-0052
    
    * Add CI path
    
    * todo
    
    * Add 0053
    
    * update deps
    
    * clippy
    Alexandcoats authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    5cfc4aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a477d86 View commit details
    Browse the repository at this point in the history