Péter Szilágyi
|
402fd6e8c6
core, eth, event, miner, xeth: fix event post / subscription race
|
10 年 前 |
Jeffrey Wilcke
|
eaa4473dbd
core, core/types: readd transactions after chain re-org
|
10 年 前 |
Jeffrey Wilcke
|
b60a27627b
core: transaction nonce recovery fix
|
10 年 前 |
Jeffrey Wilcke
|
db988a46dd
Merge pull request #1569 from obscuren/default-genesis
|
10 年 前 |
Jeffrey Wilcke
|
7a75da63c6
core: added default genesis block
|
10 年 前 |
Jeffrey Wilcke
|
33efb3381c
Merge pull request #1461 from bas-vk/eth_resend
|
10 年 前 |
Bas van Kervel
|
7e31df3987
bugfix, pending transaction was resend with new gas price/limit but not removed from transaction pool
|
10 年 前 |
Felix Lange
|
bfbcfbe4a9
all: fix license headers one more time
|
10 年 前 |
Felix Lange
|
3f047be5aa
all: update license headers to distiguish GPL/LGPL
|
10 年 前 |
Felix Lange
|
ea54283b30
all: update license information
|
10 年 前 |
Jeffrey Wilcke
|
a748afce03
core: txpool listen for ChainHeadEvent instead of ChainEvent
|
10 年 前 |
Jeffrey Wilcke
|
61ca780f3b
core: reduce CPU load by reducing calls to checkQueue
|
10 年 前 |
Felix Lange
|
1d42888d30
core/types: make blocks immutable
|
10 年 前 |
Felix Lange
|
654564e164
core/types: make transactions immutable
|
10 年 前 |
Bas van Kervel
|
a4a4e9fcf8
removed old rpc structure and added new inproc api client
|
10 年 前 |
obscuren
|
f5abc9f188
core, core/vm: state improvements and tx pool speed up
|
10 年 前 |
obscuren
|
e79cc42dfe
core: moved check for max queue to checkQueue
|
10 年 前 |
obscuren
|
21fa29111b
core: reduce max allowed queued txs per address
|
10 年 前 |
obscuren
|
6d817e16c1
core, miner: tx pool drops txs below ask price
|
10 年 前 |
obscuren
|
4407524d13
core: fixed race condition for subscriptions
|
10 年 前 |
obscuren
|
65a48f9cd8
core: fixed race condition in the transaction pool
|
10 年 前 |
obscuren
|
bc6031e7bb
core, xeth: moved nonce management burden from xeth to txpool
|
10 年 前 |
Felix Lange
|
73c355591f
core, eth: document that result of GetTransactions is modifiable
|
10 年 前 |
obscuren
|
5245bd7b20
core: added a test for missing nonces
|
10 年 前 |
obscuren
|
912cf7ba04
core: added fork test & double nonce test
|
10 年 前 |
obscuren
|
dcdb4554d7
core: documented changes in tx pool
|
10 年 前 |
obscuren
|
cf5ad266f6
core: only change the nonce if the account nonce is lower
|
10 年 前 |
obscuren
|
9dd12a64a7
core: renamed txs to pending
|
10 年 前 |
obscuren
|
140d883901
core: test updates
|
10 年 前 |
obscuren
|
d09a6e5421
core, eth, miner: moved nonce management to tx pool.
|
10 年 前 |