Commit Graph

2478 Commits (7ee9a6e89f59cee21b5852f5f6ffa2bcfc05a25f)

Author SHA1 Message Date
obscuren d8ac267f41 dirty tracking for state objects fixed 10 years ago
obscuren fa4cbad315 Optimisations and fixed a couple of DDOS issues in the miner 10 years ago
obscuren ee9df32dba Added errors 10 years ago
obscuren 655e942597 Added GetBlock GetUncle with OOB guard 10 years ago
Ethan Buchman 9446489cf3 core: chain manager forking tests 10 years ago
obscuren 7fc9b5b3f9 Changed to ChainEvent and fixed a nil pointer in transact 10 years ago
obscuren 567428fb34 Filter and mutex locks added 10 years ago
obscuren 8135752a32 "centralised" mining to backend. Closes #323 10 years ago
obscuren d2a4bc4d73 Removed reference to lastBlockNumber & LastBlockNumber 10 years ago
obscuren 2c3a014f03 Resolved some bugs in the miner 10 years ago
obscuren b143dad596 Reference pointer to block instead of pointer to function 10 years ago
obscuren 32c7ebc51d Fixed mining & limited hash power 10 years ago
obscuren ce239333d5 Update balance label when mining 10 years ago
obscuren bde3ff16ad merge 10 years ago
obscuren 3f6baa45a7 Documented methods & removed old manifest 10 years ago
obscuren da2fae0e43 Basic structure miner 10 years ago
obscuren 58ba290a9f moved manager 10 years ago
obscuren c8147fb7b9 Compare regardless of length 10 years ago
Felix Lange 56f777b2fc cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API 10 years ago
obscuren f8c1eb157d Undone fix. Will re-enable once chain resets 10 years ago
obscuren c64852dbcc pending / chain event 10 years ago
obscuren 1d519854e2 Propagate known transactions to new peers on connect 10 years ago
obscuren 65158d39b0 Filtering 10 years ago
obscuren b1870631a4 WIP miner 10 years ago
Gustav Simonsson 697c2b5dc1 Correct block parent timestamp check and typos 10 years ago
obscuren 30fa30bd4a Docs & old code removed 10 years ago
obscuren 8ccde784f9 Added (disabled) Jit validation 10 years ago
obscuren cb382fa76b Validate transactions sender before adding to pool. Closes #272 10 years ago
obscuren 6488a392a3 Reimplemented message filters for rpc calls 10 years ago
obscuren 3440a8a0bf changed lost key 10 years ago
obscuren 7f638f0b2d moving to a better xeth 10 years ago
obscuren f3e78c8f3c reworking messages => log 10 years ago
Ethan Buchman 2da367a2be fix unchecked slice index on tx.From() 10 years ago
obscuren 0d96528d2f Skip for travis 10 years ago
obscuren 2ba54a69be skipping for travis 10 years ago
obscuren 67f9783e6a Moved `obscuren` secp256k1-go 10 years ago
obscuren 0045ce4cde Future blocks not allowed 10 years ago
obscuren 9845029a75 StdVm by default 10 years ago
obscuren b03614527b VmDebug => StdVm 10 years ago
obscuren 7394ee7c72 Fixed difficulty 10 years ago
obscuren bb55307a9d Updated tests 10 years ago
obscuren 82beaabf6a Fixed consensus issue 10 years ago
obscuren 75cd9cd2de updated tests 10 years ago
obscuren 35fe4313d5 pre-pow 10 years ago
obscuren 491c23a728 Moved the TD method from block processor. 10 years ago
obscuren 351516c57c Cast to string for hashable type 10 years ago
obscuren 905b8cc82f mem fixes for vm. Changed uncle inclusion tests 10 years ago
zelig 3bdf28c1fe GetBlockHashesFromHash(hash, max) gives back max hashes starting from PARENT of hash 10 years ago
obscuren 5f958a582d fixed other tests to use hashes as well 10 years ago
obscuren e27237a03a Changed to use hash for comparison 10 years ago