Commit Graph

11978 Commits (8d35b1eb2b4b844b45cf504cc05704b1a3004e04)
 

Author SHA1 Message Date
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
Pau d5c267fd30
accounts/keystore: fix typo in error message (#21200) 4 years ago
Péter Szilágyi a0797e37f8
Merge pull request #21192 from karalabe/fix-escape-analysis 4 years ago
Péter Szilágyi 80e887d7bf
core/state: avoid escape analysis fault when accessing cached state 4 years ago
Paweł Bylica cf6674539c
core/vm: use uint256 in EVM implementation (#20787) 4 years ago
ucwong 39abd92ca8
ethstats: use timer instead of time.sleep (#20924) 4 years ago
libby kent 45b7535137
cmd/ethkey: support --passwordfile in generate command (#21183) 4 years ago
Felix Lange da06519347 params: begin v1.9.16 release cycle 4 years ago
Felix Lange 0f77f34bb6 params: go-ethereum v1.9.15 stable 4 years ago
Péter Szilágyi 651233454e
Merge pull request #21188 from karalabe/cht-1.9.15 4 years ago
Péter Szilágyi a5c827af86
params: update CHTs for 1.9.15 release 4 years ago
Marius van der Wijden 0b3f3be2b5
internal/ethapi: return revert reason for eth_call (#21083) 4 years ago