Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | fixed printing circular structures | Marek Kotewicz | 2015-04-07 | 1 | -10/+6 | |
| |/ / / | ||||||
* | | | | Fixed tests | obscuren | 2015-04-07 | 2 | -5/+3 | |
* | | | | Updated ethereum.js | obscuren | 2015-04-07 | 1 | -1/+1 | |
* | | | | Fixed pending states | obscuren | 2015-04-07 | 3 | -29/+83 | |
|/ / / | ||||||
* | | | Block header changed & console miner control | obscuren | 2015-04-06 | 8 | -14/+41 | |
* | | | updated ethash. closes 646 | obscuren | 2015-04-06 | 2 | -3/+2 | |
* | | | time lapse | obscuren | 2015-04-05 | 1 | -1/+3 | |
* | | | v bump | obscuren | 2015-04-05 | 1 | -1/+1 | |
* | | | reflect ethash changes | obscuren | 2015-04-05 | 1 | -1/+1 | |
* | | | Update ethash | obscuren | 2015-04-05 | 22 | -129/+746 | |
* | | | Disabled PoW check | obscuren | 2015-04-05 | 1 | -9/+12 | |
* | | | removed hash rate from info log. Added hashrate js func | obscuren | 2015-04-05 | 2 | -1/+6 | |
* | | | Remove debug log | obscuren | 2015-04-05 | 1 | -1/+0 | |
* | | | Updated logging | obscuren | 2015-04-05 | 5 | -22/+38 | |
* | | | set backtrace during runtime | obscuren | 2015-04-05 | 1 | -0/+12 | |
* | | | Temp removed unrequested block error | obscuren | 2015-04-05 | 1 | -9/+13 | |
* | | | Skipping test | obscuren | 2015-04-05 | 1 | -0/+2 | |
* | | | Changed R S to big int and fixed tests | obscuren | 2015-04-05 | 4 | -8/+28 | |
* | | | Changed R & S to *big.Int | obscuren | 2015-04-05 | 1 | -6/+6 | |
* | | | Reject integers w/ appended zero's | obscuren | 2015-04-05 | 2 | -0/+10 | |
* | | | Added thread safe each | obscuren | 2015-04-05 | 2 | -4/+15 | |
* | | | Removed debugging | obscuren | 2015-04-05 | 2 | -9/+0 | |
* | | | prevent deadlock | obscuren | 2015-04-05 | 3 | -17/+12 | |
* | | | bumped version number | obscuren | 2015-04-04 | 1 | -1/+1 | |
* | | | Improved chain manager, improved block processor, fixed tests | obscuren | 2015-04-04 | 4 | -7/+44 | |
* | | | Added block cache delete method | obscuren | 2015-04-04 | 2 | -0/+29 | |
* | | | Disabled peer TD check to support suspended blocks (Future blocks) | obscuren | 2015-04-04 | 2 | -6/+6 | |
* | | | Changed log to new logging | obscuren | 2015-04-04 | 3 | -10/+16 | |
* | | | Make sure we're not mining on an invalid TS | obscuren | 2015-04-04 | 1 | -0/+3 | |
* | | | added verbosity to js admin | obscuren | 2015-04-04 | 1 | -0/+13 | |
* | | | Moved logging to logger.Core | obscuren | 2015-04-04 | 6 | -12/+12 | |
* | | | check for nil block (tmp). | obscuren | 2015-04-04 | 1 | -0/+3 | |
* | | | basic glog | obscuren | 2015-04-04 | 10 | -49/+47 | |
* | | | Merge branch 'develop' into glog | obscuren | 2015-04-04 | 1 | -1/+1 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | version bump | obscuren | 2015-04-03 | 1 | -1/+1 | |
* | | | Merge branch 'develop' into glog | obscuren | 2015-04-03 | 9 | -44/+194 | |
|\| | | ||||||
| * | | do not include BlockEqualTS as valid uncles | obscuren | 2015-04-03 | 2 | -2/+3 | |
| * | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-04-03 | 7 | -42/+191 | |
| |\ \ | ||||||
| | * \ | Merge pull request #627 from ethersphere/frontier/blockpool | Jeffrey Wilcke | 2015-04-03 | 1 | -8/+11 | |
| | |\ \ | ||||||
| | | * | | proper locking to prevent "parent unknown" INVALID blocks due to race in peer... | zelig | 2015-04-02 | 1 | -5/+4 | |
| | | * | | proper locking to prevent close of closed channel crash when multiple mining ... | zelig | 2015-04-02 | 1 | -3/+7 | |
| | * | | | Merge pull request #626 from tgerring/rpcfabian | Jeffrey Wilcke | 2015-04-03 | 6 | -34/+180 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||||
| | | * | | Return nil if block does not exist | Taylor Gerring | 2015-04-03 | 1 | -1/+6 | |
| | | * | | New UncleRes type | Taylor Gerring | 2015-04-02 | 2 | -11/+56 | |
| | | * | | Fix RLP decoding of tx metadata | Taylor Gerring | 2015-04-02 | 1 | -2/+4 | |
| | | * | | Return nil when requested uncle index is not valid | Taylor Gerring | 2015-04-02 | 1 | -12/+12 | |
| | | * | | Return nil when requested index does not exist | Taylor Gerring | 2015-04-02 | 1 | -4/+8 | |
| | | * | | Detect non-valid strings for blockheight | Taylor Gerring | 2015-04-02 | 2 | -1/+10 | |
| | | * | | Make "To" field optional in whisper filter | Taylor Gerring | 2015-04-02 | 2 | -5/+33 | |
| | | * | | More nil checks | Taylor Gerring | 2015-04-02 | 2 | -2/+10 | |
| | | * | | HashArgs fix + tests | Taylor Gerring | 2015-04-02 | 2 | -0/+46 | |
| | | * | | Use HashArgs for eth_getTransactionByHash | Taylor Gerring | 2015-04-02 | 1 | -2/+1 | |
* | | | | | glog wip | obscuren | 2015-04-03 | 9 | -1/+1998 | |
|/ / / / | ||||||
* | | | | Merge commit 'f6bd4b16e38f9cacd57b57befdeeaed789a473c4' into develop | obscuren | 2015-04-03 | 1 | -651/+781 | |
|\ \ \ \ | ||||||
| * | | | | Squashed 'tests/files/' changes from d6fe94a..3ebf646 | obscuren | 2015-04-03 | 1 | -651/+781 | |
* | | | | | bool => int | obscuren | 2015-04-03 | 1 | -63/+63 | |
| |/ / / |/| | | | ||||||
* | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-04-03 | 1 | -3/+22 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge pull request #636 from debris/prototype_functions | Jeffrey Wilcke | 2015-04-03 | 1 | -1/+13 | |
| |\ \ \ \ | ||||||
| | * | | | | do not print Plain Object prototype fields in geth console | Marek Kotewicz | 2015-04-03 | 1 | -1/+13 | |
| * | | | | | Merge pull request #633 from debris/prototype_functions | Jeffrey Wilcke | 2015-04-03 | 1 | -3/+10 | |
| |\| | | | | | |_|_|/ | |/| | | | ||||||
| | * | | | printing object prototype functions in geth console | Marek Kotewicz | 2015-04-03 | 1 | -3/+10 | |
| |/ / / | ||||||
* | | | | fixed stack level | obscuren | 2015-04-03 | 3 | -6/+32 | |
* | | | | Merge commit '812cbff1a28d89b44a0c8c5a210ac61c7e19da35' into develop | obscuren | 2015-04-03 | 28 | -23/+1939 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Squashed 'tests/files/' changes from ab81bf2..d6fe94a | obscuren | 2015-04-03 | 28 | -23/+1939 | |
* | | | | updated coin | obscuren | 2015-04-03 | 1 | -10/+4 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #619 from tgerring/rpcfabian | Jeffrey Wilcke | 2015-04-02 | 9 | -82/+389 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | No longer require gas & gas price in transactions | Taylor Gerring | 2015-04-02 | 2 | -8/+19 | |
| * | | Default Value to 0 for NewTxArgs | Taylor Gerring | 2015-04-02 | 2 | -4/+10 | |
| * | | Merge branch 'develop' into rpcfabian | Taylor Gerring | 2015-04-02 | 40 | -601/+1193 | |
| |\ \ | ||||||
| * | | | Format code as hexdata | Taylor Gerring | 2015-04-02 | 2 | -1/+6 | |
| * | | | Guard from nil pointers | Taylor Gerring | 2015-04-02 | 1 | -0/+9 | |
| * | | | New args types with stricter checking | Taylor Gerring | 2015-04-02 | 3 | -33/+79 | |
| * | | | Output empty block as nil | Taylor Gerring | 2015-04-02 | 1 | -1/+1 | |
| * | | | Guard for nil *big.Int | Taylor Gerring | 2015-04-02 | 1 | -1/+5 | |
| * | | | Don't ignore user-specified "include tx" param | Taylor Gerring | 2015-04-02 | 1 | -2/+2 | |
| * | | | Better decoding of uint* | Taylor Gerring | 2015-04-02 | 1 | -2/+6 | |
| * | | | More types supported | Taylor Gerring | 2015-04-02 | 1 | -0/+20 | |
| * | | | Trim left only, not right | Taylor Gerring | 2015-04-02 | 1 | -1/+1 | |
| * | | | transactionRoot -> transactionsRoot | Taylor Gerring | 2015-04-02 | 2 | -31/+31 | |
| * | | | Default BlockNumber to -1 when missing | Taylor Gerring | 2015-04-02 | 1 | -0/+14 | |
| * | | | Better nil handling | Taylor Gerring | 2015-04-02 | 1 | -5/+22 | |
| * | | | Fixed decoding for uint64 into bytes | Taylor Gerring | 2015-04-02 | 1 | -1/+4 | |
| * | | | Patches | Taylor Gerring | 2015-04-01 | 1 | -2/+3 | |
| * | | | Update nonce field | Taylor Gerring | 2015-04-01 | 1 | -1/+1 | |
| * | | | Respect fullTx option #614 | Taylor Gerring | 2015-04-01 | 2 | -0/+158 | |
| * | | | rename messages to types | Taylor Gerring | 2015-04-01 | 2 | -0/+0 | |
| * | | | If nil, type doesn't matter | Taylor Gerring | 2015-04-01 | 1 | -0/+3 | |
| * | | | Fix block size output #613 | Taylor Gerring | 2015-04-01 | 3 | -2/+7 | |
| * | | | Block nonce as data | Taylor Gerring | 2015-04-01 | 2 | -3/+3 | |
| * | | | Make block context optional nulls | Taylor Gerring | 2015-04-01 | 1 | -3/+3 | |
| * | | | Add new formatting regex | Taylor Gerring | 2015-04-01 | 1 | -6/+7 | |
* | | | | Default gas | obscuren | 2015-04-02 | 3 | -5/+7 | |
* | | | | Moved to function | obscuren | 2015-04-02 | 1 | -3/+3 | |
| |/ / |/| | | ||||||
* | | | updated ethereum.js | obscuren | 2015-04-02 | 2 | -1/+2 | |
* | | | Put the old hammer back in <3 | obscuren | 2015-04-02 | 1 | -1/+1 | |
* | | | info => debug | obscuren | 2015-04-02 | 3 | -2/+4 | |
* | | | Fixes for balance | obscuren | 2015-04-02 | 2 | -4/+5 | |
* | | | Merge pull request #625 from debris/nonenumerable | Jeffrey Wilcke | 2015-04-02 | 1 | -7/+22 | |
|\ \ \ | ||||||
| * | | | fixed printing BigNumbers | Marek Kotewicz | 2015-04-02 | 1 | -0/+7 | |
| * | | | print nonenumerable properties of object in geth console | Marek Kotewicz | 2015-04-02 | 1 | -7/+15 | |
|/ / / | ||||||
* | | | Removed old (unused) argument | obscuren | 2015-04-02 | 7 | -9/+9 | |
* | | | Merge pull request #623 from Gustav-Simonsson/read_protocol_values_from_commo... | Jeffrey Wilcke | 2015-04-02 | 15 | -163/+126 | |
|\ \ \ | ||||||
| * | | | Read most protocol params from common/params.json | Gustav Simonsson | 2015-04-02 | 15 | -163/+126 | |
* | | | | Updated ethereum.js | obscuren | 2015-04-02 | 1 | -1/+1 | |
* | | | | Changed getters on account objects. Closes #610 | obscuren | 2015-04-02 | 2 | -10/+5 | |
* | | | | Fixed uncle rewards in miner | obscuren | 2015-04-02 | 3 | -22/+25 | |
|/ / / | ||||||
* | | | sha3 stack check | obscuren | 2015-04-01 | 1 | -1/+1 | |
* | | | Merge commit '4e3ffbcf9bae7e44e45fd1b6e504b3645040d73c' into develop | obscuren | 2015-04-01 | 1 | -0/+71 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Squashed 'tests/files/' changes from 5f8a010..ab81bf2 | obscuren | 2015-04-01 | 1 | -0/+71 | |
* | | | Check stack for BALANCE. Closes #622 | obscuren | 2015-04-01 | 1 | -1/+1 | |
* | | | Merge commit 'f801183b8bea24ce9988fbd06c2f17fedfc3587f' into develop | obscuren | 2015-04-01 | 5 | -6/+231 | |
|\| | | ||||||
| * | | Squashed 'tests/files/' changes from 29da5ea..5f8a010 | obscuren | 2015-04-01 | 5 | -6/+231 | |
* | | | corrected | obscuren | 2015-04-01 | 1 | -1/+1 | |
* | | | bumped network protocol | obscuren | 2015-04-01 | 1 | -1/+1 | |
* | | | Merge pull request #592 from fjl/disco-ping-pong | Jeffrey Wilcke | 2015-04-01 | 6 | -379/+695 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | eth: update cpp bootnode address | Felix Lange | 2015-04-01 | 1 | -2/+2 | |
| * | | p2p/discover: fix off by one error causing buckets to contain duplicates | Felix Lange | 2015-04-01 | 2 | -1/+43 | |
| * | | p2p/discover: implement node bonding | Felix Lange | 2015-04-01 | 5 | -383/+649 | |
| * | | p2p/discover: add version number to ping packet | Felix Lange | 2015-04-01 | 1 | -0/+8 | |
|/ / | ||||||
* | | Make inner size before assinging. Closes #615 | Taylor Gerring | 2015-04-01 | 1 | -0/+1 | |
* | | Merge pull request #618 from tgerring/issue613 | Jeffrey Wilcke | 2015-04-01 | 3 | -28/+27 | |
|\ \ | ||||||
| * | | Build transaction context in BlockRes | Taylor Gerring | 2015-04-01 | 1 | -9/+10 | |
| * | | Set fullTx option in constructor | Taylor Gerring | 2015-04-01 | 3 | -19/+17 | |
* | | | Merge pull request #588 from ethersphere/frontier/SEC-29 | Jeffrey Wilcke | 2015-04-01 | 3 | -17/+225 | |
|\ \ \ | ||||||
| * | | | change StatusMsgData.TD back to pointer type *big.Int | zelig | 2015-04-01 | 2 | -8/+8 | |
| * | | | check TxMsg | zelig | 2015-04-01 | 3 | -4/+46 | |
| * | | | test for invalid rlp encoding of block in BlocksMsg | zelig | 2015-04-01 | 3 | -22/+44 | |
| * | | | add tests for valid blocks msg handling | zelig | 2015-04-01 | 1 | -4/+46 | |
| * | | | eth: SEC-29 eth wire protocol decoding invalid message data crashes client | zelig | 2015-04-01 | 3 | -22/+124 | |
|/ / / | ||||||
* | | | Merge pull request #616 from bas-vk/develop | Jeffrey Wilcke | 2015-04-01 | 1 | -6/+7 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | changed big.Int instantiation | Bas van Kervel | 2015-04-01 | 1 | -2/+2 | |
| * | | Frontier/513 | Bas van Kervel | 2015-04-01 | 1 | -6/+7 | |
* | | | Merge branch 'tgerring-hexify' into develop | obscuren | 2015-04-01 | 29 | -323/+1722 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | merge conflict | obscuren | 2015-04-01 | 22 | -18/+1019 | |
| |\ \ | ||||||
| | * | | Merge pull request #589 from tgerring/corssetting | Jeffrey Wilcke | 2015-04-01 | 22 | -18/+1019 | |
| |/| | |/| | | | ||||||
| | * | | Update Godeps | Taylor Gerring | 2015-03-30 | 16 | -0/+954 | |
| | * | | Add settable domain to CORS handler #331 | Taylor Gerring | 2015-03-30 | 1 | -3/+17 | |
| | * | | Abstract http into rpc package | Taylor Gerring | 2015-03-30 | 4 | -15/+36 | |
| | * | | Add flag to control CORS header #394 | Taylor Gerring | 2015-03-30 | 3 | -1/+13 | |
| * | | | Merge branch 'hexify' of https://github.com/tgerring/go-ethereum into tgerrin... | obscuren | 2015-04-01 | 8 | -305/+703 | |
|/| | | | ||||||
| * | | | #612 rename eth_protocol method | Taylor Gerring | 2015-04-01 | 1 | -1/+1 | |
| * | | | txMeta storage as struct | Taylor Gerring | 2015-04-01 | 2 | -30/+25 | |
| * | | | Remove extra type assetion | Taylor Gerring | 2015-04-01 | 1 | -12/+12 | |
| * | | | Improved response tests | Taylor Gerring | 2015-04-01 | 2 | -17/+117 | |
| * | | | Re-enabled response tests (needs improvement) | Taylor Gerring | 2015-04-01 | 1 | -117/+52 | |
| * | | | Merge branch 'rpccall' into hexify | Taylor Gerring | 2015-04-01 | 3 | -9/+357 | |
| |\ \ \ | ||||||
| | * | | | New CallArgs | Taylor Gerring | 2015-03-30 | 3 | -9/+357 | |
| * | | | | Store and retrieve tx context metadata #608 | Taylor Gerring | 2015-04-01 | 3 | -8/+51 | |
| * | | | | Remove custom MarshalJSON methods | Taylor Gerring | 2015-04-01 | 3 | -314/+202 | |
| * | | | | Make new types Stringers | Taylor Gerring | 2015-04-01 | 1 | -4/+11 | |
| * | | | | Index is zero-based #607 | Taylor Gerring | 2015-03-31 | 1 | -4/+4 | |
| * | | | | Update output types to use hexnum or hexdata | Taylor Gerring | 2015-03-31 | 2 | -106/+112 | |
| * | | | | Add hexdata and hexnum types | Taylor Gerring | 2015-03-31 | 1 | -0/+76 | |
* | | | | | ethereum.js update | obscuren | 2015-04-01 | 1 | -0/+0 | |
* | | | | | Protocol bump | obscuren | 2015-04-01 | 1 | -1/+1 | |
* | | | | | fixed tests | obscuren | 2015-04-01 | 2 | -3/+3 | |
* | | | | | Blocktest fixed, Execution fixed | obscuren | 2015-04-01 | 8 | -43/+77 | |
* | | | | | Added gas generator defaults | obscuren | 2015-04-01 | 2 | -0/+118 | |
* | | | | | Merge commit 'ec181b308addc30c04973e9058960d579c84eef5' into develop | obscuren | 2015-03-31 | 10 | -91/+701 | |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | ||||||
| * | | | Squashed 'tests/files/' changes from c6d9629..29da5ea | obscuren | 2015-03-31 | 10 | -91/+701 | |
* | | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-03-31 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge pull request #606 from tgerring/bootnode | Felix Lange | 2015-03-31 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Update Go bootnode address | Taylor Gerring | 2015-03-31 | 1 | -1/+1 | |
| |/ / / / | ||||||
* / / / / | Added Code field | obscuren | 2015-03-31 | 1 | -2/+6 | |
|/ / / / | ||||||
* | | | | Merge pull request #594 from Gustav-Simonsson/fix_block_header_gas_limit_vali... | Jeffrey Wilcke | 2015-03-31 | 1 | -1/+4 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Correct gas limit validation according to new algorithm | Gustav Simonsson | 2015-03-30 | 1 | -1/+4 | |
|/ / / | ||||||
* | / | General repo cleanup | Taylor Gerring | 2015-03-30 | 4 | -7/+10 | |
| |/ |/| | ||||||
* | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-03-29 | 7 | -26/+18 | |
|\ \ | ||||||
| * | | Add ExtraData field to RPC output | Taylor Gerring | 2015-03-29 | 1 | -2/+2 | |
| * | | Docker rename ethereum to geth | Taylor Gerring | 2015-03-29 | 1 | -2/+2 | |
| * | | Remove old go cover location | Taylor Gerring | 2015-03-29 | 1 | -1/+1 | |
| * | | Added Coveralls badges | Taylor Gerring | 2015-03-29 | 1 | -2/+2 | |
| * | | Prefer hex prefixed with 0x | Taylor Gerring | 2015-03-29 | 1 | -2/+2 | |
| * | | Report InvalidTypeError as -32602 to JSON RPC | Taylor Gerring | 2015-03-29 | 1 | -1/+1 | |
| * | | Cleanup | Taylor Gerring | 2015-03-29 | 2 | -15/+7 | |
| * | | eth_getStorageAt output hex should begin with 0x | Taylor Gerring | 2015-03-29 | 1 | -1/+1 | |
* | | | 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 |