Commit Graph

633 Commits (cc348a601ee816d6c0e2c4d7246c810f3b61e798)

Author SHA1 Message Date
lwh 84b327244d
accounts/abi/bind: fix duplicate field names in the generated go struct (#24924) 2 years ago
Sina Mahmoodi d9566e39bd
eth/filters: fix getLogs for pending block (#24949) 2 years ago
Felix Lange 9244d5cd61
all: update license headers and AUTHORS from git history (#24947) 2 years ago
Martin Holst Swende af02e97929
accounts/abi: validate fieldnames, fixes #24930 (#24932) 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
s7v7nislands 7caa2d8163
all: replace strings.Replace with string.ReplaceAll (#24835) 2 years ago
Rachel Franks 345b1fb827
abi: fix checks when all fields are indexed (#24792) 2 years ago
nujabes403 c153bd40d7
accounts: fix typo in comments (#24805) 2 years ago
JoeGruffins eb69f490ed
abi/base: return error for pending call error (#24649) 2 years ago
Eng Zer Jun 8d066f1f42
all: use T.TempDir to create temporary test directories (#24633) 2 years ago
Tangui Clairet bf5cacfb8f
accounts/abi: handle tuple arrays in ParseSelector (#24587) 2 years ago
Daniel Perez 37f9d25ba0
signer/fourbyte: add support for nested types in selectors (#24407) 3 years ago
komika afe344bcf3
accounts/abi/bind: improve WaitMined error handling (#24321) 3 years ago
Brandon Harden b868ca1790
accounts: correct spelling mistake (#24323) 3 years ago
zhiqiangxu f39f068161
accounts/abi: simplify Arguments.Unpack (#24277) 3 years ago
David Cai 683854255c
accounts: fix typo in errors.go (#24270) 3 years ago
Pantelis Peslis f80ce141a1
accounts/abi/bind/backends: return errors instead of panic (#24242) 3 years ago
ucwong 23471288c8
accouts/scwallet: typo fix (#24207) 3 years ago
sanskarkhare 127ce93db4
accounts: corrected spelling mistakes (#24194) 3 years ago
peter cresswell d0bd5017ed
accounts: correct comment (#24186) 3 years ago
fomotrader 99be62a9b1
accounts/abi: avoid unnecessary alloc (#24128) 3 years ago
Andrei Maiboroda 3e47e38a4e
core/vm: Make INVALID a defined opcode (#24017) 3 years ago
divergencetech b45931cc4a
accounts/abi/bind: correctly handle structs used only as constructor params (#23940) 3 years ago
Joshua Colvin abc74a5ffe
accounts/abi/bind/backends: fix race condition in simulated backend (#23898) 3 years ago
Marius van der Wijden c2e64db3b1
accounts/abi/bind/backends: make suggestGasPrice compatible with non-1559 chains (#23840) 3 years ago
Sparty 57c252ef4e
accounts/abi/bin/backends: return basefee in suggestGasPrice (#23838) 3 years ago
KibGzr b6fb18479c
accounts/abi/bind: fix error handling in baseFee query (#23781) 3 years ago
Marius van der Wijden 08e782c61f
accounts/abi: add basic support for error types (#23161) 3 years ago
Marius van der Wijden 79b727bc8a
accounts/abi/bind: refactor transact method (#23719) 3 years ago
Iskander (Alex) Sharipov 778ff94794
all: fix some go-critic linter warnings (#23709) 3 years ago
Yihau Chen 92c5d104d0
accounts/abi/bind: check event signature before parsing (#23230) 3 years ago
gary rong 57a3fab8a7
accounts/abi: fix resolving single struct argument (#23573) 3 years ago
Martin Holst Swende 1b34283810
ethclient, accounts/keystore: fix flaky tests (#23599) 3 years ago
Sina Mahmoodi 108eec3fee
node: remove dependency on wallet backend packages (#23019) 3 years ago
Felix Lange 8a134014b4
all: add go:build lines (#23468) 3 years ago
Marius van der Wijden d02c605367
core: only check sendernoeoa in non fake mode (#23424) 3 years ago
Péter Szilágyi 0a68558e7e
accounts/external: handle 0 chainid as not-set for the Clef API (#23394) 3 years ago
lightclient a879c42bd3
internal/ethapi, accounts/abi/bind: cap highest gas limit by account balance for 1559 fee parameters (#23309) 3 years ago
Martin Holst Swende 295bc35ecf
signer/core: move API JSON types to separate package (#23275) 3 years ago
Martin Holst Swende 5c13012b56
accounts/external, internal/ethapi: fixes for London tx signing (#23274) 3 years ago
Marius van der Wijden 3aea432b35
accounts/abi/bind: set Context in TransactOpts (#23188) 3 years ago
Marius van der Wijden b20bc5c0ca
accounts/abi/bind: parse ABI only once, create metadata struct (#22583) 3 years ago
Pierre R 61f4b5aa89
accounts/abi/bind: fix gas price suggestion with pre EIP-1559 clients (#23102) 3 years ago
Guillaume Ballet ddf10250c7
accounts/abi/bind: replace context.TODO with context.Background (#23088) 3 years ago
Nicolas Feignon c63c2d855e accounts/abi/bind: call ensureContext on every context 3 years ago
Péter Szilágyi 7a7abe3de8
accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) 3 years ago
Oliver Tale-Yazdi 1d57f22d58
accounts/abi/bind/backends: add simulated reorgs (#22624) 3 years ago
Martin Holst Swende 7a00378e2b
cmd/clef, signer: support for eip-1559 txs in clef (#22966) 3 years ago
Péter Szilágyi c503f98f6d
all: rename internal 1559 gas fields, add support for graphql (#23010) 3 years ago