Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed state problem | obscuren | 2014-04-29 | 2 | -2/+27 |
| | |||||
* | Moved assembler stage to the mutan compiler | obscuren | 2014-04-28 | 2 | -224/+0 |
| | |||||
* | Refactoring and added documentation comments | obscuren | 2014-04-27 | 7 | -62/+68 |
| | |||||
* | Upped version number | obscuren | 2014-04-27 | 3 | -1/+16 |
| | |||||
* | Added new state object change echanism | obscuren | 2014-04-26 | 1 | -1/+6 |
| | |||||
* | Renamed CALLDATA to CALLDATALOAD | obscuren | 2014-04-23 | 1 | -1/+1 |
| | |||||
* | Fixed minor issue with gas and added state object init | obscuren | 2014-04-23 | 2 | -23/+67 |
| | |||||
* | Implemented ethereum package reader | obscuren | 2014-04-23 | 1 | -0/+123 |
| | |||||
* | Added pre processing of script data | obscuren | 2014-04-12 | 1 | -0/+31 |
| | |||||
* | Merge branch 'split' into develop | obscuren | 2014-04-11 | 2 | -27/+22 |
|\ | |||||
| * | Added better address format | obscuren | 2014-04-11 | 1 | -1/+4 |
| | | |||||
| * | Call fixed | obscuren | 2014-04-11 | 1 | -21/+7 |
| | | |||||
| * | No longer return a list, but raw bytes | obscuren | 2014-04-10 | 1 | -4/+5 |
| | | |||||
| * | Check for nil | obscuren | 2014-04-10 | 1 | -1/+6 |
| | | |||||
* | | Small tweaks to mnemonic | Maran | 2014-04-09 | 1 | -52/+54 |
| | | |||||
* | | One more line of comment | Maran | 2014-04-09 | 1 | -0/+2 |
| | | |||||
* | | Added support for mneomnic privkeys | Maran | 2014-04-07 | 2 | -0/+1760 |
| | | |||||
* | | Merge conflicts | Maran | 2014-04-01 | 5 | -2/+17 |
|\| | |||||
| * | Added a IsList method for type checking []interface{} | obscuren | 2014-03-28 | 1 | -0/+9 |
| | | |||||
| * | Fixed typo | obscuren | 2014-03-27 | 1 | -1/+1 |
| | | |||||
| * | Test fixes and removed old code. Added VM gas fees | obscuren | 2014-03-24 | 4 | -2/+9 |
| | | |||||
* | | More blockchain testing | Maran | 2014-03-31 | 2 | -1/+11 |
|/ | |||||
* | Removed regular ints from the virtual machine and closures | obscuren | 2014-03-22 | 1 | -0/+6 |
| | |||||
* | Changes 'compiler' to work with any type | obscuren | 2014-03-21 | 1 | -11/+35 |
| | |||||
* | Closure return, arguments fixed. Added proper tests | obscuren | 2014-03-21 | 1 | -15/+13 |
| | |||||
* | Implemented closure arguments | obscuren | 2014-03-21 | 1 | -1/+5 |
| | |||||
* | Rewrote opcodes again | obscuren | 2014-03-21 | 1 | -55/+64 |
| | |||||
* | Some minor updates | obscuren | 2014-03-21 | 3 | -2/+15 |
| | |||||
* | Added encoder interface | obscuren | 2014-03-21 | 1 | -0/+4 |
| | |||||
* | Added client string to configuration | obscuren | 2014-03-17 | 1 | -6/+9 |
| | | | | | Clients can set their own client string which will be send to connected peers during the handshake. | ||||
* | Removed comments | obscuren | 2014-03-06 | 1 | -12/+0 |
| | |||||
* | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-03-05 | 1 | -0/+0 |
|\ | |||||
| * | Rename .travil.yml to .travis.yml | Maxime Quandalle | 2014-03-04 | 1 | -0/+0 |
| | | |||||
* | | Partially refactored server/txpool/block manager/block chain | obscuren | 2014-03-05 | 2 | -0/+42 |
|/ | | | | | | | The Ethereum structure now complies to a EthManager interface which is being used by the tx pool, block manager and block chain in order to gain access to each other. It's become simpeler. TODO: BlockManager => StateManager | ||||
* | PoC reactor pattern | obscuren | 2014-03-03 | 2 | -8/+44 |
| | |||||
* | Reactor implemented | obscuren | 2014-03-02 | 2 | -0/+107 |
| | |||||
* | 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 returns byte array instead of string now | ||||
| * | 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 |
|\ | | | | | | | | | Conflicts: ethutil/config.go | ||||
| * | Merge pull request #3 from josephyzhou/develop | Jeffrey Wilcke | 2014-02-18 | 2 | -1/+31 |
| |\ | | | | | | | Migrated to here | ||||
| | * | 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 |