Commit Graph

648 Commits (ec596e06a58f3c4c4bac0262ebfc57539c3e5fd1)

Author SHA1 Message Date
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
vuittont60 0004c6b229
accounts, cmd: fix typos (#28300) 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
Delweng 5b9cbe30f8
cmd/clef: suppress fsnotify error if keydir not exists (#28160) 1 year 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
Péter Szilágyi be65b47645
all: update golang/x/ext and fix slice sorting fallout (#27909) 1 year ago
Martin Holst Swende 8d1db1601d
eth/filters, core/rawdb: remove unused param, refactor filtering-loop (#27891) 1 year ago
ucwong d14c07d91e
accounts: use atomic type (#27857) 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
Dan Laine 311b742c84
accounts/keystore: use slices package for sorting (#27485) 1 year ago
KAI 5c51ef8527
accounts/keystore: handle error for invalid key in DecryptKey (#27432) 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
James Prestwich 1e3177de22
accounts/usbwallet: mitigate ledger app chunking issue (#26773) 2 years ago
Péter Szilágyi cd31f2dee2
all: change chain head markers from block to header (#26777) 2 years ago
Martin Holst Swende 4d3525610e
all: remove deprecated uses of math.rand (#26710) 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
Jolly Zhao f58ebd9696
all: use github.com/deckarep/golang-set/v2 (generic set) (#26159) 2 years ago
Martin Holst Swende 8c5ce1107b
eth/filters: send rpctransactions in pending-subscription (#26126) 2 years ago
Martin Holst Swende e34e540e4c
accounts/keystore: replace inotify with fsnotify (#26176) 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
Guillaume Ballet 0c66d971e7
accounts/scwallet: fix keycard data signing error (#25331) 2 years ago
s7v7nislands 9b9a1b677d
internal/ethapi, accounts/abi/backends: use error defined in core (#26012) 2 years ago
Martin Holst Swende eaf095ccd4
accounts/keystore: faster tests (#25827) 2 years ago
Martin Holst Swende 5a02b2d6d0
all: fix spelling mistakes (#25961) 2 years ago
jin 7eafbec741
accounts/usbwallet: support Ledger Nano S Plus and FTS (#25933) 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