Commit Graph

379 Commits (22082f9e565665f7da045b9ff708e4698f383c77)

Author SHA1 Message Date
lightclient bbfb1e4008
all: add support for EIP-2718, EIP-2930 transactions (#21502) 4 years ago
gary rong 098a2b6e26
eth: move eth.Config to a common package (#22205) 4 years ago
ucwong 83e4c49e2b
trie : use trie.NewStackTrie instead of new(trie.Trie) (#22246) 4 years ago
Péter Szilágyi 42f9f1f073
core/state: convert prefetcher to concurrent per-trie loader 4 years ago
Guillaume Ballet c7a6be163f
cmd/utils: don't enumerate USB unless --usb is set (#22130) 4 years ago
Martin Holst Swende 9584f56b9d
miner: avoid sleeping in miner (#22108) 4 years ago
lzhfromustc 62dc59c2bd
miner, test: fix potential goroutine leak (#21989) 4 years ago
Martin Holst Swende 7770e41cb5
core: improve contextual information on core errors (#21869) 4 years ago
Alex Prut 810f9e057d
all: remove redundant conversions and import names (#21903) 4 years ago
Marius van der Wijden 6e7137103c
miner: fixed race condition in tests (#21664) 4 years ago
Martin Holst Swende 4eb01b21c8
miner: set etherbase even if mining isn't possible at the moment (#21707) 4 years ago
Martin Holst Swende 1e10489196
miner: don't interrupt mining after successful sync (#21701) 4 years ago
mr_franklin c37e68e7c1
all: replace RWMutex with Mutex in places where RLock is not used (#21622) 4 years ago
Marius van der Wijden df219e23df
miner: fix regression, add test for starting while download (#21547) 4 years ago
Marius van der Wijden 7cf56d6f06
miner: use channels instead of atomics in update loop (#21536) 4 years ago
gary rong 87c0ba9213
core, eth, les, trie: add a prefix to contract code (#21080) 4 years ago
rene c0c01612e9
node: refactor package node (#21105) 4 years ago
Robert Zaremba 37564ceda6
miner: refactor helper functions in worker.go (#21044) 4 years ago
Martin Holst Swende e9ba536d85
eth/downloader: fix spuriously failing tests (#21149) 4 years ago
ucwong 48e3b95e77
miner: replace use of 'self' as receiver name (#21113) 4 years ago
gary rong 7b7e5921a4
miner: support disabling empty blockprecommits form the Go API (#20736) 4 years ago
Martin Holst Swende 4535230059
cmd, core, eth: background transaction indexing (#20302) 4 years ago
Raw Pong Ghmoa 15540ae992
cmd: deprecate --testnet, use named networks instead (#20852) 5 years ago
Boqin Qin be6078ad83
all: fix a bunch of inconsequential goroutine leaks (#20667) 5 years ago
ucwong ad4b60efdd
miner/worker: add missing timer.Stop call (#20857) 5 years ago
gary rong 2e1ecc02bd
les, miner, accounts/abi/bind: fix load-sensitive unit tests (#20698) 5 years ago
Felix Lange d90d1db609
eth/filters: remove use of event.TypeMux for pending logs (#20312) 5 years ago
Charing 4b40b5377b miner: add dependency for stress tests (#20436) 5 years ago
gary rong fc7e0fe6c7 core, miner: remove PostChainEvents (#19396) 5 years ago
Guillaume Ballet f06ae5ca6a miner: fix staticcheck warnings (#20375) 5 years ago
gary rong 9b59c75405 miner: fix data race in tests (#20310) 5 years ago
Guillaume Ballet 22e3bbbf0a miner: increase worker test timeout (#20268) 5 years ago
Guillaume Ballet de2259d27c travis: enable test suite on ARM64 (#20219) 5 years ago
gary rong 5d91acccd5 miner: increase import time allowance (#20217) 5 years ago
gary rong d4bb3798d8 miner: add generate and import unit test (#20111) 5 years ago
Rob Mulholand 3b6c9902f3 core: remove unused gas return in ApplyTransaction (#20065) 5 years ago
Felix Lange 54b271a86d
crypto: add SignatureLength constant and use it everywhere (#19996) 5 years ago
Martin Holst Swende 3271a5afa0 miner: don't update pending state when no transactions are added (#19734) 5 years ago
Martin Holst Swende 4c90efdf57 consensus,core,miner: avoid overhead of creating a new block (#19301) 5 years ago
gary rong 6269e5574c miner: polish miner configuration (#19480) 5 years ago
Martin Holst Swende 0b4fe8d192 all: simplify timestamps to uint64 (#19372) 6 years ago
Brent 7fb89697fd core/types: add block location fields to receipt (#17662) 6 years ago
Péter Szilágyi 054412e335
all: clean up and proerly abstract database access 6 years ago
Janoš Guljaš 26aea73673 cmd, node, p2p/simulations: fix node account manager leak (#19004) 6 years ago
Martin Holst Swende dc43ea8d03
tests: tune flaky tests that error in travis occasionally (#18508) 6 years ago
Paweł Bylica de39513ced core, internal, eth, miner, les: Take VM config from BlockChain (#17955) 6 years ago
gary rong e2640a96d4 miner: fix miner stress test (#18039) 6 years ago
Felix Lange 459278cd57
miner: remove intermediate conversion to int in tests (#17853) 6 years ago
Liang ZOU 6663e5da10 all: fix various comment typos (#17748) 6 years ago
gary rong 457e930f27 eth, miner: prefer locally generated uncles vs remote ones (#17715) 6 years ago