Commit Graph

879 Commits (8b1df1a259fe6dc4c15e391e9c0762c9621d9d72)

Author SHA1 Message Date
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
obscuren b25126a277 Minor fixed and additions for block proc 10 years ago
obscuren db4aaedcbd Moved ptrie => trie. Removed old trie 10 years ago
obscuren fed3e6a808 Refactored ethutil.Config.Db out 10 years ago
obscuren 60d9611c23 Fixed tests where txs weren't properly removed 10 years ago
obscuren 25e6c4eff8 Adjusted difficulty and skip get tx messages 10 years ago
obscuren 564f02aa2b Fixed tests 10 years ago
obscuren cc7f8f58e8 Limit block extra to 1024 10 years ago
obscuren b99b2c446c Precompiled contract & Depth change 10 years ago
obscuren 6abf8ef78f Merge 10 years ago
obscuren b0854fbff5 BlockManager => BlockProcessor 10 years ago
obscuren c1dee15144 BlockManager => BlockProcessor 10 years ago
obscuren 09841b1c9b Cleaned up some of that util 10 years ago
obscuren ca1b2a1a91 Changed prev_hash to block_hash, state transition now uses vm env 10 years ago
obscuren 16f417f5af Fixed bug where logging could crash client during tx adding 10 years ago
obscuren 4dc7ee9087 Closure => Context 10 years ago
obscuren e2d1d832ef added nil check 10 years ago
obscuren d336e24dce Removed the need of having a backend for the tx pool 10 years ago
obscuren ae2c90cc28 Removed value check from tx validation 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
obscuren 477a6d426c Added a query interface for world state 10 years ago
obscuren 1cc86c07a0 Deleted 10 years ago
obscuren 1c7e8e9093 Set TD to block once processed 10 years ago
obscuren b619b244c7 Fixed tests 10 years ago
obscuren 8df689bd44 Chain tests 10 years ago