Commit Graph

13 Commits (0f34d506b5ae9b76de97318c906e56dddd5309f6)

Author SHA1 Message Date
Felix Lange e171bf74f8 core/types: remove redundant SignECDSA wrappers, rename to SignTx 8 years ago
Péter Szilágyi c44830ebf3
core, light: allow zero cost txs from inexistent accounts too 8 years ago
bas-vk 4e36b1e3da core: bugfix state change race condition in txpool (#3412) 8 years ago
Jeffrey Wilcke 4dca5d4db7 core/types, params: EIP#155 8 years ago
Péter Szilágyi 182d9cb752 core: add global (soft) limits on the pending transactions 8 years ago
Péter Szilágyi b4a5251391 core: abstract out a sorted transaction hash map 8 years ago
Péter Szilágyi a183ea29f9 core: add upper bound on the queued transctions 8 years ago
Péter Szilágyi 0ef327bbee core, eth, internal, miner: optimize txpool for quick ops 8 years ago
Péter Szilágyi 795b70423e core, eth, miner: only retain 1 tx/nonce, remove bad ones 8 years ago
Jeffrey Wilcke f0cbebb19f core: added basic chain configuration 9 years ago
Leif Jurvetson 434e4b31d8 core, eth: replace reorganiz with reorganis 9 years ago
Leif Jurvetson b7bb2d8589 core: various typos 9 years ago
Jeffrey Wilcke b6d88a0e9f core, core/vm, crypto: fixes for homestead 9 years ago
Péter Szilágyi 649787a9bf core: fix transaction reorg issues within the tx pool 9 years ago
zsfelfoldi 975c591261 core: tx pool skip price validation for "owned" transactions 9 years ago
Gustav Simonsson 1b1f293082 core/state, core, miner: handle missing root error from state.New 9 years ago
Jeffrey Wilcke eaa4473dbd core, core/types: readd transactions after chain re-org 9 years ago
Jeffrey Wilcke b60a27627b core: transaction nonce recovery fix 9 years ago
Bas van Kervel 7e31df3987 bugfix, pending transaction was resend with new gas price/limit but not removed from transaction pool 9 years ago
Felix Lange bfbcfbe4a9 all: fix license headers one more time 9 years ago
Felix Lange 3f047be5aa all: update license headers to distiguish GPL/LGPL 9 years ago
Felix Lange ea54283b30 all: update license information 9 years ago
Jeffrey Wilcke 61ca780f3b core: reduce CPU load by reducing calls to checkQueue 9 years ago
Felix Lange 654564e164 core/types: make transactions immutable 9 years ago
obscuren bc6031e7bb core, xeth: moved nonce management burden from xeth to txpool 9 years ago
obscuren 5245bd7b20 core: added a test for missing nonces 9 years ago
obscuren 912cf7ba04 core: added fork test & double nonce test 9 years ago
obscuren 9dd12a64a7 core: renamed txs to pending 9 years ago
obscuren 140d883901 core: test updates 9 years ago
obscuren d09a6e5421 core, eth, miner: moved nonce management to tx pool. 9 years ago
Felix Lange 08befff8f1 core: compute less transaction hashes in TxPool 9 years ago
obscuren c37389f19c core: check negative value transactions. Closes #1109 9 years ago
obscuren 88292f35db core: remove txs from queue in addition to removal of pending 10 years ago
obscuren 145e02fc54 core, miner: added value check on tx validation 10 years ago
obscuren 405720b218 xeth, core, cmd/utils: Transaction can not be over block gas limit 10 years ago
obscuren 7138404cb0 core: only post event once per tx & fixed test 10 years ago
obscuren 498b24270a core: implemented a queued approach processing transactions 10 years ago
obscuren 6184781b49 Improved transaction pool 10 years ago
obscuren eb1c26746d Changed R S to big int and fixed tests 10 years ago
obscuren 0330077d76 moved state and vm to core 10 years ago
Felix Lange a59dd393e7 core: fix tests 10 years ago
obscuren b523441361 Moved ethutil => common 10 years ago
obscuren cb382fa76b Validate transactions sender before adding to pool. Closes #272 10 years ago
obscuren fed3e6a808 Refactored ethutil.Config.Db out 10 years ago
obscuren 564f02aa2b Fixed tests 10 years ago
obscuren d336e24dce Removed the need of having a backend for the tx pool 10 years ago
obscuren 6cf61039cf Added tests for valid transactions 10 years ago
obscuren 48d2a8b8ee Refactored tx pool and added extra fields to block 10 years ago