Klimov Sergei
Klimov Sergei
## [v3.4.0](https://github.com/MinterTeam/minter-go-node/tree/v3.4.0) [Full Changelog](https://github.com/MinterTeam/minter-go-node/compare/v3.3.0...v3.4.0) ### Added - API methods: `waitlist_all`, `limit_orders_by_owner` - Indexed tags to search for transactions by order - Starting a node without processing new states with tag...
* [ ] Updated all relevant documentation in docs * [ ] Updated all code comments where relevant * [ ] Wrote tests
``` mnemonic := "real town addict extend shoot name disagree vital turn live can tip" master, err := hdwallet.NewKey(hdwallet.Mnemonic(mnemonic)) wallet, _ = master.GetWallet(hdwallet.CoinType(hdwallet.ETH)) pk, _ = wallet.PrivateKey() ``` got c64f0b3e510d03adef3f057d1814bdc8a7f904caafa6928550fc10670dcff031...
``` import "github.com/ethereum/go-ethereum/crypto" privateKey, _, _ := hdWallet("real town addict extend shoot name disagree vital turn live can tip") log.Println(hex.EncodeToString(crypto.FromECDSA(privateKey))) ``` got c64f0b3e510d03adef3f057d1814bdc8a7f904caafa6928550fc10670dcff031 wanted c29cd818232f40614691a58c9afcbd5518b539cb135d73b1d9e26d5f5f5dcbbe (https://iancoleman.io/bip39/)