lightclient
|
bbfb1e4008
all: add support for EIP-2718, EIP-2930 transactions (#21502)
|
před 4 roky |
ucwong
|
83e4c49e2b
trie : use trie.NewStackTrie instead of new(trie.Trie) (#22246)
|
před 4 roky |
Péter Szilágyi
|
42f9f1f073
core/state: convert prefetcher to concurrent per-trie loader
|
před 4 roky |
Martin Holst Swende
|
9584f56b9d
miner: avoid sleeping in miner (#22108)
|
před 4 roky |
lzhfromustc
|
62dc59c2bd
miner, test: fix potential goroutine leak (#21989)
|
před 4 roky |
Martin Holst Swende
|
7770e41cb5
core: improve contextual information on core errors (#21869)
|
před 4 roky |
Marius van der Wijden
|
7cf56d6f06
miner: use channels instead of atomics in update loop (#21536)
|
před 5 roky |
gary rong
|
87c0ba9213
core, eth, les, trie: add a prefix to contract code (#21080)
|
před 5 roky |
Robert Zaremba
|
37564ceda6
miner: refactor helper functions in worker.go (#21044)
|
před 5 roky |
gary rong
|
7b7e5921a4
miner: support disabling empty blockprecommits form the Go API (#20736)
|
před 5 roky |
ucwong
|
ad4b60efdd
miner/worker: add missing timer.Stop call (#20857)
|
před 5 roky |
Felix Lange
|
d90d1db609
eth/filters: remove use of event.TypeMux for pending logs (#20312)
|
před 5 roky |
gary rong
|
fc7e0fe6c7
core, miner: remove PostChainEvents (#19396)
|
před 6 roky |
gary rong
|
9b59c75405
miner: fix data race in tests (#20310)
|
před 6 roky |
Rob Mulholand
|
3b6c9902f3
core: remove unused gas return in ApplyTransaction (#20065)
|
před 6 roky |
Martin Holst Swende
|
3271a5afa0
miner: don't update pending state when no transactions are added (#19734)
|
před 6 roky |
Martin Holst Swende
|
4c90efdf57
consensus,core,miner: avoid overhead of creating a new block (#19301)
|
před 6 roky |
gary rong
|
6269e5574c
miner: polish miner configuration (#19480)
|
před 6 roky |
Martin Holst Swende
|
0b4fe8d192
all: simplify timestamps to uint64 (#19372)
|
před 6 roky |
Brent
|
7fb89697fd
core/types: add block location fields to receipt (#17662)
|
před 6 roky |
Paweł Bylica
|
de39513ced
core, internal, eth, miner, les: Take VM config from BlockChain (#17955)
|
před 7 roky |
gary rong
|
457e930f27
eth, miner: prefer locally generated uncles vs remote ones (#17715)
|
před 7 roky |
gary rong
|
f0242ee76d
miner: keep the timestamp for resubmitted mining block (#17547)
|
před 7 roky |
Péter Szilágyi
|
a4bc2c31e1
Merge pull request #17540 from karalabe/miner-uncle-fix
|
před 7 roky |
Péter Szilágyi
|
f751c6ed47
miner: track uncles more aggressively
|
před 7 roky |
Péter Szilágyi
|
e8f229b82e
cmd, core, eth, miner, params: configurable gas floor and ceil
|
před 7 roky |
gary rong
|
c1c003e4ff
consensus, miner: stale block mining support (#17506)
|
před 7 roky |
Péter Szilágyi
|
c134e00e48
Merge pull request #17494 from karalabe/mined-block-uncle-check
|
před 7 roky |
gary rong
|
40a71f28cf
miner: fix state commit, track old work packages too (#17490)
|
před 7 roky |
Péter Szilágyi
|
1136269a79
miner: differentiate between uncle and lost block
|
před 7 roky |