Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ebuchman-fix_ecrecover' into develop | obscuren | 2015-03-29 | 2 | -16/+31 |
|\ | |||||
| * | Cleanup. | obscuren | 2015-03-29 | 2 | -19/+20 |
| * | Merge branch 'fix_ecrecover' of https://github.com/ebuchman/go-ethereum into ... | obscuren | 2015-03-29 | 1 | -7/+21 |
|/| | |||||
| * | vm: explicit error checks in ecrecover. closes #505 | Ethan Buchman | 2015-03-23 | 1 | -7/+21 |
* | | Merge branch 'kobigurk-develop' into develop | Taylor Gerring | 2015-03-29 | 1 | -1/+2 |
|\ \ | |||||
| * | | Merge branch 'develop' of https://github.com/kobigurk/go-ethereum into kobigu... | Taylor Gerring | 2015-03-29 | 1 | -1/+2 |
|/| | | |||||
| * | | eth_getTransactionCount now returns a hex string | Kobi Gurkan | 2015-03-28 | 1 | -2/+2 |
* | | | Merge pull request #579 from tgerring/rpcargs | Jeffrey Wilcke | 2015-03-29 | 7 | -370/+1612 |
|\ \ \ | |||||
| * | | | Decouple core from rpc | Taylor Gerring | 2015-03-27 | 3 | -62/+34 |
| * | | | Merge branch 'develop' into rpcargs | Taylor Gerring | 2015-03-27 | 13 | -143/+301 |
| |\ \ \ | |||||
| * | | | | BlockFilterArgs | Taylor Gerring | 2015-03-27 | 3 | -62/+319 |
| * | | | | More explicit formatting for protocol version | Taylor Gerring | 2015-03-27 | 1 | -3/+3 |
| * | | | | Test blockHeightFromJsonInvalid | Taylor Gerring | 2015-03-27 | 1 | -0/+9 |
| * | | | | NewTxArgs accept numbers or strings for value/gas/gasprice | Taylor Gerring | 2015-03-27 | 2 | -16/+162 |
| * | | | | tidy | Taylor Gerring | 2015-03-27 | 2 | -9/+15 |
| * | | | | Merge remote-tracking branch 'origin' into rpcargs | Taylor Gerring | 2015-03-27 | 25 | -203/+396 |
| |\ \ \ \ | |||||
| * | | | | | Prefer args as strings not objects | Taylor Gerring | 2015-03-27 | 3 | -53/+51 |
| * | | | | | Merge branch 'rpcargs' of github.com:tgerring/go-ethereum into rpcargs | Taylor Gerring | 2015-03-27 | 3 | -7/+7 |
| |\ \ \ \ \ | |||||
| | * | | | | | Undo xeth changes | Taylor Gerring | 2015-03-27 | 4 | -14/+11 |
| * | | | | | | Undo XEth changes | Taylor Gerring | 2015-03-27 | 2 | -12/+9 |
| |/ / / / / | |||||
| * | | | | | WhisperMessageArgs | Taylor Gerring | 2015-03-27 | 2 | -5/+104 |
| * | | | | | WhisperFilterArgs | Taylor Gerring | 2015-03-27 | 3 | -13/+60 |
| * | | | | | CompileArgs | Taylor Gerring | 2015-03-27 | 2 | -4/+38 |
| * | | | | | SubmitWorkArgs tests | Taylor Gerring | 2015-03-27 | 1 | -0/+48 |
| * | | | | | WhisperIdentityArgs | Taylor Gerring | 2015-03-27 | 2 | -4/+40 |
| * | | | | | FilterIdArgs | Taylor Gerring | 2015-03-27 | 2 | -4/+37 |
| * | | | | | FilterStringArgs tests | Taylor Gerring | 2015-03-27 | 3 | -18/+35 |
| * | | | | | DbHexArgs tests | Taylor Gerring | 2015-03-27 | 2 | -2/+80 |
| * | | | | | DbArgs tests | Taylor Gerring | 2015-03-27 | 1 | -0/+79 |
| * | | | | | Accept number or string for BlockFilterArgs limit/offset | Taylor Gerring | 2015-03-27 | 1 | -14/+26 |
| * | | | | | Accept number or string for BlockFilterArgs to/fromBlock | Taylor Gerring | 2015-03-27 | 2 | -11/+14 |
| * | | | | | Sha3Args | Taylor Gerring | 2015-03-26 | 2 | -13/+48 |
| * | | | | | Convert error checks to Expect functions | Taylor Gerring | 2015-03-26 | 1 | -312/+168 |
| * | | | | | HashIndexArgs | Taylor Gerring | 2015-03-26 | 3 | -6/+66 |
| * | | | | | BlockNumIndexArgs | Taylor Gerring | 2015-03-26 | 2 | -4/+62 |
| * | | | | | GetDataArgs | Taylor Gerring | 2015-03-26 | 3 | -20/+56 |
| * | | | | | DecodeParamError -> InvalidTypeError for unexpected input type | Taylor Gerring | 2015-03-26 | 2 | -53/+53 |
| * | | | | | Add InvalidTypeError | Taylor Gerring | 2015-03-26 | 2 | -0/+25 |
| * | | | | | GetBalanceArgs | Taylor Gerring | 2015-03-26 | 3 | -26/+56 |
| * | | | | | GetTxCountArgs | Taylor Gerring | 2015-03-26 | 3 | -23/+57 |
| * | | | | | GetStorageAtArgs | Taylor Gerring | 2015-03-26 | 3 | -27/+74 |
| * | | | | | improved NewTxArgs tests | Taylor Gerring | 2015-03-26 | 2 | -7/+55 |
| * | | | | | Add blockHeightFromJson convenience function | Taylor Gerring | 2015-03-26 | 1 | -2/+10 |
| * | | | | | improved GetBlockByNumber tests | Taylor Gerring | 2015-03-26 | 2 | -4/+60 |
| * | | | | | improved GetBlockByHashArgs tests | Taylor Gerring | 2015-03-26 | 1 | -2/+37 |
| * | | | | | GetStorageArgs | Taylor Gerring | 2015-03-26 | 3 | -21/+56 |
| * | | | | | NewTxArgs | Taylor Gerring | 2015-03-26 | 3 | -38/+17 |
| * | | | | | GetBlockByHashArgs | Taylor Gerring | 2015-03-26 | 4 | -9/+12 |
* | | | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-03-29 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge pull request #585 from aperseghin/patch-2 | Jeffrey Wilcke | 2015-03-28 | 0 | -0/+0 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Minor fix | aperseghin | 2015-03-27 | 1 | -1/+1 |
| | | |_|/ / / | | |/| | | | | |||||
| * | | | | | | Merge pull request #586 from aperseghin/patch-3 | Jeffrey Wilcke | 2015-03-28 | 0 | -0/+0 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Update README.md | aperseghin | 2015-03-27 | 1 | -1/+1 |
| | |/ / / / / | |||||
| * | | | / / | ethereum -> geth | Taylor Gerring | 2015-03-28 | 1 | -1/+1 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Cleanup VM. | obscuren | 2015-03-29 | 4 | -56/+45 |
* | | | | | | Cleanup VM | obscuren | 2015-03-29 | 5 | -29/+40 |
|/ / / / / | |||||
* | | | | | PUSH gas fix | obscuren | 2015-03-27 | 2 | -21/+5 |
* | | | | | Removed comments | obscuren | 2015-03-27 | 1 | -15/+0 |
* | | | | | Removed defer/panic. #503 | obscuren | 2015-03-27 | 4 | -120/+180 |
* | | | | | Explicitly check memory's data store. #515 | obscuren | 2015-03-27 | 1 | -1/+8 |
|/ / / / | |||||
* | | | | Etherbase => etherbase | obscuren | 2015-03-27 | 1 | -1/+1 |
* | | | | Merge pull request #581 from aperseghin/patch-1 | Jeffrey Wilcke | 2015-03-27 | 1 | -6/+6 |
|\ \ \ \ | |||||
| * | | | | Update README.md | aperseghin | 2015-03-27 | 1 | -6/+6 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #580 from ethersphere/frontier/cli-key | Jeffrey Wilcke | 2015-03-27 | 5 | -18/+37 |
|\ \ \ \ | |||||
| * | | | | settable etherbase | zelig | 2015-03-27 | 5 | -18/+37 |
| |/ / / | |||||
* | | | | Merge pull request #584 from tgerring/issue577 | Jeffrey Wilcke | 2015-03-27 | 7 | -61/+56 |
|\ \ \ \ | |||||
| * | | | | Use ExtraDB for storage. Fixes #577 | Taylor Gerring | 2015-03-27 | 7 | -61/+56 |
| |/ / / | |||||
* | | | | Merge pull request #565 from tgerring/responsetypes | Jeffrey Wilcke | 2015-03-27 | 2 | -58/+202 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Update response types + tests | Taylor Gerring | 2015-03-25 | 2 | -58/+202 |
* | | | | renamed ethereum => geth | obscuren | 2015-03-27 | 5 | -5/+5 |
* | | | | Merge pull request #550 from ethersphere/frontier/cli-key | Jeffrey Wilcke | 2015-03-27 | 14 | -183/+308 |
|\ \ \ \ | |||||
| * | | | | max paranoia mode to UNsupport unencrypted keys entirely | zelig | 2015-03-27 | 3 | -92/+73 |
| * | | | | output error message if unlock address is invalid (fixes the wierd "read /pat... | zelig | 2015-03-27 | 1 | -1/+5 |
| * | | | | unlocking coinbase without knowing address | zelig | 2015-03-27 | 2 | -17/+10 |
| * | | | | common: remove WriteFile and ReadAllFile (use ioutil instead) | zelig | 2015-03-27 | 8 | -92/+22 |
| * | | | | Applying: fix adming js test regression (maybe otto update?) | zelig | 2015-03-27 | 1 | -1/+1 |
| * | | | | cli test: fix test newJSRE interactive argument | zelig | 2015-03-27 | 1 | -1/+1 |
| * | | | | cli: implement ethereum presale wallet import via cli | zelig | 2015-03-27 | 2 | -27/+59 |
| * | | | | cli: help formatting | zelig | 2015-03-27 | 2 | -14/+19 |
| * | | | | cli: fix liner not closing (spuriously opened) in noninteractive jsre | zelig | 2015-03-27 | 2 | -4/+4 |
| * | | | | unlocking coinbase | zelig | 2015-03-27 | 2 | -3/+17 |
| * | | | | blockpool: wrap intermittent status test in a loop | zelig | 2015-03-27 | 2 | -40/+55 |
| * | | | | import/export accounts | zelig | 2015-03-27 | 5 | -37/+188 |
|/ / / / | |||||
* | | | | bump | obscuren | 2015-03-27 | 1 | -1/+1 |
* | | | | Stack limit | obscuren | 2015-03-27 | 1 | -0/+6 |
* | | | | Fixed miner | obscuren | 2015-03-27 | 3 | -15/+35 |
* | | | | Merge commit 'a718515b3d43f00497231f981b5ea757b71d55ff' into develop | obscuren | 2015-03-26 | 1 | -0/+11 |
|\ \ \ \ | |||||
| * | | | | Squashed 'tests/files/' changes from a7081bc..c6d9629 | obscuren | 2015-03-26 | 1 | -0/+11 |
* | | | | | moved helper | obscuren | 2015-03-26 | 1 | -20/+20 |
* | | | | | fixed block filter args | obscuren | 2015-03-26 | 1 | -1/+1 |
* | | | | | debug log | obscuren | 2015-03-26 | 1 | -1/+1 |
* | | | | | updated web3.js light for console | obscuren | 2015-03-26 | 2 | -2/+2 |
* | | | | | updated web3.js | obscuren | 2015-03-26 | 1 | -0/+0 |
* | | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-03-26 | 1 | -6/+2 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Don't return empty block for "pending" #568 | Taylor Gerring | 2015-03-26 | 1 | -6/+2 |
* | | | | | Fixed filter and refactored code | obscuren | 2015-03-26 | 2 | -24/+29 |
|/ / / / | |||||
* | | | | Updated example for new ethereum.js | obscuren | 2015-03-26 | 1 | -4/+4 |
* | | | | Godep issue? | obscuren | 2015-03-26 | 1 | -1/+1 |
* | | | | Moved output to debug | obscuren | 2015-03-26 | 1 | -1/+1 |
* | | | | Fixed storage. Closes #516 | obscuren | 2015-03-26 | 2 | -3/+3 |
* | | | | added tx tests and fixed block tests | obscuren | 2015-03-26 | 4 | -4/+59 |
* | | | | Merge pull request #564 from fjl/rlp-nil-array | Jeffrey Wilcke | 2015-03-26 | 2 | -8/+28 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | rlp: encode nil array pointers as empty list or string | Felix Lange | 2015-03-25 | 2 | -8/+28 |
|/ / / | |||||
* | | | updated ethash | obscuren | 2015-03-25 | 16 | -1109/+239 |
* | | | removed big num from pp | obscuren | 2015-03-25 | 1 | -2/+0 |
* | | | Merge pull request #560 from tgerring/xethcleanup | Jeffrey Wilcke | 2015-03-25 | 6 | -161/+153 |
|\ \ \ | |||||
| * | | | Improve protocol version reporting | Taylor Gerring | 2015-03-25 | 3 | -21/+36 |
| * | | | Move version to const and expose via Version() | Taylor Gerring | 2015-03-25 | 1 | -3/+8 |
| * | | | WithState -> withState | Taylor Gerring | 2015-03-25 | 1 | -2/+3 |
| * | | | DRY up height logic | Taylor Gerring | 2015-03-25 | 1 | -31/+20 |
| * | | | Shuffle | Taylor Gerring | 2015-03-25 | 1 | -5/+6 |
| * | | | Move Frontend interface to separate file | Taylor Gerring | 2015-03-24 | 2 | -27/+32 |
| * | | | Update internal calls to use CurrentBlock() | Taylor Gerring | 2015-03-24 | 1 | -3/+3 |
| * | | | Don't expose backend directly | Taylor Gerring | 2015-03-24 | 2 | -9/+20 |
| * | | | Remove redundant fields | Taylor Gerring | 2015-03-24 | 1 | -33/+24 |
| * | | | rename eth to backend | Taylor Gerring | 2015-03-24 | 2 | -17/+17 |
| * | | | Backend no longer needed to resolve import cycle | Taylor Gerring | 2015-03-24 | 1 | -30/+4 |
* | | | | Merge pull request #561 from ethersphere/frontier/blockpool | Felix Lange | 2015-03-25 | 3 | -10/+17 |
|\ \ \ \ | |||||
| * | | | | header check for test | zelig | 2015-03-25 | 2 | -3/+8 |
| * | | | | bugfix with idle too long triggered after peer switch | zelig | 2015-03-25 | 2 | -8/+10 |
* | | | | | updated ethereum.js | obscuren | 2015-03-25 | 1 | -0/+0 |
* | | | | | Removed full path | obscuren | 2015-03-25 | 1 | -1/+1 |
* | | | | | Improved miner recovery | obscuren | 2015-03-25 | 1 | -22/+16 |
* | | | | | Improved pretty printer for console | obscuren | 2015-03-25 | 1 | -8/+21 |
|/ / / / | |||||
* | | | | bump | obscuren | 2015-03-25 | 1 | -2/+2 |
* | | | | fixed test | obscuren | 2015-03-25 | 1 | -3/+13 |
* | | | | Store protocol version in the block db **NOT** extra db | obscuren | 2015-03-25 | 1 | -2/+2 |
* | | | | back to debug log | obscuren | 2015-03-25 | 1 | -1/+1 |
* | | | | Temp fix for console output | obscuren | 2015-03-25 | 1 | -2/+4 |
* | | | | updated deps | obscuren | 2015-03-25 | 25 | -288/+1194 |
* | | | | Merge branch 'master' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-03-25 | 0 | -0/+0 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'hotfix/0.8.5-2' | obscuren | 2015-02-27 | 4 | -7/+4 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge pull request #559 from Gustav-Simonsson/blocktests_update_ethash | Jeffrey Wilcke | 2015-03-25 | 19 | -1674/+1268 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Update ethash lib | Gustav Simonsson | 2015-03-24 | 19 | -1674/+1268 |
* | | | | | | | Better error reporting in the console. Updated ethereum.js | obscuren | 2015-03-25 | 5 | -14/+28 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | fixed tests | obscuren | 2015-03-24 | 2 | -5/+5 |
* | | | | | | Cleaned up changes | obscuren | 2015-03-24 | 5 | -13/+9 |
* | | | | | | Modified according to poc 9 changes | obscuren | 2015-03-24 | 5 | -9/+16 |
* | | | | | | Secure trie shakey / key matching | obscuren | 2015-03-24 | 2 | -5/+14 |
* | | | | | | Merge commit '24066dca4646c8a376aa5dfbceec0a4b3f872c11' into develop | obscuren | 2015-03-24 | 71 | -6350/+3223 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | Squashed 'tests/files/' changes from 8f3fbe6..a7081bc | obscuren | 2015-03-24 | 71 | -6350/+3223 |
* | | | | | | Copy fix | obscuren | 2015-03-24 | 2 | -3/+10 |
* | | | | | | Event fixes for miner | obscuren | 2015-03-24 | 1 | -5/+3 |
* | | | | | | Updated for PV59 | obscuren | 2015-03-24 | 3 | -19/+16 |
* | | | | | | Merge commit '58c6cc8fd7ff8a27004ed62d912e0a61ae1b73bb' into develop | obscuren | 2015-03-24 | 39 | -3403/+5526 |
|\| | | | | | |/ / / / |/| | | | | |||||
| * | | | | Squashed 'tests/files/' changes from 559268b..8f3fbe6 | obscuren | 2015-03-24 | 39 | -3403/+5526 |
* | | | | | Added gitter integration for travis | obscuren | 2015-03-24 | 1 | -0/+7 |
* | | | | | Changed miner | obscuren | 2015-03-24 | 4 | -38/+48 |
* | | | | | Added copy function | obscuren | 2015-03-24 | 1 | -0/+17 |
* | | | | | better block propagation | obscuren | 2015-03-24 | 2 | -4/+4 |
* | | | | | removed legacy code | obscuren | 2015-03-24 | 3 | -5/+2 |
* | | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-03-24 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge pull request #553 from ethersphere/jsonlog | Taylor Gerring | 2015-03-24 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | natspec: minor fix in test | zelig | 2015-03-24 | 1 | -2/+2 |
* | | | | | | | Gas validation and clean up of legacy code | obscuren | 2015-03-24 | 1 | -12/+11 |
* | | | | | | | Decrement depth | obscuren | 2015-03-24 | 1 | -1/+3 |
|/ / / / / / | |||||
* | | | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-03-24 | 10 | -38/+74 |
|\| | | | | | |||||
| * | | | | | Merge pull request #552 from ethersphere/jsonlog | Taylor Gerring | 2015-03-24 | 4 | -17/+13 |
| |\ \ \ \ \ | |||||
| | * | | | | | fix ethtest logging | zelig | 2015-03-24 | 3 | -12/+11 |
| | * | | | | | fix p2p/testlog_test | zelig | 2015-03-24 | 1 | -5/+2 |
| * | | | | | | Implement RPC net_version | Taylor Gerring | 2015-03-24 | 3 | -7/+11 |
| * | | | | | | Merge pull request #551 from ethersphere/frontier/eth-version-exports | Taylor Gerring | 2015-03-24 | 1 | -9/+10 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | eth: fix protocol version/network id copied from config to Ethereum field | zelig | 2015-03-24 | 1 | -9/+10 |
| * | | | | | | | Add Close() method to EthereumApi | Taylor Gerring | 2015-03-24 | 2 | -0/+5 |
| * | | | | | | | tests + fixes | Taylor Gerring | 2015-03-24 | 2 | -7/+37 |
| | |/ / / / / | |/| | | | | | |||||
* / | | | | | | fixed bad uncles | obscuren | 2015-03-24 | 4 | -6/+16 |
|/ / / / / / | |||||
* | | | | | | moved state and vm to core | obscuren | 2015-03-23 | 58 | -40/+40 |
* | | | | | | moved to error | obscuren | 2015-03-23 | 1 | -9/+2 |
* | | | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-03-23 | 7 | -24/+78 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge pull request #537 from Gustav-Simonsson/blocktests2 | Jeffrey Wilcke | 2015-03-23 | 5 | -15/+56 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Correct difficulty calculation to use new difficulty minimum | Gustav Simonsson | 2015-03-23 | 1 | -2/+4 |
| | * | | | | | | Fix new types for blocktests and comment out non-working log level setter | Gustav Simonsson | 2015-03-23 | 2 | -5/+5 |
| | * | | | | | | gofmt | Gustav Simonsson | 2015-03-23 | 2 | -5/+3 |
| | * | | | | | | Add validation of post state accounts to block tests | Gustav Simonsson | 2015-03-23 | 2 | -6/+40 |
| | * | | | | | | In blocktest cmd, disable network and add RPC flag | Gustav Simonsson | 2015-03-23 | 2 | -5/+12 |
| * | | | | | | | "pending" convention should be -2 instead of 0 | Taylor Gerring | 2015-03-23 | 2 | -2/+15 |
| * | | | | | | | Rename blockAge to blockHeight | Taylor Gerring | 2015-03-23 | 1 | -7/+7 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-03-23 | 4 | -15/+181 |
|\| | | | | | | |||||
| * | | | | | | db_putHex/db_getHex + tests | Taylor Gerring | 2015-03-23 | 4 | -15/+181 |
| |/ / / / / | |||||
* | | | | | | Fixed issues with stalled remote miner | obscuren | 2015-03-23 | 2 | -4/+9 |
* | | | | | | logging for possible uncles | obscuren | 2015-03-23 | 4 | -25/+44 |
* | | | | | | added some nil checks for cache (testing specific) | obscuren | 2015-03-23 | 1 | -6/+19 |
* | | | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-03-23 | 7 | -94/+94 |
|\| | | | | | |||||
| * | | | | | Merge pull request #548 from tgerring/typescleanup | Jeffrey Wilcke | 2015-03-23 | 4 | -10/+10 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix Mist types build errors | Taylor Gerring | 2015-03-22 | 4 | -10/+10 |
| * | | | | | | Move RemoteAgent to miner pkg | Taylor Gerring | 2015-03-23 | 2 | -8/+7 |
| * | | | | | | Rename Agent to RemoteAgent | Taylor Gerring | 2015-03-23 | 2 | -14/+14 |
| * | | | | | | Add DAG seed hash and difficulty to GetWork | Taylor Gerring | 2015-03-23 | 1 | -5/+6 |
* | | | | | | | finally merged *the missing* | obscuren | 2015-03-23 | 3 | -15/+52 |
|/ / / / / / | |||||
* | | | | | | go away! | Taylor Gerring | 2015-03-23 | 1 | -81/+0 |
* | | | | | | Move remote mining agent to XEth | Taylor Gerring | 2015-03-23 | 3 | -9/+93 |
* | | | | | | Consistent var names | Taylor Gerring | 2015-03-23 | 1 | -60/+60 |
* | | | | | | Always return 3 strings | Taylor Gerring | 2015-03-23 | 1 | -6/+5 |
* | | | | | | Stub corrected getWork response | Taylor Gerring | 2015-03-23 | 2 | -4/+9 |
* | | | | | | Rename for filename typo | Taylor Gerring | 2015-03-23 | 1 | -0/+0 |
* | | | | | | Cleanup get/submitWork | Taylor Gerring | 2015-03-23 | 3 | -12/+54 |
* | | | | | | Merge pull request #547 from tgerring/commoncleanup | Jeffrey Wilcke | 2015-03-23 | 9 | -265/+250 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Remove common.go | Taylor Gerring | 2015-03-22 | 1 | -12/+0 |
| * | | | | | | Move Big* vars to big.go | Taylor Gerring | 2015-03-22 | 2 | -14/+13 |
| * | | | | | | Move MakeName to path | Taylor Gerring | 2015-03-22 | 2 | -8/+8 |
| * | | | | | | Move OS-specific funcs to path.go | Taylor Gerring | 2015-03-22 | 4 | -98/+91 |
| * | | | | | | Move CurrencyToString to size | Taylor Gerring | 2015-03-22 | 4 | -91/+95 |
| * | | | | | | Move ToHex/FromHex into bytes | Taylor Gerring | 2015-03-22 | 4 | -42/+43 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #536 from zsfelfoldi/develop | Jeffrey Wilcke | 2015-03-23 | 144 | -13116/+4986 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fixed jsre test | zsfelfoldi | 2015-03-20 | 1 | -1/+1 |
| * | | | | | | using robertkrimen/otto, godeps updated | zsfelfoldi | 2015-03-20 | 144 | -13116/+4986 |
* | | | | | | | Merge branch 'ethersphere-jsonlog' into develop | obscuren | 2015-03-23 | 9 | -110/+105 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | Merge branch 'jsonlog' of https://github.com/ethersphere/go-ethereum into eth... | obscuren | 2015-03-23 | 9 | -110/+105 |
|/| | | | | | | |||||
| * | | | | | | fix blockpool test logger | zelig | 2015-03-22 | 1 | -12/+6 |
| * | | | | | | independent flag for json structured logging | zelig | 2015-03-22 | 8 | -95/+95 |
* | | | | | | | check for nil ptrs | obscuren | 2015-03-22 | 1 | -2/+2 |
* | | | | | | | Get work / submit work partially implemented. | obscuren | 2015-03-22 | 5 | -8/+101 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Merge pull request #526 from ethersphere/frontier/blockpool | Jeffrey Wilcke | 2015-03-22 | 4 | -28/+31 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Idle too long error incorrectly triggered even when peer sending new blocks | zelig | 2015-03-22 | 4 | -28/+31 |
| |/ / / / / | |||||
* | | | | | | bump | obscuren | 2015-03-22 | 1 | -1/+1 |
* | | | | | | converted to proper types | obscuren | 2015-03-22 | 1 | -29/+29 |
|/ / / / / | |||||
* | | | | | Merge branch 'conversion' into develop | obscuren | 2015-03-22 | 117 | -2346/+3812 |
|\ \ \ \ \ | |||||
| * | | | | | Added new ethereum.js | obscuren | 2015-03-21 | 1 | -1/+1 |
| * | | | | | Merge branch 'develop' into conversion | obscuren | 2015-03-21 | 1 | -3/+3 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'develop' into conversion | obscuren | 2015-03-21 | 6 | -7/+32 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Removed some comments | obscuren | 2015-03-21 | 2 | -3/+3 |
| * | | | | | | | Fixed state tests | obscuren | 2015-03-21 | 1 | -8/+5 |
| * | | | | | | | Fixed incorrect recipient derived | obscuren | 2015-03-21 | 1 | -1/+1 |
| * | | | | | | | Merge branch 'conversion' of github.com-obscure:ethereum/go-ethereum into con... | obscuren | 2015-03-21 | 16 | -355/+201 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | whisper: use common.Hash | Felix Lange | 2015-03-21 | 4 | -41/+34 |
| | * | | | | | | | eth: enable whisper again | Felix Lange | 2015-03-21 | 1 | -1/+1 |
| | * | | | | | | | whisper: use package rlp | Felix Lange | 2015-03-21 | 2 | -37/+24 |
| | * | | | | | | | rlp: add Stream.Raw | Felix Lange | 2015-03-21 | 3 | -12/+59 |
| | * | | | | | | | Merge remote-tracking branch 'ethereum/conversion' into conversion | Felix Lange | 2015-03-21 | 33 | -1279/+1522 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | cmd/blocktest: delete package | Felix Lange | 2015-03-21 | 1 | -213/+0 |
| | * | | | | | | | | rlp: fix nil pointer decoding | Felix Lange | 2015-03-21 | 2 | -2/+27 |
| | * | | | | | | | | Merge remote-tracking branch 'ethereum/conversion' into conversion | Felix Lange | 2015-03-20 | 37 | -1707/+5453 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | common: drop accessors for Value.Val | Felix Lange | 2015-03-20 | 4 | -11/+3 |
| | * | | | | | | | | | common: drop unused kind field from Value | Felix Lange | 2015-03-20 | 1 | -5/+1 |
| | * | | | | | | | | | common: make Value encodable with package rlp | Felix Lange | 2015-03-20 | 2 | -28/+55 |
| | * | | | | | | | | | crypto: remove use of common.Value.Encode | Felix Lange | 2015-03-20 | 1 | -9/+1 |
| * | | | | | | | | | | Right pad bytes to prevent future programmers making bugs | obscuren | 2015-03-21 | 1 | -14/+18 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'ethersphere-frontier/blockpool' into conversion | obscuren | 2015-03-21 | 16 | -544/+736 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | iterator returned wrong value | obscuren | 2015-03-21 | 1 | -2/+1 |
| | * | | | | | | | | | Merge branch 'frontier/blockpool' of https://github.com/ethersphere/go-ethere... | obscuren | 2015-03-21 | 16 | -542/+735 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | use common.Hash as pool key, no string conversion needed | zelig | 2015-03-20 | 2 | -8/+8 |
| | | * | | | | | | | | | fix common.Hash conversion | zelig | 2015-03-20 | 3 | -3/+5 |
| | | * | | | | | | | | | fix import in reorganised test | zelig | 2015-03-20 | 1 | -2/+0 |
| | | * | | | | | | | | | remove eth/wallet.go (only commented out content) | zelig | 2015-03-20 | 1 | -80/+0 |
| | | * | | | | | | | | | improve documentation and move one test | zelig | 2015-03-20 | 9 | -156/+202 |
| | | * | | | | | | | | | reduce logging output | zelig | 2015-03-20 | 3 | -25/+22 |
| | | * | | | | | | | | | uncomment status test, hack: skip the 2 unreliable fields | zelig | 2015-03-20 | 2 | -171/+182 |
| | | * | | | | | | | | | check and penalise td misreporting | zelig | 2015-03-20 | 7 | -52/+129 |
| | | * | | | | | | | | | fix missing hexification on IdleTooLong error log | zelig | 2015-03-20 | 1 | -1/+1 |
| | | * | | | | | | | | | use own total difficulty to limit best peer | zelig | 2015-03-20 | 7 | -26/+87 |