obscuren
|
38d6b67b5c
|
Fixed state problem
|
2014-04-29 12:36:27 +02:00 |
|
obscuren
|
f3818478e2
|
Removed debug & unused functions
|
2014-04-24 13:48:33 +02:00 |
|
obscuren
|
f7d4e3cd6b
|
Copy over bytes from previous root
Copy over instead of directly using the previous root. This is order to
avoid resetting problems
|
2014-04-23 15:52:50 +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
|
97786d03d5
|
Merge branch 'master' into miner
|
2014-03-24 10:24:39 +01:00 |
|
obscuren
|
7705b23f24
|
Removed caller from tx and added "callership" to account.
Transactions can no longer serve as callers. Accounts are now the
initial callee of closures. Transactions now serve as transport to call
closures.
|
2014-03-20 23:17:53 +01:00 |
|
Maran
|
ae837c4719
|
More mining rework
|
2014-03-20 11:20:29 +01:00 |
|
obscuren
|
9d492b0509
|
Renamed Address to Account
|
2014-03-03 11:05:12 +01:00 |
|
obscuren
|
bfed1c7cac
|
Trie's are no longer referenced directly but through State instead
|
2014-03-03 11:03:16 +01:00 |
|
obscuren
|
d65b4cd0dd
|
Updated block to use state instead of trie directly
|
2014-03-02 20:42:05 +01:00 |
|
obscuren
|
507fc7b9d1
|
Length checking when fetching contract. Contract always have 3 fields
|
2014-02-25 11:21:35 +01:00 |
|
obscuren
|
6c7255cde2
|
Fixed a minor issue on crashed contracts
|
2014-02-24 13:15:34 +01:00 |
|
obscuren
|
95a8ebc249
|
Changed MakeContract on block
MakeContract in Block is now using the MakeContract defined in
contract.go
|
2014-02-24 12:45:21 +01:00 |
|
obscuren
|
b3da104e56
|
Corrected contract addresses
|
2014-02-19 16:26:35 +01:00 |
|
obscuren
|
24f2b2afc3
|
Running contracts fixed
|
2014-02-19 11:35:17 +01:00 |
|
obscuren
|
8629d9a418
|
String changed and removed some debugging code
|
2014-02-18 01:33:15 +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 |
|