Commit Graph

11117 Commits (389bd75142eaf7585d5c104add26b6a3b153f8ad)
 

Author SHA1 Message Date
obscuren 79c89c0bcd Removed logging 11 years ago
obscuren 8204e9cd6e Changed hashing, signature and key generation. 11 years ago
obscuren 92c3471445 secp256k1 method signing 11 years ago
obscuren 53a30740ee Contract checking method 11 years ago
obscuren 2c90c0df65 Updated fee 11 years ago
obscuren 2d3c3674fa Updated stack based vm 11 years ago
obscuren 6ab61f2c52 Added byte helpers 11 years ago
obscuren ebef4e103b Ether 11 years ago
obscuren a42ebd9ed6 block 11 years ago
obscuren 15bf5ee4db Contract creation, updating and fee processing 11 years ago
obscuren f97716ebe2 Added new big from []bytes 11 years ago
obscuren 9581faf5fd Parsing for block and tx 11 years ago
obscuren 055407c835 VM Recovery 11 years ago
obscuren 78d18b134f Pop, push, load for vm 11 years ago
obscuren 7cd41ac45a Wip VM. Created contracts 11 years ago
obscuren 9df4c74511 WIP rewrite vm 11 years ago
obscuren 5b3d4fae6e Work in progress external test runner 11 years ago
vbuterin 131c610da6 Merge pull request #1 from obscuren/master 11 years ago
obscuren 7613302b49 Update trietest.txt 11 years ago
Vitalik Buterin 121632bedd Added obscure's tests 11 years ago
obscuren 61d67f2ae9 moved to markdown 11 years ago
obscuren 65f00656f2 Help text 11 years ago
obscuren 30f3b4d4e4 Added a few more comments and cleaned up code 11 years ago
obscuren df6f7e8a0e updated readme 11 years ago
obscuren 584f9be7f4 Moved some testing code 11 years ago
obscuren 5da78427d0 Added db query interface and moved memory database 11 years ago
obscuren 52952e274d Updated database interface and eth test code 11 years ago
obscuren 35e4d74641 Added helper methods for slice comparison and nibble matching 11 years ago
obscuren 79eaa6f2ba Removed old serialization 11 years ago
obscuren 34d62c380e Encoding helpers for trie 11 years ago
obscuren 276fa6c799 Working Trie 11 years ago
Vitalik Buterin ef6c5506c3 Fixed tests a bit 11 years ago
Vitalik Buterin 345e4bcfef Merge branch 'master' of github.com:ethereum/tests 11 years ago
Vitalik Buterin 2c81698f31 Added first three tests 11 years ago
vbuterin e4bbea400f Initial commit 11 years ago
obscuren f17930eb46 Split up db and trie and added interface 11 years ago
obscuren a926686445 Added sample server, genesis block, and database interface 11 years ago
obscuren ad048e9f44 update test 11 years ago
obscuren 0edcbc695e Updated serialisation 11 years ago
obscuren 0747aa3a3b Removed logs from tests and updated rlp encoding to include byte slices 11 years ago
obscuren 74bc45116a Encoding helpers with tests 11 years ago
obscuren a1c5d5acac Comments 11 years ago
obscuren 5198b7b9eb Test code updated 11 years ago
obscuren bd582d919b (un)marshal blocks and transactions 11 years ago
obscuren 95d877f701 Fixed rlp encoding 11 years ago
obscuren bb8afba20a Updated tests 11 years ago
obscuren 5a7eae705b Removed slice appending for integers 11 years ago
obscuren d6460f3de1 Changed 0x0 to \x00 11 years ago
obscuren 8391d3d4f4 Unmarshalling of transactions 11 years ago
obscuren c7dc92e127 Reset stack pointer on run 11 years ago