Commit Graph

  • 0929f59ec2 Updated marshalling obscuren 2014-01-08 23:42:11 +0100
  • 9f133a92d0 First dagger impl obscuren 2014-01-08 23:41:03 +0100
  • f91ad7b385 update trie algorithm Vitalik Buterin 2014-01-08 11:26:58 -0500
  • 6da2954462 merge Vitalik Buterin 2014-01-08 08:15:38 -0500
  • cc4224675f Updated trie test Vitalik Buterin 2014-01-07 14:35:26 -0500
  • b6f7859c3d travis obscuren 2014-01-05 20:45:32 +0100
  • 1676930a16 updated testing" obscuren 2014-01-05 20:41:01 +0100
  • 40dc4d0259 Testing obscuren 2014-01-05 20:15:13 +0100
  • 79c89c0bcd Removed logging obscuren 2014-01-05 20:15:05 +0100
  • 8204e9cd6e Changed hashing, signature and key generation. obscuren 2014-01-05 20:14:53 +0100
  • 92c3471445 secp256k1 method signing obscuren 2014-01-05 01:55:03 +0100
  • 53a30740ee Contract checking method obscuren 2014-01-05 01:54:15 +0100
  • 2c90c0df65 Updated fee obscuren 2014-01-04 00:33:41 +0100
  • 2d3c3674fa Updated stack based vm obscuren 2014-01-04 00:32:52 +0100
  • 6ab61f2c52 Added byte helpers obscuren 2014-01-04 00:32:13 +0100
  • ebef4e103b Ether obscuren 2014-01-04 00:32:01 +0100
  • a42ebd9ed6 block obscuren 2014-01-04 00:31:42 +0100
  • 15bf5ee4db Contract creation, updating and fee processing obscuren 2014-01-04 00:31:06 +0100
  • f97716ebe2 Added new big from []bytes obscuren 2014-01-04 00:30:19 +0100
  • 9581faf5fd Parsing for block and tx obscuren 2014-01-03 13:40:38 +0100
  • 055407c835 VM Recovery obscuren 2014-01-03 13:40:25 +0100
  • 78d18b134f Pop, push, load for vm obscuren 2014-01-03 13:40:12 +0100
  • 7cd41ac45a Wip VM. Created contracts obscuren 2014-01-03 00:43:49 +0100
  • 9df4c74511 WIP rewrite vm obscuren 2014-01-02 23:02:24 +0100
  • 5b3d4fae6e Work in progress external test runner obscuren 2014-01-01 15:49:38 +0100
  • 131c610da6 Merge pull request #1 from obscuren/master vbuterin 2014-01-01 06:40:54 -0800
  • 7613302b49 Update trietest.txt obscuren 2014-01-01 15:25:21 +0100
  • 121632bedd Added obscure's tests Vitalik Buterin 2014-01-01 08:26:18 -0500
  • 61d67f2ae9 moved to markdown obscuren 2014-01-01 14:12:30 +0100
  • 65f00656f2 Help text obscuren 2014-01-01 14:11:56 +0100
  • 30f3b4d4e4 Added a few more comments and cleaned up code obscuren 2014-01-01 14:06:00 +0100
  • df6f7e8a0e updated readme obscuren 2014-01-01 13:52:26 +0100
  • 584f9be7f4 Moved some testing code obscuren 2014-01-01 13:37:00 +0100
  • 5da78427d0 Added db query interface and moved memory database obscuren 2014-01-01 13:36:48 +0100
  • 52952e274d Updated database interface and eth test code obscuren 2014-01-01 03:07:49 +0100
  • 35e4d74641 Added helper methods for slice comparison and nibble matching obscuren 2014-01-01 03:07:29 +0100
  • 79eaa6f2ba Removed old serialization obscuren 2014-01-01 03:07:04 +0100
  • 34d62c380e Encoding helpers for trie obscuren 2014-01-01 03:06:52 +0100
  • 276fa6c799 Working Trie obscuren 2014-01-01 03:06:39 +0100
  • ef6c5506c3 Fixed tests a bit Vitalik Buterin 2013-12-31 19:04:48 -0500
  • 345e4bcfef Merge branch 'master' of github.com:ethereum/tests Vitalik Buterin 2013-12-31 15:52:46 -0500
  • 2c81698f31 Added first three tests Vitalik Buterin 2013-12-30 21:09:40 -0500
  • e4bbea400f Initial commit vbuterin 2013-12-30 18:09:03 -0800
  • f17930eb46 Split up db and trie and added interface obscuren 2013-12-30 01:09:57 +0100
  • a926686445 Added sample server, genesis block, and database interface obscuren 2013-12-29 23:54:50 +0100
  • ad048e9f44 update test obscuren 2013-12-29 23:53:20 +0100
  • 0edcbc695e Updated serialisation obscuren 2013-12-29 23:53:12 +0100
  • 0747aa3a3b Removed logs from tests and updated rlp encoding to include byte slices obscuren 2013-12-29 23:52:46 +0100
  • 74bc45116a Encoding helpers with tests obscuren 2013-12-29 23:50:43 +0100
  • a1c5d5acac Comments obscuren 2013-12-29 01:36:59 +0100
  • 5198b7b9eb Test code updated obscuren 2013-12-28 15:18:23 +0100
  • bd582d919b (un)marshal blocks and transactions obscuren 2013-12-28 15:18:08 +0100
  • 95d877f701 Fixed rlp encoding obscuren 2013-12-28 15:17:26 +0100
  • bb8afba20a Updated tests obscuren 2013-12-28 02:24:16 +0100
  • 5a7eae705b Removed slice appending for integers obscuren 2013-12-28 02:24:01 +0100
  • d6460f3de1 Changed 0x0 to \x00 obscuren 2013-12-28 02:23:28 +0100
  • 8391d3d4f4 Unmarshalling of transactions obscuren 2013-12-28 02:22:42 +0100
  • c7dc92e127 Reset stack pointer on run obscuren 2013-12-28 01:46:18 +0100
  • 0f656652e6 Implemented decoding rlp obscuren 2013-12-27 23:48:44 +0100
  • 323ba36869 Updated rlp encoding. (requires verification!) obscuren 2013-12-27 22:32:55 +0100
  • df0fe67fce Testing obscuren 2013-12-27 21:24:06 +0100
  • dca9ee79b3 Changed Tx serialization to return bytes instead of a string obscuren 2013-12-27 21:23:40 +0100
  • 8301d154ae Serializing block obscuren 2013-12-27 21:22:57 +0100
  • d8c0b0c899 Moved string util obscuren 2013-12-27 21:21:08 +0100
  • d5d2efbaf3 WIP new rlp implementation obscuren 2013-12-27 21:20:47 +0100
  • b40013ac30 Updated fees obscuren 2013-12-27 12:07:37 +0100
  • ec13db873a Added travis obscuren 2013-12-27 11:59:00 +0100
  • 2368459814 updated readme obscuren 2013-12-26 14:09:50 +0100
  • aacfdc7a47 moved' obscuren 2013-12-26 14:07:52 +0100
  • b71e632b46 go get obscuren 2013-12-26 13:35:04 +0100
  • 486710c17c for => far obscuren 2013-12-26 13:30:42 +0100
  • fe5577f59e Added readme obscuren 2013-12-26 13:29:45 +0100
  • f201547731 added git ignore obscuren 2013-12-26 12:47:06 +0100
  • f77424d3fe Initial commit obscuren 2013-12-26 12:46:02 +0100
  • 5db3335dce Initial commit obscuren 2013-12-26 12:45:52 +0100