Commit Graph

2163 Commits (27e59827d804b0112c4213465ff3b902e25cb6d9)

Author SHA1 Message Date
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
obscuren 2f8a45cd8b Fixed chain test & added new chain 10 years ago
obscuren fb1edd05f4 Removed the deferred reset 10 years ago
obscuren 780abaec98 Switched to new trie 10 years ago
obscuren 1382e8d84b Delete current chain for reset 10 years ago
obscuren 9e5257b83b Chain importer 10 years ago
obscuren 4cd79d8ddd Refactored block & Transaction 10 years ago
obscuren 1508a23a6f Minor updates on gas and removed/refactored old code. 10 years ago
obscuren f5b8f3d41b Removed OOG check. Revert should always happen. 10 years ago
obscuren 0e93b98533 Transaction was generating incorrect hash because of var changes 10 years ago
obscuren 12671c82ea Moved VM to execution 10 years ago
obscuren 59ef6e3693 Cleaned up objects 10 years ago
obscuren 3325683794 Fixed refund model 10 years ago
obscuren 198cc69357 Gas corrections and vm fixes 10 years ago
obscuren 5ad473d758 Moved methods to messages 10 years ago
obscuren db494170dc Created generic message (easy for testing) 10 years ago
obscuren 0dc566124a Merge fixes 10 years ago
obscuren 2d09e67713 Updated to new methods 10 years ago
obscuren 49e0267fe7 Locks, refactor, tests 10 years ago
obscuren 590aace88d Removed ethereum as dependency 10 years ago
obscuren 4dbdcaecb1 Moved pre-compiled, moved depth check 10 years ago
obscuren b1c58b76a9 moved err check 10 years ago
zelig 72290f67fe resolve merge conflict hell 10 years ago
zelig 7b39cc83cc adapt chain_manager to eth protocol interface 10 years ago
zelig d84810d89d add Status to retrieve TD, currentBlock, genesis for easy interface with eth/protocol 10 years ago
zelig 39d86a28e7 adapt to new eth pkg and p2p 10 years ago
zelig 5022a31889 add NewMinedBlockEvent 10 years ago
zelig c2af10d256 transaction pool changes 10 years ago
obscuren 0d57ca486a Squashed commit of the following: 10 years ago
obscuren 2b5fcb4642 moved interfaces 10 years ago
obscuren 5553e5aaed states moved to chain 10 years ago
obscuren af6afbaa56 Removed start/stop methods 10 years ago
obscuren 1b98cbbfa4 Moved pow 10 years ago
obscuren 3308491c92 Removed tests because they've become obsolete 10 years ago
obscuren acf4b5753f Core changes 10 years ago
obscuren 9925916851 upped proto version and modified block pool 10 years ago
obscuren d80f8bda94 Fixed issue in VM where LOG didn't pop anything of the stack 10 years ago
obscuren 8dbca75d85 Skip mining on transactions that don't meet the min accepted gas price 10 years ago
obscuren a5b27bbc10 Improved and simplified wallet functions and behaviour 10 years ago
obscuren 73123bf257 Only set TD if it's actually higher 10 years ago
obscuren 296112848c Moved block validation as first step 10 years ago