Commit Graph

  • 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
  • 9d47cacc47 Added testing code for RLP, hexarraykey encoding, tries Vitalik Buterin 2013-12-31 19:02:38 -0500
  • 2992c04169 Bugfixes to trie Vitalik Buterin 2013-12-31 17:29:43 -0500
  • 345e4bcfef Merge branch 'master' of github.com:ethereum/tests Vitalik Buterin 2013-12-31 15:52:46 -0500
  • 0cd6ec613c Fixes to trie Vitalik Buterin 2013-12-31 10:32:06 -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
  • 9115adbcca Switched to stack-based language Vitalik Buterin 2013-12-30 16:49:41 -0500
  • 8e2a08ffde Changed python code to new encoding Vitalik Buterin 2013-12-29 20:10:58 -0500
  • 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
  • c489ff0cbb Got the block updating, serializing and deserializing to work at least without contracts Vitalik Buterin 2013-12-26 16:17:18 -0500
  • 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
  • a3af9af23e Redid RLP Vitalik Buterin 2013-12-25 08:26:43 -0500
  • 0d729e1219 Finished everything except the miner, PoW validator and testing Vitalik Buterin 2013-12-22 16:06:51 -0500
  • bce41be4f7 whoops small changes Vitalik Buterin 2013-12-21 21:38:16 -0500
  • e476fb19bc Added independent RLP and trie files Vitalik Buterin 2013-12-21 21:20:30 -0500
  • ec9c2aff85 Commit 3 Vitalik Buterin 2013-12-19 21:30:38 -0500
  • 541c7ee446 Commit 2 Vitalik Buterin 2013-12-19 21:28:47 -0500
  • d712f93e66 Commit 2 Vitalik Buterin 2013-12-19 21:26:52 -0500
  • 6654544ca7 Added initial files Vitalik Buterin 2013-12-19 13:38:09 -0500