obscuren
38d6b67b5c
Fixed state problem
2014-04-29 12:36:27 +02:00
obscuren
c81804444f
Call initial closure with proper tx argument
2014-04-23 15:53:53 +02:00
obscuren
9c6aca7893
Merged accounts and contracts in to StateObject
...
* Account removed
* Contract removed
* Address state changed to CachedStateObject
* Added StateObject
2014-04-16 04:06:51 +02:00
Maran
b66a99e32d
Added todo
2014-04-09 08:55:39 -04:00
Maran
782910eaa7
Small tweaks
2014-04-01 15:54:29 +02:00
Maran
3558dd5ed4
Finalize blockchain reverting test
2014-04-01 14:42:48 +02:00
Maran
5f49a659c3
More blockchain testing
2014-03-31 12:54:37 +02:00
Maran
6253d10938
initial testcode for canonical chain
2014-03-24 15:04:29 +01:00
Maran
274d5cc91c
FindCanonicalChain returns true or false when we are on the Canonical chain or not
2014-03-24 10:24:06 +01:00
Maran
b52b1fca89
Initial block reorganisation code
2014-03-21 15:06:23 +01:00
Maran
ae837c4719
More mining rework
2014-03-20 11:20:29 +01:00
Maran
d5efeab8f9
Initial smart-miner stuff
2014-03-10 11:53:02 +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
d65b4cd0dd
Updated block to use state instead of trie directly
2014-03-02 20:42:05 +01:00
obscuren
73b9ae9579
Updated some of the log statements to use the ethutil logger
2014-02-22 01:53:25 +01:00
obscuren
cca8585554
Get a chain of blocks made simple
2014-02-21 13:05:59 +01:00
obscuren
68028f492f
Fixed block handling
2014-02-18 01:33:26 +01:00
obscuren
73fd358d94
Removed RlpValue in favour of Value
2014-02-15 01:34:18 +01:00
obscuren
f6d1bfe45b
The great merge
2014-02-14 23:56:09 +01:00