Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

imp: deprecate ethereum-ledger-go components #8

Merged
merged 42 commits into from
Dec 8, 2022

Conversation

fedekunze
Copy link
Contributor

No description provided.

@fedekunze fedekunze marked this pull request as ready for review December 4, 2022 16:01
@fedekunze fedekunze requested a review from a team as a code owner December 4, 2022 16:01
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gosec found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.

usbwallet/hub.go Fixed Show fixed Hide fixed

w.healthQuit = make(chan chan error)

go w.heartbeat()

Check notice

Code scanning / CodeQL

Spawning a Go routine

Spawning a Go routine may be a possible source of non-determinism
usbwallet/hub.go Fixed Show fixed Hide fixed
Copy link
Contributor

@GAtom22 GAtom22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work! LGTM! Left a few comments

ledger.go Outdated Show resolved Hide resolved
ledger.go Outdated Show resolved Hide resolved
tests/integration_test.go Outdated Show resolved Hide resolved
tests/integration_test.go Outdated Show resolved Hide resolved
tests/integration_test.go Outdated Show resolved Hide resolved
usbwallet/ledger.go Show resolved Hide resolved
usbwallet/ledger.go Fixed Show fixed Hide fixed
usbwallet/ledger.go Fixed Show fixed Hide fixed
usbwallet/ledger.go Fixed Show fixed Hide fixed
usbwallet/ledger.go Fixed Show fixed Hide fixed
usbwallet/ledger.go Fixed Show fixed Hide fixed
usbwallet/ledger.go Fixed Show fixed Hide fixed
usbwallet/ledger.go Fixed Show fixed Hide fixed
usbwallet/ledger.go Fixed Show fixed Hide fixed
usbwallet/wallet.go Fixed Show fixed Hide fixed
usbwallet/wallet.go Fixed Show fixed Hide fixed
"time"

//#nosec -- runtime is listed as a potential source for non-determinism, but we use it only for checking the OS
"runtime"

Check notice

Code scanning / CodeQL

Sensitive package import

Certain system packages contain functions which may be a possible source of non-determinism
usbwallet/wallet.go Fixed Show fixed Hide fixed
usbwallet/wallet.go Fixed Show fixed Hide fixed
MalteHerrmann and others added 2 commits December 7, 2022 13:00
Co-authored-by: Vladislav Varadinov <[email protected]>
Co-authored-by: Federico Kunze Küllmer <[email protected]>
.github/workflows/test.yml Outdated Show resolved Hide resolved
.github/workflows/test.yml Outdated Show resolved Hide resolved
usbwallet/ledger.go Fixed Show fixed Hide fixed
usbwallet/ledger.go Outdated Show resolved Hide resolved
ledger/ledger_test.go Outdated Show resolved Hide resolved
Copy link
Contributor

@Vvaradinov Vvaradinov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Made one final cleanup commit for the unused fields in the test suite setup.

Copy link
Contributor

@GAtom22 GAtom22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work! LGTM! Left only one comment

ledger/ledger_test.go Show resolved Hide resolved
@fedekunze fedekunze merged commit 1dfedc2 into main Dec 8, 2022
@fedekunze fedekunze deleted the fedekunze/merge-ledger branch December 8, 2022 14:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants