Commit Graph

13123 Commits (f9ce40bb84bbae04ed0f239300b3f902bbb95de3)
 

Author SHA1 Message Date
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
z89 3d11a22c99
fixed broken web3 methods link in README.md (#23703) 3 years ago
Martin Holst Swende 6289137827
consensus/clique, core: API cleanup (#23100) 3 years ago
Marius van der Wijden da3da7c0e7
ci: enable race tests as cron job on travis (#23480) 3 years ago
Miro cf8a6d6173
core: tests for forked blocks retrievable by hash (#23695) 3 years ago
rjl493456442 088bc34194
les/vflux/server: fix metrics (#22946) 3 years ago
Marius van der Wijden 53b1420ede
params: changed CatalystBlock to TerminalTotalDifficulty (#23700) 3 years ago
Guillaume Ballet 8b6e018401
build: increase C thread stack size on linux (#23676) 3 years ago
Martin Holst Swende 64da037e99
cmd/evm: stricter transaction validation (#23694) 3 years ago
Zachinquarantine 8a430fbd1c
cmd/puppeth: add txpool to explorer Dockerfile (#23652) 3 years ago
aaronbuchwald bcbd700367
eth/gasprice: avoid modifying TestChainConfig (#23204) 3 years ago
hsyodyssey 84bccd0900
core/state: fix typos in comments (#23702) 3 years ago
Aditya Arora a6a0609b05
internal/jsre: handle null and undefined to prevent crash (#23701) 3 years ago
Felix Lange 1bea4b0dfa
miner/stress: initialize account backends explicitly (#23699) 3 years ago
Marius van der Wijden ee120ef865
miner: fix data race during shutdown (#23435) 3 years ago
Martin Holst Swende 28d30b51f8
eth: close miner on exit (instead of just stopping) (#21992) 3 years ago
Felix Lange 2fe0c65f4b
build: upgrade -dlgo version to 1.17.2 (#23698) 3 years ago
Sean ec2b43c2c3
cmd/geth: fix typo in error message (#23697) 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
aaronbuchwald 4e599ee469
core/types: copy tx recipient address (#23376) 3 years ago
Felix Lange 57ff2dee06
go.mod: upgrade github.com/karalable/usb (#23684) 3 years ago
Martin Holst Swende 307156cc46
eth/api: add rpc method to obtain which states are accessible (#23646) 3 years ago
Ferran Borreguero 0dbb3b1601
eth/protocols/eth: replace array with counter in txn broadcaster (#23656) 3 years ago
Miro 5a0e1d88f4
eth/filters: fix TestPendingLogsSubscription (#23619) 3 years ago
hsyodyssey 12f971fb2d
core/state: fix typo in comment (#23665) 3 years ago
Péter Szilágyi 01fdca53e1
Merge pull request #23677 from karalabe/canon-rlp-fetcher 3 years ago
Péter Szilágyi 5240725041
internal/ethapi: make header/block rlp retrieval canonical 3 years ago
Sina Mahmoodi b522f5e091
eth/tracers: fix callTracer fault handling (#23667) 3 years ago
Péter Szilágyi a47b8cf6f5
Merge pull request #23670 from karalabe/get-header-rlp 3 years ago
Péter Szilágyi 07a5bc1b0b
internal/ethapi: support retrieving header RLPs too 3 years ago
Ikko Ashimine f2491c5ed7
core: fix typo in comment (#23658) 3 years ago
Felix Lange 06082fe267 params: begin v1.10.10 release cycle 3 years ago
Felix Lange eae3b1946a params: release go-ethereum v1.10.9 stable 3 years ago
Martin Holst Swende 3a6fe69f23
eth/protocols/snap, trie: better error-handling (#23657) 3 years ago
Martin Holst Swende 42bc1944a1
graphql: add storage slots to access list (#23650) 3 years ago
Ferran Borreguero a541fbea18
eth/protocols/eth: simplify peer known block/txs caches (#23649) 3 years ago
Martin Holst Swende 3531ca2246
eth/tracers: avoid unsyncronized mutations on trie database (#23632) 3 years ago
Yihau Chen 92c5d104d0
accounts/abi/bind: check event signature before parsing (#23230) 3 years ago
Sina Mahmoodi 783e97ef1f
core/rawdb: avoid unnecessary receipt processing for log filtering (#23147) 3 years ago
Martin Holst Swende ab2caaee11
eth/tracers: implement debug.intermediateRoots (#23594) 3 years ago
Guillaume Ballet 443afc975c
core/state: move state account to core/types + abstracted "write account to trie" (#23567) 3 years ago
Sina Mahmoodi ac7baeab57
eth/tracers: re-write of 4byte tracer using enter/exit (#23622) 3 years ago
Zachinquarantine 12674d493e
cmd/puppeth: remove shh from Dockerfile (#23634) 3 years ago
Jordan Krage 51ececb64e
rpc: set pong read deadline (#23556) 3 years ago
gary rong 57a3fab8a7
accounts/abi: fix resolving single struct argument (#23573) 3 years ago
Sina Mahmoodi ca9bce9a45
rpc: set scheme for ws and ipc conns to the server (#23615) 3 years ago
Marius van der Wijden b61ef24cce
consensus/clique: prevent 0 len extradata from panicing (#23538) 3 years ago
Thad Guidry d8211c7ec7
console: add note about typing exit to exit (#23602) 3 years ago