Commit Graph

  • 7cf9f0e22d Merge pull request #54 from gavofyork/gav Gav Wood 2016-01-08 22:05:54 +0100
  • 76ba2df141 Compiling, fleshed-out Block. Gav Wood 2016-01-08 22:04:21 +0100
  • 7bad30a1bf Compiling Bloc. Gav Wood 2016-01-08 21:33:41 +0100
  • 4bbc0943a3 Initial sketch of Block struct. Gav Wood 2016-01-08 19:12:19 +0100
  • b272595183 Rlp error handling arkpar 2016-01-08 17:52:25 +0100
  • fad58530f2 Memo Frontier's state root. Gav Wood 2016-01-08 16:49:12 +0100
  • 5b81a2d70a Frontier Spec added. Gav Wood 2016-01-08 16:47:17 +0100
  • 9ea7f14542 Style arkpar 2016-01-08 16:26:00 +0100
  • 98c5905257 Add frontier chain spec. Gav Wood 2016-01-08 16:24:14 +0100
  • 290d738e3f Style arkpar 2016-01-08 16:00:32 +0100
  • 647ea286ba Renamed RlpStream::raw to as_raw arkpar 2016-01-08 15:57:50 +0100
  • 9286a03656 Even more style arkpar 2016-01-08 15:52:43 +0100
  • 41cb81337a Merge pull request #27 from gavofyork/gav Marek Kotewicz 2016-01-08 14:34:05 +0100
  • 469b0a17dc More style arkpar 2016-01-08 13:55:44 +0100
  • 396a1755e3 More style arkpar 2016-01-08 13:49:00 +0100
  • e6623c0edd Removed wrong file arkpar 2016-01-08 13:33:38 +0100
  • 1ffd999f96 Merge branch 'master' of github.com:gavofyork/ethcore-util into network arkpar 2016-01-08 13:32:52 +0100
  • 288794fd27 Style arkpar 2016-01-08 13:10:00 +0100
  • bed4bfce1c executive in progress... debris 2016-01-08 12:50:06 +0100
  • 1c71640777 Build fixes for Ethash. Gav Wood 2016-01-08 12:27:00 +0100
  • 3cbaf64c51 Beginnings of Ethash engine. Gav Wood 2016-01-08 12:15:59 +0100
  • 648207d8e8 Rename fax->copy. Gav Wood 2016-01-08 12:05:58 +0100
  • e4ed6467a9 Fixes and renaming fax->copy. Gav Wood 2016-01-08 12:05:38 +0100
  • f81fb2de51 Fix and some tests for opaque types in populatable. Gav Wood 2016-01-08 12:02:26 +0100
  • 6837899eba Fixups for new bytes.rs API. Gav Wood 2016-01-08 11:53:07 +0100
  • 3018c4a28a Additional Populatable API tweaks. Gav Wood 2016-01-08 11:52:46 +0100
  • f0da76df7c API cleanups. Gav Wood 2016-01-08 11:43:11 +0100
  • e6439dde99 Minor API update. Gav Wood 2016-01-08 11:03:58 +0100
  • 20017b8589 Merge remote-tracking branch 'origin/master' into gav Gav Wood 2016-01-08 11:03:33 +0100
  • 806de37cec Additional docs. Gav Wood 2016-01-08 11:02:32 +0100
  • d4cbad11ca Merge pull request #26 from gavofyork/gav Marek Kotewicz 2016-01-08 00:39:07 +0100
  • 9a4da23490 Merge remote-tracking branch 'origin/master' into gav Gav Wood 2016-01-08 00:37:07 +0100
  • 51ccd5e8fc Comment TODO. Gav Wood 2016-01-08 00:36:57 +0100
  • 7e873a8bbe ripemd160 builtin and tests. Gav Wood 2016-01-08 00:31:21 +0100
  • d94fcbd839 sha256 builtin + tests. Gav Wood 2016-01-08 00:26:52 +0100
  • d0180df167 little improvements in evm ext debris 2016-01-08 00:16:15 +0100
  • 8f4637ecbc API sync (moved Populatable to util). Gav Wood 2016-01-08 00:00:07 +0100
  • 5fc87a334d Additional work & convenience functions on crypto, bytes & hash. Renaming mut_bytes() to as_slice_mut(). Gav Wood 2016-01-07 23:59:50 +0100
  • 183682ffbc ecrecover builtin, tests and docs. Gav Wood 2016-01-07 23:55:14 +0100
  • 8335d40102 contract_address && ExtFace debris 2016-01-07 23:33:54 +0100
  • 5ef719ae23 Missing client module arkpar 2016-01-07 21:35:06 +0100
  • d27a16c945 executive in progress debris 2016-01-07 21:29:36 +0100
  • 68cd250ec0 Fixed block header seal fields decoding arkpar 2016-01-07 21:28:17 +0100
  • 9b28d4cff6 Removed dup file arkpar 2016-01-07 21:27:41 +0100
  • 954c026727 Merge pull request #25 from gavofyork/gav Arkadiy Paronyan 2016-01-07 20:53:38 +0100
  • edea8d56e3 TODO comment arkpar 2016-01-07 20:49:36 +0100
  • 24ecd0091a Client consolidation and docs arkpar 2016-01-07 20:43:37 +0100
  • 3cb3c2a2bd Fix for Genesis. Gav Wood 2016-01-07 19:42:59 +0100
  • 14d77d522b Minor whitespacing. Gav Wood 2016-01-07 19:25:51 +0100
  • ec720aefa9 env -> ext debris 2016-01-07 19:20:23 +0100
  • 810bff1ea9 Morden genesis tested and working. Gav Wood 2016-01-07 19:10:29 +0100
  • 146999cfbf executive init debris 2016-01-07 19:05:44 +0100
  • 2a4d470039 Client app arkpar 2016-01-07 16:08:12 +0100
  • 8c6d6950ca evm call and create in progress debris 2016-01-06 20:00:32 +0100
  • a0bb1068af evm env uses EnvInfo. blockhash function implementation debris 2016-01-06 17:53:59 +0100
  • f9b3e26934 Fix warnings. Gav Wood 2016-01-06 16:00:42 +0100
  • 799da83175 Merge remote-tracking branch 'origin/master' into gav Gav Wood 2016-01-06 15:57:59 +0100
  • db23ee765a Fixes and a test! Now correctly builds Morden's genesis block. Gav Wood 2016-01-06 15:57:17 +0100
  • 5423797ce4 Build fix. Gav Wood 2016-01-06 14:06:34 +0100
  • 398231f9a7 Additional missing struct stuff. Gav Wood 2016-01-06 13:59:48 +0100
  • be7bfd51a7 Merge branch 'master' into gav Gav Wood 2016-01-06 13:55:05 +0100
  • 8bf03bb8ff Secure trie functions & structs. Gav Wood 2016-01-06 13:53:23 +0100
  • b447de9120 additional asserts in jit log test debris 2016-01-06 13:09:41 +0100
  • 293bca363e evm logs debris 2016-01-06 13:00:14 +0100
  • ad43079fdc test balance debris 2016-01-06 10:37:21 +0100
  • 8bc2e65c16 distinguish between i256 and h256 on evmjit wrapper layer debris 2016-01-05 20:24:43 +0100
  • e98452b0c7 Tests for Builtin. Gav Wood 2016-01-05 19:23:40 +0100
  • 6585910c2a Whitespace fixes. Gav Wood 2016-01-05 19:12:19 +0100
  • dabb90bf40 Fix tests for builtin. Gav Wood 2016-01-05 19:11:41 +0100
  • 0125125c27 Semantic version test fix. Gav Wood 2016-01-05 19:05:51 +0100
  • cdcabc2f4a Merge branch 'master' of https://github.com/gavofyork/ethcore into evm debris 2016-01-05 18:43:59 +0100
  • 359ba8d597 extcode working debris 2016-01-05 18:43:46 +0100
  • aff4e24775 Merge branch 'master' of github.com:gavofyork/ethcore into network arkpar 2016-01-05 00:11:16 +0100
  • d15d803820 Merge pull request #50 from gavofyork/gav Arkadiy Paronyan 2016-01-05 00:01:45 +0100
  • 73405cc74c Fixed timeout signature; Added usage example arkpar 2016-01-04 23:58:59 +0100
  • e369042ff7 Correct naming and fix for Morden. Gav Wood 2016-01-04 21:53:36 +0000
  • 957dd36328 Make builtins work. Gav Wood 2016-01-04 21:47:45 +0000
  • 39f2dc9e2f Style arkpar 2016-01-04 13:49:32 +0100
  • 8d37ef7d8e Removed Copy trait from H256 arkpar 2016-01-04 13:25:32 +0100
  • 7f7dcef9f6 evmjit is dynamically linked debris 2016-01-04 05:04:56 +0100
  • 32fcc6b3e9 Removed fmt file arkpar 2016-01-03 09:23:45 +0100
  • 2cdf4ebd0a Merge branch 'master' of github.com:gavofyork/ethcore-util into network arkpar 2016-01-03 09:22:26 +0100
  • cad1aedef1 Merge pull request #23 from gavofyork/to_from_address Arkadiy Paronyan 2016-01-03 09:14:38 +0100
  • a36072fe84 Merge branch 'master' into to_from_address debris 2015-12-31 12:24:42 +0100
  • 8be769d928 fix rocksdb version debris 2015-12-31 12:24:30 +0100
  • 156fcad4e2 docs debris 2015-12-30 12:46:10 +0100
  • 9e0c8e3d8b Documentation arkpar 2015-12-30 12:23:36 +0100
  • 2e7f0e29de tests for sload, sstore, sha3 debris 2015-12-30 12:03:40 +0100
  • e3f59d82ef vm factory debris 2015-12-29 12:37:38 +0100
  • 3dd26582a2 env implementation in progress debris 2015-12-29 12:04:03 +0100
  • 4e31fe5785 fixed signal 11 error debris 2015-12-28 22:37:15 +0100
  • f2ae8708de fixed env address debris 2015-12-28 15:11:05 +0100
  • b925df2cd9 Use HeaderView instead of BlockHeader arkpar 2015-12-28 12:03:05 +0100
  • 267495c264 User IO messages arkpar 2015-12-28 11:41:51 +0100
  • 1a1c61179f order peers by difficulty arkpar 2015-12-27 02:27:15 +0100
  • 1d67a7a373 sync fixed; more tests arkpar 2015-12-27 00:48:03 +0100
  • 634b6be1e6 fixed warnings arkpar 2015-12-26 15:50:55 +0100
  • fa1b74fa53 minor fixes arkpar 2015-12-26 15:48:41 +0100
  • bf9667a206 sync tests arkpar 2015-12-26 15:47:07 +0100
  • 9087cc798b sync refactoring; range tests arkpar 2015-12-25 14:55:55 +0100