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