Commit Graph

380 Commits (master)

Author SHA1 Message Date
Ceyhun Onur 9eb91542de
accounts/abi/bind, ethclient/simulated: check SendTransaction error in tests (#30349) 3 weeks ago
chen4903 65aaf52f4c
accounts/abi: handle ABIs with contract type parameter (#30315) 1 month ago
ysh0566 67b8137100
accounts/abi/bind: add accessList support to base bond contract (#30195) 2 months ago
winniehere de366fd2e2
accounts/abi: embed Go template instead of string literal (#30098) 3 months ago
jackyin 3687c34cfc
accounts: avoid duplicate regex compilation (#29943) 3 months ago
haoran b2b0e1da8c
all: fix various typos (#29600) 5 months ago
persmor 0a51028819
all: fix various typos (#29542) 5 months ago
Aaron Chen 723b1e36ad
all: fix mismatched names in comments (#29348) 6 months ago
Tien Nguyen eda9c7e36f
accounts/abi/bind: check invalid chainID first (#29275) 6 months ago
SanYe ba2dd9385c
accounts/abi/bind: remove unused err set and check (#29269) 6 months ago
yzb b408b3e5fe
accounts/abi: delete duplicate error check (#29136) 7 months ago
Sina Mahmoodi 95741b1844
core: move genesis alloc types to core/types (#29003) 7 months ago
Péter Szilágyi 16ce7bf50f
eth, miner: fix enforcing the minimum miner tip (#28933) 8 months ago
Dimitris Apostolou 8fd43c8013
all: fix typos in comments (#28881) 8 months ago
Péter Szilágyi 065f82a8cc
accounts, ethclient: minor tweaks on the new simulated backend (#28799) 8 months ago
Marius van der Wijden 2d08c99009
ethclient/simulated: implement new sim backend (#28202) 8 months ago
rjl493456442 d0edc5af4a
accounts/abi: fix bigInt topic encoding (#28764) 8 months ago
Elias Rad 0f74aad641
all: fix typos in comments (#28662) 9 months ago
Håvard Anda Estensen 2e13b01046
accounts: run tests in parallel (#28544) 10 months ago
BorkBorked f04e5bde74
accounts/abi/bind: fixed typos (#28634) 10 months ago
BorkBorked f2b509d8a1
accounts/abi/bind: fix typo (#28630) 10 months ago
levisyin 525db7b2c5
accounts/abi: context info on unpack-errors (#28529) 10 months ago
levisyin a73748258f
accounts, cmd: fix typos (#28526) 10 months ago
Halimao db7895d3b6
accounts/abi: improve readability of method-to-string conversion (#28530) 10 months ago
Zoro 2814ee0547
accounts,cmd,console,les,metrics: refactor some errors checked by (ST1005) go-staticcheck (#28532) 10 months ago
Martin Holst Swende 2391fbc676
tests/fuzzers: move fuzzers into native packages (#28467) 10 months ago
Adrian Sutton b85c86022e
api/bind: add CallOpts.BlockHash to allow calling contracts at a specific block hash (#28084) 11 months ago
Brandon Liu f62502e123
internal/ethapi, accounts/abi/bind: use `errors.Is` for error comparison (#28348) 11 months ago
Péter Szilágyi 2c007cfed7
accounts/abi/bind/backend: use requested header for gas prices and gas limits (#28280) 12 months ago
rjl493456442 73f5bcb75b
core, accounts, eth, trie: handle genesis state missing (#28171) 12 months ago
Shude Li 5ca7fb82d6
account/abi: handle solidity panic revert (#27868) 1 year ago
Shude Li 76d4ac1acb
account/abi: convert if-else-if chain to tagged switch (#27869) 1 year ago
Martin Holst Swende 8d1db1601d
eth/filters, core/rawdb: remove unused param, refactor filtering-loop (#27891) 1 year ago
Darioush Jalali 57cdbaef30
all: remove trailing whitespace (#27741) 1 year ago
jwasinger d233b6b23a
core: replace instances of 'suicide' with 'selfdestruct' to improve code consistency. (#27716) 1 year ago
Yurie 00408f7479
accounts/abi/bind/backends: fix goroutine leak in unit test (#27705) 1 year ago
cui fliter 80b7bfe70d
accounts, cmd/evm: fix docstrings (#27703) 1 year ago
Delweng 9358b62fcb
accounts: replace noarg fmt.Errorf with errors.New (#27331) 1 year ago
Chawin Aiemvaravutigul 5b792e0fdf
accounts/abi: add ErrorById (#27277) 1 year ago
Marius van der Wijden ac3418def6
accounts/abi: resolve name conflict for methods starting with a number (#26999) 1 year ago
Péter Szilágyi bbc565ab05
core/types, params: add blob transaction type, RLP encoded for now (#27049) 1 year ago
aaronbuchwald 00a73fbcce
accounts/abi/bind: handle UnpackLog with zero topics (#26920) 1 year ago
Darioush Jalali b7bfbc1e64
trie, accounts/abi: add error-checks (#26914) 2 years ago
Roberto Bayardo 67ac5f0ae7
core, core/types: plain Message struct (#25977) 2 years ago
Péter Szilágyi cd31f2dee2
all: change chain head markers from block to header (#26777) 2 years ago
Sina Mahmoodi 2def62b99b
eth/filters: avoid block body retrieval when no matching logs (#25199) 2 years ago
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