Commit Graph

190 Commits

Author SHA1 Message Date
debris
300a9506ed evmjit output data 2016-01-09 18:25:18 +01:00
debris
130b2fc46a separated executive and externalities 2016-01-09 17:55:47 +01:00
debris
50af19a7c8 contract creating contract 2016-01-09 13:51:59 +01:00
debris
5ae0f71922 executive create fixes 2016-01-09 02:12:17 +01:00
debris
bcd026aaf1 Merge branch 'master' of https://github.com/gavofyork/ethcore into evm 2016-01-09 01:41:10 +01:00
debris
68beb0099d executive tests in progress 2016-01-09 01:33:50 +01:00
debris
43c612fa89 moved runtime data to jit 2016-01-09 00:55:17 +01:00
debris
4932720d58 evm params 2016-01-09 00:51:09 +01:00
Arkadiy Paronyan
ca6a20922f Merge pull request #57 from gavofyork/ethash
Initial Ethash/Block skeleton implementations.
2016-01-08 22:22:48 +01:00
Gav Wood
7cf9f0e22d Merge pull request #54 from gavofyork/gav
Spec with tested Morden genesis decoder and builtins.
2016-01-08 22:05:54 +01:00
Gav Wood
76ba2df141 Compiling, fleshed-out Block. 2016-01-08 22:04:21 +01:00
Gav Wood
7bad30a1bf Compiling Bloc. 2016-01-08 21:33:41 +01:00
Gav Wood
4bbc0943a3 Initial sketch of Block struct. 2016-01-08 19:12:19 +01:00
Gav Wood
fad58530f2 Memo Frontier's state root. 2016-01-08 16:49:12 +01:00
Gav Wood
5b81a2d70a Frontier Spec added. 2016-01-08 16:47:17 +01:00
Gav Wood
98c5905257 Add frontier chain spec. 2016-01-08 16:24:14 +01:00
debris
bed4bfce1c executive in progress... 2016-01-08 12:50:06 +01:00
Gav Wood
1c71640777 Build fixes for Ethash. 2016-01-08 12:27:00 +01:00
Gav Wood
3cbaf64c51 Beginnings of Ethash engine. 2016-01-08 12:15:59 +01:00
Gav Wood
648207d8e8 Rename fax->copy. 2016-01-08 12:05:58 +01:00
Gav Wood
6837899eba Fixups for new bytes.rs API. 2016-01-08 11:53:07 +01:00
Gav Wood
e6439dde99 Minor API update. 2016-01-08 11:03:58 +01:00
Gav Wood
7e873a8bbe ripemd160 builtin and tests. 2016-01-08 00:31:21 +01:00
Gav Wood
d94fcbd839 sha256 builtin + tests. 2016-01-08 00:26:52 +01:00
debris
d0180df167 little improvements in evm ext 2016-01-08 00:16:15 +01:00
Gav Wood
8f4637ecbc API sync (moved Populatable to util). 2016-01-08 00:00:07 +01:00
Gav Wood
183682ffbc ecrecover builtin, tests and docs. 2016-01-07 23:55:14 +01:00
debris
8335d40102 contract_address && ExtFace 2016-01-07 23:33:54 +01:00
debris
d27a16c945 executive in progress 2016-01-07 21:29:36 +01:00
Gav Wood
3cb3c2a2bd Fix for Genesis. 2016-01-07 19:42:59 +01:00
Gav Wood
14d77d522b Minor whitespacing. 2016-01-07 19:25:51 +01:00
debris
ec720aefa9 env -> ext 2016-01-07 19:20:23 +01:00
Gav Wood
810bff1ea9 Morden genesis tested and working. 2016-01-07 19:10:29 +01:00
debris
146999cfbf executive init 2016-01-07 19:05:44 +01:00
debris
8c6d6950ca evm call and create in progress 2016-01-06 20:00:32 +01:00
debris
a0bb1068af evm env uses EnvInfo. blockhash function implementation 2016-01-06 17:53:59 +01:00
Gav Wood
f9b3e26934 Fix warnings. 2016-01-06 16:00:42 +01:00
Gav Wood
799da83175 Merge remote-tracking branch 'origin/master' into gav 2016-01-06 15:57:59 +01:00
Gav Wood
db23ee765a Fixes and a test! Now correctly builds Morden's genesis block. 2016-01-06 15:57:17 +01:00
debris
b447de9120 additional asserts in jit log test 2016-01-06 13:09:41 +01:00
debris
293bca363e evm logs 2016-01-06 13:00:14 +01:00
debris
ad43079fdc test balance 2016-01-06 10:37:21 +01:00
debris
8bc2e65c16 distinguish between i256 and h256 on evmjit wrapper layer 2016-01-05 20:24:43 +01:00
Gav Wood
e98452b0c7 Tests for Builtin. 2016-01-05 19:23:40 +01:00
Gav Wood
6585910c2a Whitespace fixes. 2016-01-05 19:12:19 +01:00
Gav Wood
dabb90bf40 Fix tests for builtin. 2016-01-05 19:11:41 +01:00
debris
cdcabc2f4a Merge branch 'master' of https://github.com/gavofyork/ethcore into evm 2016-01-05 18:43:59 +01:00
debris
359ba8d597 extcode working 2016-01-05 18:43:46 +01:00
Arkadiy Paronyan
d15d803820 Merge pull request #50 from gavofyork/gav
Move all chain parameters into `engine_params`
2016-01-05 00:01:45 +01:00
Gav Wood
e369042ff7 Correct naming and fix for Morden. 2016-01-04 21:53:36 +00:00