gozilliqa-sdk
gozilliqa-sdk copied to clipboard
Zilliqa golang sdk
Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) from 0.23.2 to 0.24.0. Release notes Sourced from github.com/btcsuite/btcd's releases. btcd v0.24.0 This release is a major release that includes several general bug fixes, security bug fixes (please...
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.26 to 1.13.15. Release notes Sourced from github.com/ethereum/go-ethereum's releases. Ontamalca (v1.13.15) Geth v1.13.15 is a maintenance-release that contains some fixes mainly to avoid snapsync-related data-corruption. We recommend...
**Describe the bug** When you call `(DsBlockHeader).Serialize()`, we attempt to serialize `PoWDSWinners` into the `dswinners` entry (field 10) of the dsblock protobuf. Sadly, `PowDSWinners` is `map[string][Peer]` and thus the order...
When using standard go module tools I wasn't be able to fetch v2 version of library. I cant use `github.com/Zilliqa/gozilliqa-sdk/v2` import: `github.com/Zilliqa/gozilliqa-sdk/v2/provider: module github.com/Zilliqa/gozilliqa-sdk@latest found (v1.2.0), but does not contain...
## Description ## Review Suggestion ## Status ### Implementation - [x] **ready for review**
how to send max amount from the wallet? help me, thanks.
This could be helpful for create transaction as well. Current SDK error message is just writing `not checksum Address or bech32panic: runtime error: invalid memory address or nil pointer dereference`...
https://github.com/Zilliqa/gozilliqa-sdk/blob/master/transaction/transaction.go#L34