Commit Graph

334 Commits (241cf62b5c8b70b1a4206587fa42606ad5de024a)

Author SHA1 Message Date
zhiqiangxu cefc0fa00f
accounts/abi: fix integer encoding/decoding (#26568) 2 years ago
Péter Szilágyi d9699c8238
accounts, build, mobile: remove Andriod and iOS support 2 years ago
Martin Holst Swende 8c5ce1107b
eth/filters: send rpctransactions in pending-subscription (#26126) 2 years ago
Nicolas Gotchac 111ed1af1b
accounts/abi: properly quote untrusted data in error message (#26110) 2 years ago
Saman H. Pasha 33e23ee37d
accounts/abi.bind: don't fetch head in transact unless required (#25988) 2 years ago
zhiqiangxu 8578eb2fe1
accounts/abi: return error on fixed bytes with size larger than 32 bytes (#26075) 2 years ago
s7v7nislands 9b9a1b677d
internal/ethapi, accounts/abi/backends: use error defined in core (#26012) 2 years ago
Ryan Schneider df2b3cd2bd
eth/filters: fix for eth_getLogs failing with finalized- and safe tag (#25922) 2 years ago
Mikhail Vazhnov f651d6d56b
accounts/abi/bind: parse ABI only once on bind (#25574) 2 years ago
Ceyhun Onur c2918c2f47
accounts/abi: return toGoType error immediately (#25565) 2 years ago
lightclient 1743e61130
accounts/abi/bind/backends: fix AdjustTime to respect Fork (#25225) 2 years ago
Benjamin Prosnitz 9a3bd114e7
accounts/abi: fix typo in error message (#25742) 2 years ago
Felix Lange b628d72766
build: upgrade to go 1.19 (#25726) 2 years ago
rjl493456442 dea1fb3cfc
all: cleanup tests (#25641) 2 years ago
rjl493456442 d10c280309
all: move genesis initialization to blockchain (#25523) 2 years ago
xinbenlv f03c37b73e
accounts/abi/bind: add const for tx fee elasticity multiplier (#25504) 2 years ago
zhiqiangxu 0865880626
accounts/abi: fix set function (#25477) 2 years ago
Sina Mahmoodi 36874b63a1
eth/filters: add global block logs cache (#25459) 2 years ago
ucwong 32e8490615
accounts/abi/bind/backends: typo fix (#25549) 2 years ago
Justin Traglia 2c5648d891
all: fix some typos (#25551) 2 years ago
Darioush Jalali 366d2169fb
accounts/abi: display name in "method/event not found" error (#25512) 2 years ago
Delweng b196ad1c16
all: add whitespace linter (#25312) 2 years ago
Guillaume Ballet e73e8bc706
accounts/abi: substitude arg%d to the range keyword (#25307) 2 years ago
Jens W 5b5dfba70a
accounts/abi/bind/backends: return hash of new blocks (#25163) 2 years ago
Ikko Ashimine 93f981bb61
accounts/abi: fix typo in comment (#25271) 2 years ago
aaronbuchwald 953a29f5fd
Replace fmt.Errorf with errors.New in abi argument (#25181) 2 years ago
lmittmann bc013bc42e
all: prefer `new(big.Int)` over `big.NewInt(0)` (#25087) 2 years ago
Martin Holst Swende a907d7e81a
all: more linters (#24783) 2 years ago
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
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
zhiqiangxu f39f068161
accounts/abi: simplify Arguments.Unpack (#24277) 3 years ago
Pantelis Peslis f80ce141a1
accounts/abi/bind/backends: return errors instead of panic (#24242) 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