Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump | obscuren | 2014-02-28 | 1 | -1/+1 |
* | Conform to Db interface | obscuren | 2014-02-28 | 1 | -0/+1 |
* | Added BigCopy | obscuren | 2014-02-28 | 1 | -0/+9 |
* | Updated readme#trie | obscuren | 2014-02-28 | 1 | -1/+3 |
* | Added a GetKeys method to support multiple accounts | obscuren | 2014-02-28 | 2 | -0/+20 |
* | Added currency converting | obscuren | 2014-02-25 | 2 | -0/+52 |
* | Fixed a minor issue where a string is expected but returns slice | obscuren | 2014-02-25 | 2 | -13/+10 |
* | Merge pull request #8 from josephyzhou/develop | Jeffrey Wilcke | 2014-02-24 | 1 | -1/+1 |
|\ | |||||
| * | parse now returns byte[] instead of string | Joey Zhou | 2014-02-24 | 1 | -1/+1 |
* | | Added delete to database interfaces | obscuren | 2014-02-24 | 1 | -0/+1 |
* | | Updated opcodes ... again | obscuren | 2014-02-24 | 2 | -53/+53 |
* | | Added a trie iterator | obscuren | 2014-02-24 | 2 | -0/+109 |
|/ | |||||
* | Added the ability to extend the logger with more sub systems | obscuren | 2014-02-22 | 1 | -10/+21 |
* | Removed all old code | obscuren | 2014-02-21 | 1 | -74/+67 |
* | Nil is also considered empty | obscuren | 2014-02-21 | 1 | -1/+1 |
* | Type checking | obscuren | 2014-02-21 | 1 | -1/+15 |
* | Long over due Trie delete implemented | obscuren | 2014-02-20 | 2 | -3/+121 |
* | WIP state object | obscuren | 2014-02-19 | 1 | -0/+9 |
* | Added more logging functions | obscuren | 2014-02-19 | 1 | -6/+31 |
* | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-02-19 | 2 | -1/+31 |
|\ | |||||
| * | Merge pull request #3 from josephyzhou/develop | Jeffrey Wilcke | 2014-02-18 | 2 | -1/+31 |
| |\ | |||||
| | * | new line | Joey Zhou | 2014-02-18 | 1 | -1/+1 |
| | * | adding compact decode tests | Joey Zhou | 2014-02-18 | 1 | -0/+30 |
* | | | Running contracts fixed | obscuren | 2014-02-19 | 3 | -6/+18 |
|/ / | |||||
* | | Added new address | obscuren | 2014-02-18 | 2 | -2/+2 |
* | | Rlp update | obscuren | 2014-02-18 | 2 | -10/+1 |
* | | Added hex method | obscuren | 2014-02-18 | 1 | -0/+4 |
* | | Root should reset on undo | obscuren | 2014-02-18 | 1 | -2/+7 |
* | | Values should accept bytes as valid string output | obscuren | 2014-02-18 | 1 | -0/+2 |
|/ | |||||
* | Added dirty tracking on the cache | obscuren | 2014-02-17 | 2 | -2/+35 |
* | Added a few tests | obscuren | 2014-02-17 | 1 | -37/+0 |
* | Removed Reset | obscuren | 2014-02-17 | 1 | -1/+0 |
* | Added more tests | obscuren | 2014-02-17 | 2 | -8/+24 |
* | Added trie tests, value tests | obscuren | 2014-02-15 | 3 | -3/+103 |
* | Fixed test | obscuren | 2014-02-15 | 1 | -8/+2 |
* | Fixed test | obscuren | 2014-02-15 | 1 | -1/+1 |
* | Bumped version number | obscuren | 2014-02-15 | 1 | -1/+1 |
* | Removed RlpValue in favour of Value | obscuren | 2014-02-15 | 2 | -250/+9 |
* | The great merge | obscuren | 2014-02-15 | 18 | -0/+1879 |