Commit Graph

6192 Commits (cb2c10d8627d253192bf9af74070b62810d76b31)
 

Author SHA1 Message Date
Jeffrey Wilcke cb2c10d862 Merge pull request #1366 from ethers/rpcRequest 9 years ago
ethers d05305473e fix logging jsonrpc request #1365 9 years ago
Jeffrey Wilcke be935bff84 Merge pull request #1363 from obscuren/safeguard 9 years ago
Jeffrey Wilcke a748afce03 core: txpool listen for ChainHeadEvent instead of ChainEvent 9 years ago
Jeffrey Wilcke c14f0a4471 core: added checkpoint for last block 9 years ago
Jeffrey Wilcke ba95e445e1 Merge pull request #1328 from bas-vk/issue1327 9 years ago
Bas van Kervel 8c4d493c66 solved merge conflicts 9 years ago
Bas van Kervel a5d5387dee rebase with develop 9 years ago
Jeffrey Wilcke 130f3b270a Merge pull request #1362 from obscuren/txpool-cleanup 9 years ago
Jeffrey Wilcke 61ca780f3b core: reduce CPU load by reducing calls to checkQueue 9 years ago
Bas van Kervel 57dff6f1d7 initialize fields to prevent nil pointer exception 9 years ago
Bas van Kervel 7ffabf1d39 add json parsing method for resend transaction 9 years ago
Bas van Kervel 6fdddc5ac9 improved error handling in parsing request 9 years ago
Bas van Kervel 02c6af66bf fixed unittest compilation issue 9 years ago
Bas van Kervel ec866b066a added eth.resend 9 years ago
Bas van Kervel 056e9dd393 added eth.pendingTransactions 9 years ago
Jeffrey Wilcke 9226369b5d Merge branch 'hotfix/0.9.34-1' into develop 9 years ago
Jeffrey Wilcke d8fe64acaa core, miner: added queued write to WriteBlock 9 years ago
Jeffrey Wilcke b047f05e7e cmd/geth: version bump 0.9.35 9 years ago
Jeffrey Wilcke 8d016ced6b Merge branch 'release/0.9.34' into develop 9 years ago
Jeffrey Wilcke 7625b07dd9 Merge branch 'release/0.9.34' 9 years ago
Jeffrey Wilcke 8f504063f4 cmd/geth: version bump 0.9.34 9 years ago
Jeffrey Wilcke e896cab82c Merge pull request #1360 from obscuren/peter-metrics 9 years ago
Péter Szilágyi 5f3792c2a7 cmd/geth: decent error message if metrics are disabled 9 years ago
Péter Szilágyi 01fe972113 cmd, core, eth, metrics, p2p: require enabling metrics 9 years ago
Péter Szilágyi ccbb56b4f2 cmd/geth, eth, ethdb: monitor database compactions 9 years ago
Péter Szilágyi 2aeeb72fa5 cmd/geth, metrics: separate process metric collection, add disk 9 years ago
Jeffrey Wilcke 7c4ed8055c Merge pull request #1357 from obscuren/core-optimisations-2 9 years ago
Jeffrey Wilcke 992e4f83cb core: replaced BlockCache with lru.Cache 9 years ago
Jeffrey Wilcke a8ebf756c7 Merge branch 'miner-broadcast' into core-optimisations-2 9 years ago
zsfelfoldi 5d9df7348d gpo non-existent block checks 9 years ago
Jeffrey Wilcke ac80ec59dc miner: update root only when mining 9 years ago
Jeffrey Wilcke e349fac97d core: fixed tests 9 years ago
Jeffrey Wilcke aba901e13c core: removed write's go routine 9 years ago
obscuren 07db098ccf core: renamed next to pending & fixed tests 9 years ago
obscuren 855e76fddd core: reduced cache limit to 256 9 years ago
obscuren 4d11747836 deps: Added golang-lru 9 years ago
obscuren 6ca3a44638 core: switched to proper LRU 9 years ago
obscuren 4460dc9d1a core: added LRU caching and added batch writing when LDB is used 9 years ago
obscuren 2a5a55efaf ethdb: accessor for LDB. TODO remove this interface 9 years ago
obscuren c850c41ec1 trie: Implemented a batch write approach for flushing 9 years ago
Felix Lange 76821d167a core, eth, rpc: avoid unnecessary block header copying 9 years ago
Felix Lange fccc7d71eb core: remove superfluous big.Int allocations 9 years ago
Felix Lange d0bb90c69e core: generate benchmark keys only once 9 years ago
Felix Lange 992dc74efd core: avoid duplicate calls to Transaction.Data 9 years ago
Felix Lange 0b22ad99c1 core: optimize IntrinsicGas 9 years ago
Felix Lange a8889b092b core/types: cache computed block values 9 years ago
Felix Lange 11b8d1df59 core/types: cache computed transaction values 9 years ago
Felix Lange 8743cc1c1c rlp: add ListSize 9 years ago
Felix Lange a0566c1058 rlp: remove Flat 9 years ago