Commit Graph

109 Commits (0378dc8367e529bb95403741af62b7911efd8a2c)

Author SHA1 Message Date
llkhacquan 978041feea
signer/core: improve performance of isPrimitiveTypeValid function (#30274) (#30277) 1 month ago
Felix Lange 1e97148249
all: fix inconsistent receiver name and add lint rule for it (#29974) 3 months ago
Aaron Chen 70bf94c34e
internal, signer/core: replace path.Join with filepath.Join (#29489) 5 months ago
Aaron Chen cfc7d06cc9
signer/core/apitypes: use slices.Contains (#29474) 5 months ago
imalasong 0dc09da7db
all: replace path.Join with filepath.Join (#29479) 5 months ago
Martin HS 4458905f26
signer/core/apitypes: fix apitypes breakage due to bitrotted PR (#29470) 6 months ago
Martin HS 7ee9a6e89f
signer: implement blob txs sendtxargs, enable blobtx-signing (#28976) 6 months ago
Aaron Chen 723b1e36ad
all: fix mismatched names in comments (#29348) 6 months ago
Martin HS d9bde37ac3
log: use native log/slog instead of golang/exp (#29302) 6 months ago
yzb db4cf69166
all: replace fmt.Errorf() with errors.New() if no param required (#29126) 7 months ago
cui fliter dbc27a199f
all: fix function names in docs (#29128) 7 months ago
Lindlof 4c15d58007
internal/ethapi, signer/core: fix documentation-links (#28979) 7 months ago
Dimitris Apostolou 8fd43c8013
all: fix typos in comments (#28881) 8 months ago
Taeguk Kwon 09e0208029
accounts,signer: fix typos in comments (#28730) 9 months ago
jwasinger 28e7371701
all: replace log15 with slog (#28187) 10 months ago
Håvard Anda Estensen 77cb21da2c
signer: run tests in parallel (#28536) 10 months ago
Felix Lange 9b46986edc
all: use rlp.DecodeBytes instead of rlp.Decode where possible (#27994) 1 year ago
John Chase ab0e0f3517
signer/core: show helptext when clef rejects signing (#27538) 1 year ago
Delweng dd25a4f5ab
les, signer, light: replace noarg fmt.Errorf with errors.New (#27336) 1 year ago
s7v7nislands ffda2c64c4
rpc: use atomic types (#27214) 1 year ago
Taeguk Kwon bedf2856d1
signer/core: rename testdata files (#27063) 1 year ago
rjl493456442 94457cce07
cmd, miner, signer: avoid panic if keystore is not available (#27039) 1 year ago
Daniel Fernandes 02796f6bee
signer/core: accept all solidity primitive types for EIP-712 signing (#26770) 2 years ago
Martin Holst Swende 4f4a25d79f
signer/core: don't require capital lettered reference types (#26462) 2 years ago
Martin Holst Swende 502fa829a6
signer/core: handle gnosis safe problem with missing chain id (#26309) 2 years ago
Martin Holst Swende 6a4e05c93a
signer: enable typed data signing from signer rpc (#26241) 2 years ago
6xiaowu9 e76813eb13
signer/core/apitypes: deep convert types in slice (#26203) 2 years ago
Joseph Cook 6685f88455
cmd/clef: only print first N accounts on startup (#26128) 2 years ago
Joseph Cook 55a92fa0a4
cmd/clef: list accounts at startup (#26082) 2 years ago
Obtuse7772 6d55908347
signer/core/apitypes: support more input types for eip-712 encoding (#26074) 2 years ago
Martin Holst Swende 5a02b2d6d0
all: fix spelling mistakes (#25961) 2 years ago
Felix Lange b628d72766
build: upgrade to go 1.19 (#25726) 2 years ago
Delweng b196ad1c16
all: add whitespace linter (#25312) 2 years ago
Nikhil Suri ba3919cac6
signer/core: add canonical TypedData hashing methods (#25283) 2 years ago
スパイク 55f914a1d7
signer/core/apitypes: support primitive types int96/uint96 (#25105) 2 years ago
Seungbae.yu 2697e44d81
all: change format `0x%x` to `%#x` (#25221) 2 years ago
lmittmann bc013bc42e
all: prefer `new(big.Int)` over `big.NewInt(0)` (#25087) 2 years ago
s7v7nislands 6ad620d642
cmd/ethkey: use accounts.TextHash (#25069) 2 years ago
Felix Lange 9244d5cd61
all: update license headers and AUTHORS from git history (#24947) 2 years ago
jwasinger 3ff479bc94
signer/core: always pad clique header extra data with space for sealer's signature (#24941) 2 years ago
Håvard Anda Estensen 4b309c7006
all: replace non-trivial uses of package ioutil with os (#24886) 2 years ago
Håvard Anda Estensen 07508ac0e9
all: replace uses of ioutil with io and os (#24869) 2 years ago
Eng Zer Jun 8d066f1f42
all: use T.TempDir to create temporary test directories (#24633) 2 years ago
Martin Holst Swende 5a0d487c3b
signer/core: fix complex typed data sign (EIP712) (#24220) 3 years ago
Shihao Xia eef7a33135
core, miner, rpc, eth: fix goroutine leaks in tests (#24211) 3 years ago
Felix Lange 5bcbb2980b
rpc: add PeerInfo (#24255) 3 years ago
Mikhail Mikheev 7dec26db2a
signer, core: support chainId for GnosisSafeTx (#24231) 3 years ago
Martin Holst Swende 619a3e7085
signer/core: move EIP-712 types to package apitypes (#24029) 3 years ago
Iskander (Alex) Sharipov 778ff94794
all: fix some go-critic linter warnings (#23709) 3 years ago
Felix Lange bb1f7ebf20
signer/core/apitypes: remove dependency on internal/ethapi (#23362) 3 years ago