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

Fix duplicated SignatureUnlocks with Ledger Nano #1123

Merged
merged 4 commits into from
Jul 17, 2022

Conversation

Thoralf-M
Copy link
Member

@Thoralf-M Thoralf-M commented Jul 14, 2022

Description of change

Fix duplicated SignatureUnlocks with Ledger Nano

Type of change

  • Bug fix (a non-breaking change which fixes an issue)

How the change has been tested

Wallet.rs example

Change checklist

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that new and existing unit tests pass locally with my changes

@Thoralf-M Thoralf-M marked this pull request as draft July 14, 2022 11:58
@Thoralf-M Thoralf-M marked this pull request as ready for review July 14, 2022 12:41
@Thoralf-M Thoralf-M changed the title Handle duplicated SignatureUnlocks from Ledger Nano Fix duplicated SignatureUnlocks with Ledger Nano Jul 14, 2022
samuel-rufi
samuel-rufi previously approved these changes Jul 14, 2022
src/secret/ledger_nano.rs Outdated Show resolved Hide resolved
@Thoralf-M Thoralf-M merged commit 376f1b0 into iotaledger:develop Jul 17, 2022
@Thoralf-M Thoralf-M deleted the ledgernano-fix branch July 17, 2022 13:05
cycraig pushed a commit to cycraig/iota.rs-wasm that referenced this pull request Aug 12, 2022
* Review and update Bee content

* Review suggestions and corrections added.

* Added diataxis keywords

* Apply suggestions from code review

Co-authored-by: Lucas Tortora <85233773+lucas-tortora@users.noreply.github.com>

Co-authored-by: Thibault Martinez <thibault.martinez.30@gmail.com>
Co-authored-by: Lucas Tortora <85233773+lucas-tortora@users.noreply.github.com>
cycraig pushed a commit to cycraig/iota.rs-wasm that referenced this pull request Aug 12, 2022
* Build dashboard into Docker image (iotaledger#1147)

* Lower network log level (iotaledger#1148)

* Docs - Minor edits Applying Style Guide and Diataxis  (iotaledger#1123)

* Review and update Bee content

* Review suggestions and corrections added.

* Added diataxis keywords

* Apply suggestions from code review

Co-authored-by: Lucas Tortora <85233773+lucas-tortora@users.noreply.github.com>

Co-authored-by: Thibault Martinez <thibault.martinez.30@gmail.com>
Co-authored-by: Lucas Tortora <85233773+lucas-tortora@users.noreply.github.com>

* Fix missing `.git` folder (iotaledger#1153)

* Avoid unbounded `RwLock` guards in `PeerManager` (iotaledger#1139)

* avoid unbounded `RwLock` guards

* restrict `get_map` function argument to `FnOnce`

* Fix API response addressType (iotaledger#1167)

* Test equality of JSON and TOML config files (iotaledger#1164)

* Test equality of JSON and TOML config files

* implement `PartialEq` for `NodeConfigBuilder`

* make the `PartialEq` implementation less error prone

* Fix test

Co-authored-by: Christian Poveda <christian.poveda@iota.org>

* Emit better warning when parsing snapshot header fails (iotaledger#1166)

* Emit better warning when parsing snapshot header fails

* Update `CHANGELOG.md`

* Embed error

* Use maximum to find furthest neighbor (iotaledger#1173)

* Use maximum to find furthest neighbor

* Remove now partly wrong note

* Strip symbols from production binary (rust >= 1.59) (iotaledger#1175)

* Update workflow branches (iotaledger#1172)

* Make Rust `beta` and `nightly` experimental (iotaledger#1160)

* Make Rust `beta` and `nightly` experimental

* Improve PR template

* Two separate matrices

* Constrain `docs`, `licenses`, and `udeps` runs

* Allow failures in `no_std` for `beta` and `nightly`

* Further improvements

* Full matrix

* Fix CI

* Run clippy on `stable` and make `beta` optional

* Fix `no_std`

* try formatting

* Test name

* Test

* f

* Pretty please

* Test

* Make all pretty

* Fix

* Change order of matrix

* Spaces

* Free the bird

* Clarify

Co-authored-by: Thibault Martinez <thibault.martinez.30@gmail.com>

Co-authored-by: Thibault Martinez <thibault.martinez.30@gmail.com>

* Temporarily fix CI by downgrading to `windows-2019` (iotaledger#1177)

* Get rid of `experimental`

* Automatically cancel older runs

* Test `jq` on all plattforms

* Also limit doc builds

* Revert names

* Temporarily switch back to `windows-2019`

More information: https://github.blog/changelog/2022-01-11-github-actions-jobs-running-on-windows-latest-are-now-running-on-windows-server-2022/

* More robust windows detection

* Fix

Co-authored-by: Jochen Görtler <grtlr@users.noreply.github.com>
Co-authored-by: charlesthompson3 <74603461+charlesthompson3@users.noreply.github.com>
Co-authored-by: Lucas Tortora <85233773+lucas-tortora@users.noreply.github.com>
Co-authored-by: Christian Poveda <31802960+pvdrz@users.noreply.github.com>
Co-authored-by: Christian Poveda <christian.poveda@iota.org>
Co-authored-by: /alex/ <alexander.schmidt@iota.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants