Martin HS
5adc314817
build: update to golangci-lint 1.61.0 ( #30587 )
...
Changelog: https://golangci-lint.run/product/changelog/#1610
Removes `exportloopref` (no longer needed), replaces it with
`copyloopvar` which is basically the opposite.
Also adds:
- `durationcheck`
- `gocheckcompilerdirectives`
- `reassign`
- `mirror`
- `tenv`
---------
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
1 month ago
Felix Lange
1485814f89
cmd/rlpdump: add -pos flag, displaying byte positions ( #28785 )
10 months ago
Håvard Anda Estensen
460cc1673e
cmd: run tests in parallel ( #28546 )
1 year ago
Seungbae.yu
2697e44d81
all: change format `0x%x` to `%#x` ( #25221 )
2 years ago
Felix Lange
9244d5cd61
all: update license headers and AUTHORS from git history ( #24947 )
3 years ago
Martin Holst Swende
b8dc1e2705
cmd/rlpdump: add support for text to rlp ( #23745 )
...
This PR adds support for the rlpdump tool to go from text format to RLP.
3 years ago
Jim McDonald
3e6d7c169b
cmd/rlpdump: allow hex input to have leading '0x'
7 years ago
Péter Szilágyi
436acb4f75
cmd/rlpdump: support dumping only the first entity
8 years ago
Felix Lange
3f047be5aa
all: update license headers to distiguish GPL/LGPL
...
All code outside of cmd/ is licensed as LGPL. The headers
now reflect this by calling the whole work "the go-ethereum library".
9 years ago
Felix Lange
e813626ee1
all: remove @author comments
10 years ago
Felix Lange
ea54283b30
all: update license information
10 years ago
Felix Lange
56a48101dc
cmd/rlpdump, cmd/utils, eth, p2p, whisper: use rlp input limit
10 years ago
Felix Lange
fde0ddb324
cmd/rlpdump: remove stray return
10 years ago
obscuren
117f66e823
Added license headers
10 years ago
Felix Lange
ec4dee0fcd
cmd/rlpdump: remove extra buffer
10 years ago
Felix Lange
04c0f7e15c
cmd/rlpdump: add license header and synopsis
10 years ago
Felix Lange
b907a5d765
cmd/rlpdump: new helper command
10 years ago