PackageTrack
Sign in Get early access

github.com/miguelmota/go-ethereum-hdwallet

v0.1.3 #2380 most downloaded on Go modules miguelmota/go-ethereum-hdwallet

What this package is like to depend on

Last release 1 years ago

27 Apr 2025

Release timing varies

gaps range from 2 weeks to 1.4 years

Nearly every release is documented

notes for 5 of 5 stable releases

Nothing withdrawn

no release was ever pulled

8 years old

35 releases · first in 2018

0 releases in the last 12 months

see the full history below

Release timeline

35 releases · Jul 2018 to Apr 2025
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 35
  1. v0.1.4-0.20250427194322-bbe1f1a60b73 27 Apr 2025 pre-release

    Nothing published for this version

  2. v0.1.4-0.20250427191127-ee15b8d04a3e 27 Apr 2025 pre-release

    Nothing published for this version

  3. v0.1.3 24 Apr 2025
    Release notes

    Changelog

    • 1272eb3 Update Makefile and README
    • 2b777ce Update .gitignore
    • 9dd5b07 Update private key derivation to ensure secp256k1 compliance. Add tests for verifying curve types and parameters in HD wallet implementation. Resolves #37
    • b779788 Add CONTRIBUTING.md file with guidelines for reporting bugs, suggesting enhancements, and submitting pull requests
    • 72ab090 Use base SignTxWithSigner for SignTxEIP1559, SignTxEIP155, and SignTx. Add signing tests for legacy, EIP-155, and EIP-1559 transactions
    • 9796825 Merge branch 'ben/custom-signer-and-eip1559' of github.com:BenZuckier/go-ethereum-hdwallet into BenZuckier-ben/custom-signer-and-eip1559
    • f47e1d5 Update btcutil. Resolves #31,#34
    • a69c443 comments
    • b7425b1 custom signer and explicit eip 1559
    • f2ff0a1 Update README
    Open source →
  4. v0.1.3-0.20231205210420-f2ff0a13dc89 05 Dec 2023 pre-release

    Nothing published for this version

  5. v0.1.2 30 Nov 2023
    Release notes

    Changelog

    • c5e7cb7 Update test
    • 75e088b Merge branch 'pnowosie-pnowosie/add-password-to-seed-calculation'
    • c79963b remove dup code, better variable name
    • 9f1121e add password to seed calculation
    • dca85a9 Update README
    • 22116cc Update README
    • 16f4137 go mod vendor
    • 9895066 Merge branch 'teghnet-upgrades'
    • af742b3 Merge branch 'master' into upgrades
    • 21aded5 Use LatestSignerForChainID
    • cfdffc0 Upgrade to Go 1.18
    Open source →
  6. v0.1.2-0.20231130185148-c5e7cb714bc3 30 Nov 2023 pre-release

    Nothing published for this version

  7. v0.1.2-0.20230703073920-dca85a91a62c 03 Jul 2023 pre-release

    Nothing published for this version

  8. v0.1.2-0.20220704204445-22116cc03c8a 04 Jul 2022 pre-release

    Nothing published for this version

  9. v0.1.1 26 Jul 2021
    Release notes

    Changelog

    ca8871b Update .travis.yml
    13bc768 Merge branch 'ggwpez-master'
    d6c3b60 Add accounts.Wallet interface test
    1365b41 Revert #13 and use Sender instead of AsMessage

    Open source →
  10. v0.1.1-0.20220523121543-cfdffc09b041 23 May 2022 pre-release

    Nothing published for this version

  11. v0.1.0 26 Jun 2021
    Release notes

    Changelog

    518b14a Move base fee parameter to end
    09fbe23 Merge branch 'ggwpez-master'
    6cacce8 Update go mod+vendor
    56a4d34 Add baseFee to SignTx

    Open source →
  12. v0.0.1 14 Mar 2021
    Release notes

    Changelog

    8dd49aa Update .goreleaser.yml
    5384b66 Update .gitignore
    1cb033c Add initial CLI
    f498502 go mod vendor
    f39b32a Merge branch 'witoff-master'
    7900505 Issue172: Support resolving the issue without breaking backwards compatibility
    a60dcd1 Add NewMnemonicFromEntropy
    4d9d106 Add contributions section
    abf3d7f Fix go.mod
    9ab0d61 Add .goreleaser
    7e0d9e8 Implement missing data signing interface methods
    1d271fb Merge branch 'immutability-io-master'
    ecdde48 support for token transfers - add SignTxEIP155
    5f6b316 Merge pull request #6 from drdgvhbh/geth-1.9-stubs
    fda7869 Fix compile errors
    3ec2f46 Fix self derive method signature
    9180977 Add missing method
    e1a8432 Add stubs for conform to the accounts.Wallet interface
    2da794f Create FUNDING.yml
    54b4c7d update readme
    a4ed184 update readme
    157b163 update readme
    5b8e07a update readme
    8af197a travis go get ./
    1cfc99f update travis to go get deps
    c22ef64 remove vendor
    ba235ac copy missing secp256k1
    ee683ae dep ensure
    fe1f2a4 update makefile
    c3b72c5 Merge pull request #1 from benjyz/master
    cb7081b add example with keys
    489b6d4 remove mnemonic getter
    4d39b15 remove artifact
    008622d fix NewSeed
    9b10528 fix NewSeed
    a26571a update readme
    3d5481c todo
    562f1a7 sign hash impl
    77eb9ae update readme
    06f4e6e add signtx example
    d902ab0 add unpin method
    3e6fe30 update travis
    3721825 add license
    1a42950 add badges
    353f4d0 update example
    79179fb update makefile
    fe0d7ac wip implementation of account.Wallet
    40e83e4 update readme
    e64b7ba use ParseDerivationPath from geth
    a9d16bb todo
    2595736 check for mnenomic
    7d45f93 add basic test
    8d7b9bc add example
    82eb119 dep init
    66d224c init

    Open source →
  13. v0.0.0-20250427194322-bbe1f1a60b73 27 Apr 2025 pre-release

    Nothing published for this version

  14. v0.0.0-20231114151632-c79963b23f11 14 Nov 2023 pre-release

    Nothing published for this version

  15. v0.0.0-20230703073920-dca85a91a62c 03 Jul 2023 pre-release

    Nothing published for this version

  16. v0.0.0-20220704204445-22116cc03c8a 04 Jul 2022 pre-release

    Nothing published for this version

  17. v0.0.0-20220523122737-af742b39b318 23 May 2022 pre-release

    Nothing published for this version

  18. v0.0.0-20220523121543-cfdffc09b041 23 May 2022 pre-release

    Nothing published for this version

  19. v0.0.0-20210726071934-ca8871b71a79 26 Jul 2021 pre-release

    Nothing published for this version

  20. v0.0.0-20210626002539-518b14aa39c0 26 Jun 2021 pre-release

    Nothing published for this version

  21. v0.0.0-20210617151550-6cacce87e263 17 Jun 2021 pre-release

    Nothing published for this version

  22. v0.0.0-20210614093730-56a4d342a6ff 14 Jun 2021 pre-release

    Nothing published for this version

  23. v0.0.0-20210314074952-8dd49aa599b9 14 Mar 2021 pre-release

    Nothing published for this version

  24. v0.0.0-20210314070602-dc19827c9f08 14 Mar 2021 pre-release

    Nothing published for this version

  25. v0.0.0-20210314064309-42561b70fe11 14 Mar 2021 pre-release

    Nothing published for this version

  26. v0.0.0-20210314063249-5384b6660a31 14 Mar 2021 pre-release

    Nothing published for this version

  27. v0.0.0-20210314044112-f4985021564b 14 Mar 2021 pre-release

    Nothing published for this version

  28. v0.0.0-20200123000308-a60dcd172b4c 23 Jan 2020 pre-release

    Nothing published for this version

  29. v0.0.0-20191219011559-4d9d106de2bd 19 Dec 2019 pre-release

    Nothing published for this version

  30. v0.0.0-20191015012459-abf3d7f7f00c 15 Oct 2019 pre-release

    Nothing published for this version

  31. v0.0.0-20190720004541-5f6b3168e4a0 20 Jul 2019 pre-release

    Nothing published for this version

  32. v0.0.0-20190601230056-2da794f11e15 01 Jun 2019 pre-release

    Nothing published for this version

  33. v0.0.0-20190120073400-54b4c7d7627e 20 Jan 2019 pre-release

    Nothing published for this version

  34. v0.0.0-20181004120025-8af197af5b28 04 Oct 2018 pre-release

    Nothing published for this version

  35. v0.0.0-20180720075701-ba235ac57e3a 20 Jul 2018 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive