Histórico de commits

Autor SHA1 Mensagem Data
  Jeffrey Wilcke a748afce03 core: txpool listen for ChainHeadEvent instead of ChainEvent 10 anos atrás
  Jeffrey Wilcke 61ca780f3b core: reduce CPU load by reducing calls to checkQueue 10 anos atrás
  Felix Lange 1d42888d30 core/types: make blocks immutable 10 anos atrás
  Felix Lange 654564e164 core/types: make transactions immutable 10 anos atrás
  Bas van Kervel a4a4e9fcf8 removed old rpc structure and added new inproc api client 10 anos atrás
  obscuren f5abc9f188 core, core/vm: state improvements and tx pool speed up 10 anos atrás
  obscuren e79cc42dfe core: moved check for max queue to checkQueue 10 anos atrás
  obscuren 21fa29111b core: reduce max allowed queued txs per address 10 anos atrás
  obscuren 6d817e16c1 core, miner: tx pool drops txs below ask price 10 anos atrás
  obscuren 4407524d13 core: fixed race condition for subscriptions 10 anos atrás
  obscuren 65a48f9cd8 core: fixed race condition in the transaction pool 10 anos atrás
  obscuren bc6031e7bb core, xeth: moved nonce management burden from xeth to txpool 10 anos atrás
  Felix Lange 73c355591f core, eth: document that result of GetTransactions is modifiable 10 anos atrás
  obscuren 5245bd7b20 core: added a test for missing nonces 10 anos atrás
  obscuren 912cf7ba04 core: added fork test & double nonce test 10 anos atrás
  obscuren dcdb4554d7 core: documented changes in tx pool 10 anos atrás
  obscuren cf5ad266f6 core: only change the nonce if the account nonce is lower 10 anos atrás
  obscuren 9dd12a64a7 core: renamed txs to pending 10 anos atrás
  obscuren 140d883901 core: test updates 10 anos atrás
  obscuren d09a6e5421 core, eth, miner: moved nonce management to tx pool. 10 anos atrás
  Felix Lange 5721c43585 core: update documentation comments for TxPool 10 anos atrás
  Felix Lange ca31d71107 core: remove unused code from TxPool 10 anos atrás
  Felix Lange 08befff8f1 core: compute less transaction hashes in TxPool 10 anos atrás
  Jeffrey Wilcke 8610314918 Merge pull request #1167 from Gustav-Simonsson/check_ec_recover_err 10 anos atrás
  Gustav Simonsson 147a699c65 Add missing err checks on From() (skip RPC for now) 10 anos atrás
  Gustav Simonsson 32e1b104f8 Add EC signature validations before call to libsecp256k1 10 anos atrás
  obscuren c37389f19c core: check negative value transactions. Closes #1109 10 anos atrás
  obscuren 3c6c891680 core: optimise pending transaction processing 10 anos atrás
  obscuren dcfecebe1f core: get transaction by hash from transaction pool 10 anos atrás
  obscuren 92f998c7ef core: use removeTx instead of delete 10 anos atrás