Skip to content

Releases: miguelmota/go-ethereum-hdwallet

v0.1.2

30 Nov 18:53
c5e7cb7
Compare
Choose a tag to compare

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

v0.1.1

26 Jul 07:24
ca8871b
Compare
Choose a tag to compare

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

v0.1.0

08 Jul 17:01
518b14a
Compare
Choose a tag to compare

Changelog

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

v0.0.1

14 Mar 07:50
Compare
Choose a tag to compare

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