Commit Graph

27 Commits

Author SHA1 Message Date
obscuren 4b2f1f7628 idx should return -1 2014-12-18 11:55:46 +01:00
obscuren fb4113dab4 PoC 7 updates
* Bloom
* Block restructure
* Receipts
2014-10-29 10:34:40 +01:00
obscuren 68119d0929 Fixed messages to use proper numbers 2014-09-26 13:32:54 +02:00
obscuren 151f9c7f82 BigInt accept string 2014-09-22 14:50:53 +02:00
obscuren 10564723b9 added string casting 2014-09-13 13:14:24 +02:00
obscuren 836ed9d6b7 Write Protocol version to the db so we can perform sanity checks 2014-08-22 11:34:59 +02:00
obscuren a760ce05b9 Updated chain for filtering 2014-08-11 16:23:38 +02:00
obscuren 342cc122b4 Added general Pipe API 2014-08-04 16:25:53 +02:00
obscuren 5ede1224e4 minor rlp things 2014-08-01 10:21:43 +02:00
obscuren 6fd2401cdf Fixed issue with var int reading.
Reading uneven byte slices were broken.
2014-07-29 23:33:18 +02:00
obscuren 8e7c4f91e3 Added ops 2014-07-29 10:33:30 +02:00
obscuren 5d57b78471 Added big int to uint switch 2014-07-22 16:16:00 +02:00
obscuren ed3424ff75 Trie fixes 2014-07-17 11:21:18 +02:00
obscuren 2784e256f1 Vm logging on diff 2014-07-15 00:25:49 +02:00
obscuren 8ddd4c4c52 wip 2014-06-30 13:09:04 +02:00
obscuren 7f94bd09ae Return a single byte if byte get called 2014-06-18 13:47:40 +02:00
obscuren 6c91ffcfbe Do not panic, but return nil instead 2014-05-30 11:48:37 +02:00
obscuren 230aafbf66 Working on interop
* Receipts after each transaction
* Fee structure
* Applying fees to miners
2014-05-22 17:35:26 +02:00
obscuren 0f93da400a Added new state object change echanism 2014-04-26 01:48:40 +02:00
obscuren 7660e1ed90 Added a IsList method for type checking []interface{} 2014-03-27 19:42:01 +01: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 f2a1260294 Nil is also considered empty 2014-02-21 12:36:22 +01:00
obscuren 059ad35215 Type checking 2014-02-20 23:10:05 +01:00
obscuren b7a636b894 Values should accept bytes as valid string output 2014-02-17 20:29:54 +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
obscuren f6d1bfe45b The great merge 2014-02-14 23:56:09 +01:00