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 in 1.1 #1182

Closed

Commits on Aug 30, 2023

  1. Storage migration (iotaledger#1057)

    * Brainstorm
    
    * Basic idea
    
    * Add encrypted db
    
    * Seems to work
    
    * Define types in migration, refactor
    
    * where in stronghold is the data?
    
    * Make stronghold snapshot migration work
    
    * Add migration to bindings, add get_chrysalis_data()
    
    * Save chrysalis data from snapshot in db
    
    * Address some TODOs
    
    * Address todos
    
    * Add chrysalis-backup-work-factor-0.stronghold
    
    * Fix wasm
    
    * Don't error on ClientDataNotPresent
    
    * Clippy
    
    * Address review comments
    
    * Remove extra function
    
    * Update bindings/nodejs/CHANGELOG.md
    
    Co-authored-by: Thibault Martinez <[email protected]>
    
    * Remove `from`
    
    * Clippy
    
    * Changelog
    
    * Update sdk/src/wallet/storage/constants.rs
    
    * Move function to storage
    
    * Address review comments
    
    * Address review comments
    
    * Review suggestions
    
    * Address review comments
    
    * Add db_encryption_key to Rust, export migrateDbChrysalisToStardust and add nodejs example
    
    * Single import, lint
    
    * Address review comments
    
    ---------
    
    Co-authored-by: Thibault Martinez <[email protected]>
    Co-authored-by: Thibault Martinez <[email protected]>
    3 people committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    ce77da1 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    711f85c View commit details
    Browse the repository at this point in the history
  2. Add PrivateKeySecretManager (iotaledger#937)

    * Add PrivateKeySecretManager
    
    * try_from_b58/try_from_hex
    
    * zeroize bytes
    
    * Nits
    
    * Optional bs58
    
    * Changelog
    
    * Secret manager tests folder
    
    * Add tests and fix
    
    * Changelog
    
    * Nit
    
    * Nit
    
    * Update sdk/tests/client/secret_manager/mod.rs
    
    Co-authored-by: Thoralf-M <[email protected]>
    
    * Replace panic with errors
    
    * Remove unwrap
    
    * Under private_key_secret_manager feature
    
    ---------
    
    Co-authored-by: Thoralf-M <[email protected]>
    thibault-martinez and Thoralf-M committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a8b5390 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Use ci-test alias (iotaledger#1112)

    * use ci-test alias
    
    * Add more aliases
    
    * fix coverage
    
    * try renaming coverage file
    
    * allow pow tests to take longer
    
    * adjustment
    Alexandcoats committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    f16a283 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1c1c13 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

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

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    9f4fbbf View commit details
    Browse the repository at this point in the history
  2. Update 'getting started' examples and link to them (iotaledger#1130)

    * Update getting started started examples and link to them
    
    * Update wallet getting started
    
    * snake_case
    
    * Update sdk/examples/client/getting_started.rs
    
    Co-authored-by: Thibault Martinez <[email protected]>
    
    * consistency
    
    * Fix comment
    
    * Clean readmes
    
    ---------
    
    Co-authored-by: Thibault Martinez <[email protected]>
    Co-authored-by: Thibault Martinez <[email protected]>
    3 people committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    007c417 View commit details
    Browse the repository at this point in the history
  3. Fix Blocking behavior in Node.js bindings (iotaledger#1156)

    * remove mpsc channel
    
    * changelog
    
    * Update bindings/nodejs/src/client.rs
    
    * remove test
    
    ---------
    
    Co-authored-by: Thibault Martinez <[email protected]>
    abdulmth and thibault-martinez committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a877f28 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    a3260a4 View commit details
    Browse the repository at this point in the history
  2. Add a request pool (iotaledger#1137)

    * initial changes
    
    * fix wasm
    
    * add rand dep to client
    
    * Rewrite to be a much simpler request pool
    
    * cleanup
    
    * Add builder fn and changelog
    
    * timeout cleanup
    
    * fix wasm
    
    * refactor
    
    * add config to bindings
    
    * changelogs
    
    * Update sdk/CHANGELOG.md
    
    * Update release date
    
    * SDK release date
    
    ---------
    
    Co-authored-by: Thibault Martinez <[email protected]>
    Alexandcoats and thibault-martinez committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7d89459 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3219a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f254ea View commit details
    Browse the repository at this point in the history
  5. Fix type of value property in CustomAddress (Node.js) (iotaledger…

    …#1171)
    
    * fix `CustomAddress` value property type
    
    * changelog
    abdulmth committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    735dac6 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

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