Commit Graph

645 Commits (7f5cc02a99c5191079c9ece225778e5747013672)

Author SHA1 Message Date
lightclient 647c6f2db6
internal/ethapi: always return chain id (#25166) 2 years ago
lightclient 10dc5dce08
all: remove concept of public/private API definitions (#25053) 2 years ago
Sina Mahmoodi d39f0cce71
internal/ethapi: remove SignAndSendTransaction (#25111) 2 years ago
Kosuke Taniguchi ba99e19215
internal/ethapi: add comment explaining return of nil instead of error (#25097) 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
Luozhu 3f5b5ec3e5
internal/ethapi: fix typo in comment (#25056) 2 years ago
Sina Mahmoodi d9566e39bd
eth/filters: fix getLogs for pending block (#24949) 2 years ago
Martin Holst Swende d8a2305565
eth/tracers: add support for block overrides in debug_traceCall (#24871) 2 years ago
Felix Lange 9244d5cd61
all: update license headers and AUTHORS from git history (#24947) 2 years ago
Marius van der Wijden e6fa102eb0
core, eth, internal, rpc: implement final block (#24282) 2 years ago
Martin Holst Swende 57192bd0dc
ethdb/remotedb, cmd: add support for remote (readonly) databases (#24836) 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
Ryan Schneider ae7d834bc7
internal/ethapi: add debug_getRawReceipts RPC method (#24773) 2 years ago
Sina Mahmoodi 5b46f1d1eb
internal: drop TestSignCliqueBlock (#24837) 2 years ago
s7v7nislands 7caa2d8163
all: replace strings.Replace with string.ReplaceAll (#24835) 2 years ago
Sina Mahmoodi 16701c5169
internal/ethapi: add db operations to api (#24739) 2 years ago
s7v7nislands 7ab15490e9
all: use 'embed' instead of go-bindata (#24744) 2 years ago
s7v7nislands 2951b50bae
internal/flags: fix godoc (#24734) 2 years ago
ucwong d4d288e3f1
build: add imports for go generate tools (#24682) 2 years ago
Eng Zer Jun 8d066f1f42
all: use T.TempDir to create temporary test directories (#24633) 2 years ago
Sina Mahmoodi fb3a081c7e
eth/tracers: refactor traceTx to separate out struct logging (#24326) 2 years ago
Zhang Zhuo b5a129ea24
internal/ethapi: add refund to StructLogRes (#24567) 3 years ago
Martin Holst Swende 0fffd3acbd
build: close sftp connection when done (#24593) 3 years ago
Martin Holst Swende eb3ebceaa1
internal/build: exit sftp upload (#24590) 3 years ago
Martin Holst Swende d1c243f841
internal/build: prevent travis timeout during ppa upload (#24589) 3 years ago
Martin Holst Swende 19b9cf714f
internal/build: show ppa upload process stdout on stdout (#24588) 3 years ago
ligi 6cd72660d0
cmd/geth: set EnableBashCompletion = true (#24313) 3 years ago
ligi a6bf2487d1
build: fix linter install on windows (#24523) 3 years ago
uji 8fddf27a98
internal/build: switch azure sdk from Azure/azure-storage-blob-go to Azure/azure-sdk-for-go/sdk/storage/azblob. (#24473) 3 years ago
Zachinquarantine 6662c78ec0
internal/flags: update copyright year (#24415) 3 years ago
b1ackd0t f01e2fab07
internal/ethapi: fix incorrect type on empty slice (#24372) 3 years ago
Sina Mahmoodi a9885505ca
internal/web3ext: add eth.getLogs wrapper (#24297) 3 years ago
Denver 06e16de894
internal/ethapi: remove unnecessary comment (#24271) 3 years ago
Shihao Xia eef7a33135
core, miner, rpc, eth: fix goroutine leaks in tests (#24211) 3 years ago
Denver 03aaea11d1
internal/ethapi: use same receiver names (#24252) 3 years ago
Marius van der Wijden b1e72f7ea9
core/evm: RANDOM opcode (EIP-4399) (#24141) 3 years ago
Sina Mahmoodi ada9c774e9
eth, les: update unclean shutdown markers regularly (#24077) 3 years ago
Martin Holst Swende 72c2c0ae7e
cmd/geth, console: support interrupting the js console (#23387) 3 years ago
Péter Szilágyi c10a0a62c3
eth: request id dispatcher and direct req/reply APIs (#23576) 3 years ago
Sina Mahmoodi 1876cb443b
all: move loggers to eth/tracers (#23892) 3 years ago
Marius van der Wijden 433f0919cc
internal/ethapi: fix recover sender of pending transaction (#23765) 3 years ago
Felix Lange f9d683b07f
go.mod: upgrade goja (#23721) 3 years ago
noam-alchemy 633e7ef478
eth,rpc: allow for flag configured timeouts for eth_call (#23645) 3 years ago
Aditya Arora a6a0609b05
internal/jsre: handle null and undefined to prevent crash (#23701) 3 years ago
Sina Mahmoodi 48496e0675
internal/ethapi: use correct signer when serving old blocks (#23683) 3 years ago
Martin Holst Swende edb1937cf7
core: improve shutdown synchronization in BlockChain (#22853) 3 years ago
Martin Holst Swende 307156cc46
eth/api: add rpc method to obtain which states are accessible (#23646) 3 years ago
Péter Szilágyi 5240725041
internal/ethapi: make header/block rlp retrieval canonical 3 years ago