Commit Graph

233 Commits (b179b7b8e7c9cac7ac21da385dbedc9f24ce3755)

Author SHA1 Message Date
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
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
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
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 a73748258f
accounts, cmd: fix typos (#28526) 10 months ago
Zoro 2814ee0547
accounts,cmd,console,les,metrics: refactor some errors checked by (ST1005) go-staticcheck (#28532) 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
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
Delweng 9358b62fcb
accounts: replace noarg fmt.Errorf with errors.New (#27331) 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
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
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
Saman H. Pasha 33e23ee37d
accounts/abi.bind: don't fetch head in transact unless required (#25988) 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
lightclient 1743e61130
accounts/abi/bind/backends: fix AdjustTime to respect Fork (#25225) 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
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
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
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
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