Commit Graph

637 Commits (d2f00cb54edc4486314c25d9e6c5b739009c2201)

Author SHA1 Message Date
Marius van der Wijden 0b63915430
accounts/abi: allow overloaded argument names (#21060) 4 years ago
Marius van der Wijden b8ea9042e5
accounts/abi: accounts/abi/bind: Move topics to abi package (#21057) 4 years ago
Martin Holst Swende 4535230059
cmd, core, eth: background transaction indexing (#20302) 4 years ago
gary rong 263622f44f
accounts/abi/bind/backend, internal/ethapi: recap gas limit with balance (#21043) 4 years ago
Marius van der Wijden dd88bd82c9
accounts/abi/bind: add void if no return args specified (#21002) 4 years ago
Marius van der Wijden 933acf3389
account/abi: remove superfluous type checking (#21022) 4 years ago
Marius van der Wijden ab72803e6f
accounts/abi: move U256Bytes to common/math (#21020) 4 years ago
Marius van der Wijden e872083d44
accounts/abi: removed Kind from Type struct (#21009) 4 years ago
Martin Holst Swende 510b6f90db
accounts/external: convert signature v value to 0/1 (#20997) 4 years ago
Martin Holst Swende d2d3166f35
accounts/external: fill account-cache if that hasn't already been done, fixes #20995 (#20998) 4 years ago
Marius van der Wijden e32ee6ac05
accounts/abi: added abi test cases, minor bug fixes (#20903) 4 years ago
Marius van der Wijden 38aab0aa83
accounts/keystore: fix double import race (#20915) 4 years ago
gary rong b9df7ecdc3
all: seperate consensus error and evm internal error (#20830) 4 years ago
Marius van der Wijden ac9c03f910
accounts/abi: Prevent recalculation of internal fields (#20895) 4 years ago
gary rong 00064ddcfb
accounts/abi: implement new fallback functions (#20764) 4 years ago
Marius van der Wijden 023b87b9d1
accounts/abi/bind: fixed erroneous filtering of negative ints (#20865) 5 years ago
Marius van der Wijden 5065cdefff
accounts/abi/bind: Refactored topics (#20851) 5 years ago
Felix Lange c8e9a91672
build: upgrade to golangci-lint 1.24.0 (#20901) 5 years ago
Marius van der Wijden f15849cf00
accounts/abi faster unpacking of int256 (#20850) 5 years ago
Péter Szilágyi 542df8898e
core: initial version of state snapshots 5 years ago
gary rong 2e1ecc02bd
les, miner, accounts/abi/bind: fix load-sensitive unit tests (#20698) 5 years ago
Boqin Qin 5f2002bbcc
accounts: add walletsNoLock to avoid double read lock (#20655) 5 years ago
Marius van der Wijden 46c4b699c8
accounts/abi/bind/backends: add support for historical state (#20644) 5 years ago
Sylvain Laurent b7cf41e4b3 accounts/abi: fix method constant flag for solidity 6.0 (#20482) 5 years ago
Ilan Gitter 93b1171316 accounts/abi/backends/simulated: add more API methods (#5) (#20208) 5 years ago
Jeff Wentworth 6ae9dc15cc [#20266] Fix bugs decoding integers and fixed bytes in indexed event fields (#20269) 5 years ago
Felix Lange d90d1db609
eth/filters: remove use of event.TypeMux for pending logs (#20312) 5 years ago
Marius van der Wijden 7ce7c3967c accounts/abi/bind: fix destructive packing of *big.Int (#20412) 5 years ago
Guillaume Ballet 5cc6e7a71e accounts/usbwallet: fix staticcheck warnings (#20372) 5 years ago
Guillaume Ballet 54d332e1db accounts/scwallet: fix staticcheck warnings (#20370) 5 years ago
Guillaume Ballet 8c1e8de839
accounts/keystore: fix staticcheck warnings (#20373) 5 years ago
gary rong b26eedf9e9 accounts/abi/bind: avoid reclaring structs (#20381) 5 years ago
Felix Lange 36a684ca1e accounts/abi: fix staticcheck warnings (#20358) 5 years ago
Felix Lange bcc1234778 accounts/abi/bind/backends: remove unused assignment (#20359) 5 years ago
Péter Szilágyi f4ec85486a
accounts/abi/bind: switch binding test to go modules 5 years ago
gary rong f8a95d996f accounts/abi/bind, cmd/abigen: implement alias for abigen (#20244) 5 years ago
gary rong 44b74cfc40 accounts/abi: add internalType information and fix issues (#20179) 5 years ago
Piotr Dyraga 538f763fdc accounts/abi/bind: take into account gas price during gas estimation (#20189) 5 years ago
Felix Lange 54b271a86d
crypto: add SignatureLength constant and use it everywhere (#19996) 5 years ago
SjonHortensius 36994e4e0b all: replace passPHRASE with passWORD in user interactions (#19932) 5 years ago
Roc Yu 17589aa75f accounts, internal/ethapi: use common Accounts method (#18428) 5 years ago
gary rong 947f5f2b15 accounts/abi, signer/fourbyte: fix incorrect signature (#19881) 5 years ago
Péter Szilágyi 140a7e9177
accounts/abi/bind: support closing a simulated backend 5 years ago
Péter Szilágyi 1a83114c74
all: update author list and licenses 5 years ago
Felix Lange f088c650a5 all: replace t.Log(); t.FailNow() with t.Fatal() (#19849) 5 years ago
Guillaume Ballet 9466b9eec5 signer/core: fix reference issue in key derivation (#19827) 5 years ago
Guillaume Ballet 5bc9ccfa0a
accounts/abi/bind: link dependent libs in deploy (#19718) 5 years ago
Guillaume Ballet d9c75cd10e
accounts/abi/bind: fix typo in comments (#19791) 5 years ago
gary rong 6814797173 accounts, cmd, contracts, les: integrate clef for transaction signing (#19783) 5 years ago
gary rong 5f5de49cd9 accounts/abi: enable struct golang binding generation (#18491) 5 years ago