Commit Graph

6 Commits

Author SHA1 Message Date
Taylor Gerring 2a9fc7baa9 Merge branch 'develop' of https://github.com/tgerring/go-ethereum 2014-11-14 15:01:52 -06:00
obscuren 10564723b9 added string casting 2014-09-13 13:14:24 +02:00
obscuren 8e7c4f91e3 Added ops 2014-07-29 10:33:30 +02:00
obscuren 92f2abdf76 Partially refactored server/txpool/block manager/block chain
The Ethereum structure now complies to a EthManager interface which is
being used by the tx pool, block manager and block chain in order to
gain access to each other. It's become simpeler.
TODO: BlockManager => StateManager
2014-03-05 10:42:51 +01:00
obscuren c95a27e394 Added more tests 2014-02-16 20:30:33 +01:00
obscuren 07c12f0b92 Added trie tests, value tests 2014-02-15 13:21:11 +01:00