Commit Graph

12110 Commits (a19b4235c71a1d440e585b13be90677e3572261e)
 

Author SHA1 Message Date
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
Ev 88125d8bd0
core: fix typo in comments (#21181) 4 years ago
Marius van der Wijden 55f30db0ae
core/vm, crypt/bls12381: fixed comments in bls (#21182) 4 years ago
Mariano Cortesi 9d93535674
node: missing comma on toml tags (#21187) 4 years ago
ucwong 4b2ff1457a
go.mod: upgrade go-duktape to hide unused function warning (#21168) 4 years ago
Péter Szilágyi cefa2ab1bd
Merge pull request #21173 from karalabe/faucet-delete-oldaccs 4 years ago
Péter Szilágyi b1b75f0089
accounts/keystore, cmd/faucet: return old account to allow unlock 4 years ago
Péter Szilágyi 201e345c65
Merge pull request #21172 from karalabe/faucet-twitter-mobile 4 years ago
Péter Szilágyi 469b8739eb
acounts/keystore, cmd/faucet: fix faucet double import, fix twitter url 4 years ago
Hao Duan 8523ad450d core: filter out txs with invalid signatures as soon as possible 4 years ago
Péter Szilágyi 8b83125739
Merge pull request #21162 from karalabe/daofork-order-check-fix 4 years ago
Péter Szilágyi f52ff0f1e9
cmd/geth: fix the fork orders for DAO tests 4 years ago
Martin Holst Swende 890757f03a
cmd, core, params: inital support for yolo-v1 testnet (#21154) 4 years ago
kilic 4fc678542d
core/vm, crypto/bls12381, params: add bls12-381 elliptic curve precompiles (#21018) 4 years ago
chenglin 3f649d4852
core: collect NewTxsEvent items without holding reorg lock (#21145) 4 years ago
Guillaume Ballet 5f6f5e345e
console: handle undefined + null in console funcs (#21160) 4 years ago
Felix Lange d98c42c0e3
rpc: send websocket ping when connection is idle (#21142) 4 years ago
Felix Lange 723bd8c17f
p2p/discover: move discv4 encoding to new 'v4wire' package (#21147) 4 years ago
Greg Colvin cd57d5cd38
core/vm: EIP-2315, JUMPSUB for the EVM (#20619) 4 years ago