go-ethereum/accounts
Daniel Liu f0ed12486a accounts/usbwallet/trezor: expose protobuf package (#17980)
When some of the same messages are redefined anywhere in a Go project,
the protobuf package panics (see
https://github.com/golang/protobuf/issues/178).

Since this package is internal, there is no way to work around it, as
one cannot use it directly, but also cannot define the same messages.

There is no downside in making the package accessible.
2025-01-24 16:18:29 +08:00
..
abi accounts/abi: allow interface as the destination (#18490) 2025-01-24 16:18:29 +08:00
keystore accounts/keystore: small code simplification (#18394) 2025-01-24 16:18:28 +08:00
usbwallet accounts/usbwallet/trezor: expose protobuf package (#17980) 2025-01-24 16:18:29 +08:00
accounts.go accounts: fixed typo (#17421) 2025-01-24 16:18:28 +08:00
errors.go accounts: fix comment typo (#15977) 2018-01-26 13:33:27 +02:00
hd.go accounts: wallet derivation path comment is mistaken (#17934) 2025-01-24 16:18:28 +08:00
hd_test.go accounts: refactor API for generalized USB wallets 2017-08-09 13:26:07 +03:00
manager.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
url.go accounts: add unit tests for URL (#17182) 2025-01-24 16:18:28 +08:00
url_test.go accounts: add unit tests for URL (#17182) 2025-01-24 16:18:28 +08:00