Håvard Anda Estensen
|
77cb21da2c
|
signer: run tests in parallel (#28536)
marks tests as parallel-safe in package signer
|
2023-11-20 08:20:59 +01:00 |
|
Delweng
|
b196ad1c16
|
all: add whitespace linter (#25312)
* golangci: typo
Signed-off-by: Delweng <delweng@gmail.com>
* golangci: add whietspace
Signed-off-by: Delweng <delweng@gmail.com>
* *: rm whitesapce using golangci-lint
Signed-off-by: Delweng <delweng@gmail.com>
* cmd/puppeth: revert accidental resurrection
Co-authored-by: Péter Szilágyi <peterke@gmail.com>
|
2022-07-25 13:14:03 +03:00 |
|
lmittmann
|
bc013bc42e
|
all: prefer new(big.Int) over big.NewInt(0) (#25087)
minor performance improvement: `big.NewInt(0).Xxx` -> `new(big.Int).Xxx`
|
2022-06-14 15:09:48 +03:00 |
|
Martin Holst Swende
|
295bc35ecf
|
signer/core: move API JSON types to separate package (#23275)
This PR moves (some) account types into a standalone package, to avoid
depending on signer/core from accounts/external.
|
2021-07-29 16:06:44 +02:00 |
|
Martin Holst Swende
|
7a00378e2b
|
cmd/clef, signer: support for eip-1559 txs in clef (#22966)
|
2021-06-09 13:48:47 +02:00 |
|
Péter Szilágyi
|
1a83114c74
|
all: update author list and licenses
|
2019-07-22 12:17:27 +03:00 |
|
Péter Szilágyi
|
d5af3a584c
|
cmd/clef, signer: make fourbyte its own package, break dep cycle (#19450)
* cmd/clef, signer: make fourbytes its own package, break dep cycle
* signer/fourbyte: pull in a sanitized 4byte database
|
2019-04-11 20:01:11 +03:00 |
|