Commit Graph

11839 Commits (bcb308745010675671991522ad2a9e811938d7fb)
 

Author SHA1 Message Date
Felix Lange bcb3087450 Revert "core, txpool: less allocations when handling transactions (#21232)" 4 years ago
Martin Holst Swende 967d8de77a
eth/downloader: fix peer idleness tracking when restarting state sync (#21260) 4 years ago
ucwong 7a556abe15
go.mod: upgrade to github.com/golang/snappy with arm64 asm (#21304) 4 years ago
Martin Holst Swende 5b1cfdef89
eth: increase timeout in TestBroadcastBlock (#21299) 4 years ago
chris-j-h c16967c267
cmd/clef: Fix broken link in README and other minor fixes (#21303) 4 years ago
Adam Schmideg 6a48ae37b2
cmd/devp2p: add discv4 test suite (#21163) 4 years ago
chris-j-h e5871b928f
cmd/clef: Update README with external v6.0.0 & internal v7.0.1 APIs (#21298) 4 years ago
gary rong 6d8e51ab88
cmd, node: dump empty value config (#21296) 4 years ago
Felix Lange 6315b6fcc0
rlp: reduce allocations for big.Int and byte array encoding (#21291) 4 years ago
Martin Holst Swende fa01117498
build/ci: handle split up listing (#21293) 4 years ago
meowsbits 490b380a04
cmd/geth: allow configuring metrics HTTP server on separate endpoint (#21290) 4 years ago
gary rong 61270e5e1c
eth/gasprice: lighter gas price oracle for light client (#20409) 4 years ago
Martin Holst Swende 07a95ce571
les/checkpointoracle: don't lookup checkpoint more than once per minute (#21285) 4 years ago
Martin Holst Swende 04c4e50d72
ethapi: don't crash when keystore-specific methods are called but external signer used (#21279) 4 years ago
Martin Holst Swende 7451fc637d
internal/ethapi: default gas to maxgascap, not max int64 (#21284) 4 years ago
Martin Holst Swende 12867d152c
rpc, internal/ethapi: default rpc gascap at 25M + better error message (#21229) 4 years ago
Marius van der Wijden af5c97aebe
core, txpool: less allocations when handling transactions (#21232) 4 years ago
Marius van der Wijden 8dfd66f701
rlp: avoid list header allocation in encoder (#21274) 4 years ago
Adam Schmideg ec51cbb5fb
cmd/geth: LES priority client test (#20719) 4 years ago
Marius van der Wijden d671dbd5b7
eth/downloader: fixes data race between synchronize and other methods (#21201) 4 years ago
rene 1e635bd0bd
go.mod: updated crypto deps causing build failure (#21276) 4 years ago
Guillaume Ballet b86b1e6d43
go.mod: bump gopsutil version (#21275) 4 years ago
Marius van der Wijden ddeea1e0c6
core: types: less allocations when hashing and tx handling (#21265) 4 years ago
Martin Holst Swende e376d2fb31
cmd/evm: add state transition tool for testing (#20958) 4 years ago
Binacs dd91c7ce6a
cmd: abstract `getPassPhrase` functions into one (#21219) 4 years ago
meowsbits c13df14581
utils: fix ineffectual miner config flags (#21271) 4 years ago
Marius van der Wijden 02cea2330d
eth: returned revert reason in traceTx (#21195) 4 years ago
meowsbits 413358abb9
cmd/geth: make import cmd exit with 1 if import errors occurred (#21244) 4 years ago
Marius van der Wijden 0c82928981
core/vm: fix incorrect computation of BLS discount (#21253) 4 years ago
Marius van der Wijden b482423e61
trie: reduce allocs in insertPreimage (#21261) 4 years ago
gary rong 93142e50c3
eth: don't block if transaction broadcast loop fails (#21255) 4 years ago
Felix Lange 23f1a0b783
crypto/secp256k1: enable 128-bit int code and endomorphism optimization (#21203) 4 years ago
Felix Lange da180ba097
cmd/devp2p: add commands for node key management (#21202) 4 years ago
Péter Szilágyi c42d1390d3
Merge pull request #21256 from karalabe/p2p-packet-metrics 4 years ago
Péter Szilágyi 42ccb2fdbd
p2p: measure packet throughput too, not just bandwidth 4 years ago
ucwong dce533c246
whisper: fix time.sleep by time.ticker in whisper_test (#21251) 4 years ago
Guillaume Ballet 9a188c975d
common/fdlimit: build on DragonflyBSD (#21241) 4 years ago
AusIV 3ebfeb09fe
core/rawdb: fix high memory usage in freezer (#21243) 4 years ago
ucwong 5435e0d1a1
whisper : use timer.Ticker instead of sleep (#21240) 4 years ago
ucwong e029cc6616
go.mod: update snappy dependency (#21237) 4 years ago
gary rong 56a319b9da
cmd, eth, internal, les: add txfee cap (#21212) 4 years ago
zhangsoledad bcf19bc4be
core/rawdb: swap tailId and itemOffset for deleted items in freezer (#21220) 4 years ago
Péter Szilágyi eb9d7d15ec
Merge pull request #21170 from duanhao0814/fix-dup-ecrecover 4 years ago
sixdays a981b60c25
eth/downloader: don't use defer for unlock before return (#21227) 4 years ago
HackyMiner 9371b2f70c
internal/web3ext: add missing params to debug.accountRange (#21208) 4 years ago
Martin Holst Swende c85fdb76ee
go.mod: update uint256 to 1.1.0 (#21206) 4 years ago
Yang Hau e30c0af861
build, internal/ethapi, crypto/bls12381: fix typos (#21210) 4 years ago
gary rong 4a19c0e7b8
core, eth, internal: include read storage entries in structlog output (#21204) 4 years ago
Martin Holst Swende e9ba536d85
eth/downloader: fix spuriously failing tests (#21149) 4 years ago
Natsu Kagami 89043cba75
accounts/abi: make GetType public again (#21157) 4 years ago