Commit Graph

37 Commits (c51db4c940a5ea679aee580a673a4ccdd2421b9a)

Author SHA1 Message Date
obscuren 03ce15df4c ethstate.NewState => ethstate.New 10 years ago
obscuren 3debeb7236 ethtrie.NewTrie => ethtrie.New 10 years ago
obscuren 1f9894c084 Old code removed and renamed amount to balance 10 years ago
obscuren 41bd38147c Clean up and util methods 10 years ago
obscuren 32d125131f Refactored to new state and vm 10 years ago
obscuren 5d2669dbd3 Fixed tx sha creation 10 years ago
Maran e798294a4b Update min GasLimit 10 years ago
zelig dabaa4cce0 change all modified calls to ethtrie, ethutil and ethcrypto functions 10 years ago
Maran 1938bfcddf Fix compare 10 years ago
Maran 753f749423 Implement CalcGasPrice for ethereum/go-ethereum#77 10 years ago
obscuren cc8464ce80 Transaction querying 10 years ago
obscuren 230aafbf66 Working on interop 10 years ago
obscuren f8f84ef095 Removed old contract creation code 10 years ago
obscuren 3b38df085e Fixed casting issue 10 years ago
obscuren ad51c85e5d Fixed crash 10 years ago
obscuren 2bd377a3de Changed transaction hash for poc 5 10 years ago
obscuren 7d3e99a2ab Fixed genesis and block data 10 years ago
obscuren fd19142c0d No longer store script directly in the state tree 10 years ago
obscuren 38d6b67b5c Fixed state problem 11 years ago
obscuren f3818478e2 Removed debug & unused functions 11 years ago
obscuren f7d4e3cd6b Copy over bytes from previous root 11 years ago
obscuren 9c6aca7893 Merged accounts and contracts in to StateObject 11 years ago
obscuren 7705b23f24 Removed caller from tx and added "callership" to account. 11 years ago
Maran ae837c4719 More mining rework 11 years ago
obscuren 9d492b0509 Renamed Address to Account 11 years ago
obscuren bfed1c7cac Trie's are no longer referenced directly but through State instead 11 years ago
obscuren d65b4cd0dd Updated block to use state instead of trie directly 11 years ago
obscuren 507fc7b9d1 Length checking when fetching contract. Contract always have 3 fields 11 years ago
obscuren 6c7255cde2 Fixed a minor issue on crashed contracts 11 years ago
obscuren 95a8ebc249 Changed MakeContract on block 11 years ago
obscuren b3da104e56 Corrected contract addresses 11 years ago
obscuren 24f2b2afc3 Running contracts fixed 11 years ago
obscuren 8629d9a418 String changed and removed some debugging code 11 years ago
obscuren 73fd358d94 Removed RlpValue in favour of Value 11 years ago
obscuren f6d1bfe45b The great merge 11 years ago