| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* common: all golint warnings removed
* common: fixups
|
|
|
|
|
|
|
|
|
| |
* build: enable unconvert linter
- fixes #15453
- update code base for failing cases
* cmd/puppeth: replace syscall.Stdin with os.Stdin.Fd() for unconvert linter
|
|
|
|
|
|
|
| |
This adds type and struct field context to error messages.
Instead of "hex string of odd length" users will now see "json: cannot
unmarshal hex string of odd length into Go struct field SendTxArgs.from
of type common.Address".
|
|
|
|
| |
Restricting encoding is silly.
|
|
|
|
|
| |
All other functions return errors from package hexutil, ensure that
Decode does too.
|
|
|
|
| |
This follows the change to common/math big integer parsing in PR #3699.
|
|
|
|
|
| |
The code was too clever and failed to include zeros on a big.Word
boundary.
|
|
The new package is purpose-built to handle the encoding consumed and
produced by the RPC API.
|