| Commit message (Expand) | Author | Age | Files | Lines |
* | rpc: hexData => hexNum | obscuren | 2015-05-12 | 1 | -2/+2 |
* | xeth, rpc: implement eth_estimateGas. Closes #930 | obscuren | 2015-05-12 | 1 | -4/+21 |
* | cmd/geth, miner, backend, xeth: Fixed miner threads to be settable | obscuren | 2015-05-11 | 1 | -1/+1 |
* | Merge branch 'develop' of github.com:ethereum/go-ethereum into develop | Daniel A. Nagy | 2015-05-11 | 1 | -0/+33 |
|\ |
|
| * | rpc, xeth: fix #881, gracefully handle offline whisper | Péter Szilágyi | 2015-05-11 | 1 | -0/+33 |
* | | eth_sign added to API for signing arbitrary data. | Daniel A. Nagy | 2015-05-08 | 1 | -1/+1 |
* | | New API call for signatures. | Daniel A. Nagy | 2015-05-08 | 1 | -0/+11 |
|/ |
|
* | Merge pull request #833 from ethersphere/frontier/solidity | Jeffrey Wilcke | 2015-05-08 | 1 | -15/+31 |
|\ |
|
| * | solidity compiler and contract metadocs integration | zelig | 2015-05-07 | 1 | -15/+31 |
* | | rpc: eth_transactionFilter => eth_newPendingTransactionFilter | obscuren | 2015-05-07 | 1 | -1/+1 |
* | | xeth, core, event/filter, rpc: new block and transaction filters | obscuren | 2015-05-07 | 1 | -7/+16 |
|/ |
|
* | xeth, rpc: added nonce setting through RPC and xeth transact | obscuren | 2015-05-07 | 1 | -1/+7 |
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-04-28 | 1 | -17/+19 |
|\ |
|
| * | rpc, xeth: finish cleaning up xeth | Péter Szilágyi | 2015-04-28 | 1 | -5/+8 |
| * | rpc, ui/qt/qwhisper, whisper, xeth: introduce complex topic filters | Péter Szilágyi | 2015-04-28 | 1 | -6/+2 |
| * | rpc, whisper, xeth: fix RPC message retrieval data race | Péter Szilágyi | 2015-04-28 | 1 | -1/+1 |
| * | rpc, whisper, xeth: polish whisper RPC interface | Péter Szilágyi | 2015-04-28 | 1 | -7/+10 |
* | | eth, rpc, xeth: ext_hanhrate => eth_hashrate | obscuren | 2015-04-28 | 1 | -1/+1 |
* | | Merge branch 'develop' of https://github.com/kobigurk/go-ethereum into kobigu... | obscuren | 2015-04-28 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | move eth_hashrate to ext | Kobi Gurkan | 2015-04-21 | 1 | -2/+2 |
| * | uses newHexNum for eth_hashrate | Kobi Gurkan | 2015-04-21 | 1 | -1/+1 |
| * | adds eth_hashrate RPC method | Kobi Gurkan | 2015-04-21 | 1 | -0/+2 |
* | | Return Gas Price not Gas | Taylor Gerring | 2015-04-28 | 1 | -2/+2 |
* | | Remove old logger from RPC pkg | Taylor Gerring | 2015-04-27 | 1 | -1/+1 |
* | | Merge pull request #786 from tgerring/issue739 | Jeffrey Wilcke | 2015-04-23 | 1 | -1/+5 |
|\ \ |
|
| * | | Handle bug in parent call response | Taylor Gerring | 2015-04-23 | 1 | -1/+5 |
| |/ |
|
* / | Rename eth_Version to eth_protocolVersion. Closes #737 | Taylor Gerring | 2015-04-23 | 1 | -1/+1 |
|/ |
|
* | NatSpec passing end to end test | zsfelfoldi | 2015-04-20 | 1 | -5/+2 |
* | NatSpec, URL register storage retrieval | zsfelfoldi | 2015-04-20 | 1 | -1/+10 |
* | Fix call output when empty | Taylor Gerring | 2015-04-16 | 1 | -2/+2 |
* | rpc: change eth_protocolVersion to eth_version. Closes #714 | obscuren | 2015-04-15 | 1 | -1/+1 |
* | glog | obscuren | 2015-04-10 | 1 | -1/+3 |
* | More type fixes | Taylor Gerring | 2015-04-07 | 1 | -10/+9 |
* | Output format and nil fixes | Taylor Gerring | 2015-04-07 | 1 | -11/+21 |
* | Merge pull request #626 from tgerring/rpcfabian | Jeffrey Wilcke | 2015-04-03 | 1 | -19/+30 |
|\ |
|
| * | Return nil if block does not exist | Taylor Gerring | 2015-04-03 | 1 | -1/+6 |
| * | New UncleRes type | Taylor Gerring | 2015-04-02 | 1 | -6/+2 |
| * | 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 |
| * | More nil checks | Taylor Gerring | 2015-04-02 | 1 | -0/+6 |
| * | HashArgs fix + tests | Taylor Gerring | 2015-04-02 | 1 | -0/+1 |
| * | Use HashArgs for eth_getTransactionByHash | Taylor Gerring | 2015-04-02 | 1 | -2/+1 |
* | | Merge pull request #619 from tgerring/rpcfabian | Jeffrey Wilcke | 2015-04-02 | 1 | -9/+19 |
|\| |
|
| * | Merge branch 'develop' into rpcfabian | Taylor Gerring | 2015-04-02 | 1 | -6/+4 |
| |\ |
|
| * | | Format code as hexdata | Taylor Gerring | 2015-04-02 | 1 | -1/+2 |
| * | | Guard from nil pointers | Taylor Gerring | 2015-04-02 | 1 | -0/+9 |
| * | | New args types with stricter checking | Taylor Gerring | 2015-04-02 | 1 | -6/+6 |
| * | | Don't ignore user-specified "include tx" param | Taylor Gerring | 2015-04-02 | 1 | -2/+2 |
* | | | Default gas | obscuren | 2015-04-02 | 1 | -1/+1 |
| |/
|/| |
|
* | | info => debug | obscuren | 2015-04-02 | 1 | -1/+1 |
* | | Fixes for balance | obscuren | 2015-04-02 | 1 | -3/+4 |
* | | Changed getters on account objects. Closes #610 | obscuren | 2015-04-02 | 1 | -4/+1 |
|/ |
|
* | Set fullTx option in constructor | Taylor Gerring | 2015-04-01 | 1 | -17/+12 |
* | #612 rename eth_protocol method | Taylor Gerring | 2015-04-01 | 1 | -1/+1 |
* | Merge branch 'rpccall' into hexify | Taylor Gerring | 2015-04-01 | 1 | -1/+1 |
|\ |
|
| * | New CallArgs | Taylor Gerring | 2015-03-30 | 1 | -1/+1 |
* | | Store and retrieve tx context metadata #608 | Taylor Gerring | 2015-04-01 | 1 | -2/+6 |
* | | Remove custom MarshalJSON methods | Taylor Gerring | 2015-04-01 | 1 | -2/+2 |
* | | Index is zero-based #607 | Taylor Gerring | 2015-03-31 | 1 | -4/+4 |
|/ |
|
* | Cleanup | Taylor Gerring | 2015-03-29 | 1 | -1/+0 |
* | eth_getStorageAt output hex should begin with 0x | Taylor Gerring | 2015-03-29 | 1 | -1/+1 |
* | 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 |
* | | Decouple core from rpc | Taylor Gerring | 2015-03-27 | 1 | -35/+2 |
* | | Merge branch 'develop' into rpcargs | Taylor Gerring | 2015-03-27 | 1 | -17/+6 |
|\| |
|
| * | Use ExtraDB for storage. Fixes #577 | Taylor Gerring | 2015-03-27 | 1 | -17/+6 |
| * | debug log | obscuren | 2015-03-26 | 1 | -1/+1 |
| * | updated web3.js light for console | obscuren | 2015-03-26 | 1 | -1/+1 |
* | | BlockFilterArgs | Taylor Gerring | 2015-03-27 | 1 | -32/+19 |
* | | Prefer args as strings not objects | Taylor Gerring | 2015-03-27 | 1 | -18/+18 |
* | | Merge branch 'rpcargs' of github.com:tgerring/go-ethereum into rpcargs | Taylor Gerring | 2015-03-27 | 1 | -1/+1 |
|\ \ |
|
| * | | Undo xeth changes | Taylor Gerring | 2015-03-27 | 1 | -3/+3 |
* | | | Undo XEth changes | Taylor Gerring | 2015-03-27 | 1 | -7/+7 |
|/ / |
|
* | | WhisperFilterArgs | Taylor Gerring | 2015-03-27 | 1 | -1/+1 |
* | | FilterStringArgs tests | Taylor Gerring | 2015-03-27 | 1 | -4/+0 |
* | | HashIndexArgs | Taylor Gerring | 2015-03-26 | 1 | -3/+3 |
* | | GetDataArgs | Taylor Gerring | 2015-03-26 | 1 | -4/+1 |
* | | GetBalanceArgs | Taylor Gerring | 2015-03-26 | 1 | -5/+1 |
* | | GetTxCountArgs | Taylor Gerring | 2015-03-26 | 1 | -6/+1 |
* | | GetStorageAtArgs | Taylor Gerring | 2015-03-26 | 1 | -5/+2 |
* | | GetStorageArgs | Taylor Gerring | 2015-03-26 | 1 | -5/+1 |
* | | NewTxArgs | Taylor Gerring | 2015-03-26 | 1 | -6/+2 |
* | | GetBlockByHashArgs | Taylor Gerring | 2015-03-26 | 1 | -4/+4 |
|/ |
|
* | Improve protocol version reporting | Taylor Gerring | 2015-03-25 | 1 | -1/+5 |
* | Don't expose backend directly | Taylor Gerring | 2015-03-24 | 1 | -3/+3 |
* | Implement RPC net_version | Taylor Gerring | 2015-03-24 | 1 | -1/+1 |
* | Add Close() method to EthereumApi | Taylor Gerring | 2015-03-24 | 1 | -0/+4 |
* | db_putHex/db_getHex + tests | Taylor Gerring | 2015-03-23 | 1 | -4/+29 |
* | Move remote mining agent to XEth | Taylor Gerring | 2015-03-23 | 1 | -9/+4 |
* | Consistent var names | Taylor Gerring | 2015-03-23 | 1 | -60/+60 |
* | Stub corrected getWork response | Taylor Gerring | 2015-03-23 | 1 | -1/+1 |
* | Cleanup get/submitWork | Taylor Gerring | 2015-03-23 | 1 | -11/+7 |
* | Get work / submit work partially implemented. | obscuren | 2015-03-22 | 1 | -3/+20 |
* | wip | obscuren | 2015-03-21 | 1 | -0/+8 |
* | merge | obscuren | 2015-03-20 | 1 | -558/+177 |
|\ |
|
| * | Merge branch 'rpcxeth' into rpcfrontier | Taylor Gerring | 2015-03-20 | 1 | -594/+177 |
| |\ |
|
| | * | Add xethAtStateNum convenience method | Taylor Gerring | 2015-03-20 | 1 | -6/+10 |
| | * | Move Account register to xeth | Taylor Gerring | 2015-03-20 | 1 | -46/+12 |
| | * | inline GetStorageAt | Taylor Gerring | 2015-03-20 | 1 | -23/+8 |
| | * | Make pretty | Taylor Gerring | 2015-03-20 | 1 | -12/+14 |
| | * | inline Transact | Taylor Gerring | 2015-03-20 | 1 | -14/+10 |
| | * | Move transact gas check to XEth | Taylor Gerring | 2015-03-20 | 1 | -10/+0 |
| | * | inline Call | Taylor Gerring | 2015-03-20 | 1 | -11/+7 |
| | * | inline GetBlockByNumber | Taylor Gerring | 2015-03-20 | 1 | -20/+13 |
| | * | inline GetBlockByHash | Taylor Gerring | 2015-03-20 | 1 | -31/+20 |
| | * | Reorg for clarity | Taylor Gerring | 2015-03-20 | 1 | -52/+30 |
| | * | Move gas defaults to XEth | Taylor Gerring | 2015-03-20 | 1 | -10/+3 |
| | * | Rename FilterOptions to BlockFilterArgs | Taylor Gerring | 2015-03-20 | 1 | -3/+3 |
| | * | Remove unnecessary event mux | Taylor Gerring | 2015-03-20 | 1 | -3/+1 |
| | * | Move stateAt func to XEth | Taylor Gerring | 2015-03-20 | 1 | -30/+6 |
| | * | Rename for clarity | Taylor Gerring | 2015-03-20 | 1 | -9/+9 |
| | * | inline MessagesChanged | Taylor Gerring | 2015-03-20 | 1 | -6/+1 |
| | * | inline UninstallWhisperFilter | Taylor Gerring | 2015-03-20 | 1 | -7/+1 |
| | * | inline NewWhisperFilter | Taylor Gerring | 2015-03-20 | 1 | -11/+6 |
| | * | inline AllLogs | Taylor Gerring | 2015-03-20 | 1 | -8/+2 |
| | * | inline Logs | Taylor Gerring | 2015-03-20 | 1 | -7/+1 |
| | * | inline FilterChanged | Taylor Gerring | 2015-03-20 | 1 | -6/+1 |
| | * | inline NewFilterString | Taylor Gerring | 2015-03-20 | 1 | -11/+6 |
| | * | inline UninstallFilter | Taylor Gerring | 2015-03-20 | 1 | -7/+1 |
| | * | inline NewFilter | Taylor Gerring | 2015-03-20 | 1 | -9/+4 |
| | * | Merge branch 'rpcinline' into rpcxeth | Taylor Gerring | 2015-03-20 | 1 | -156/+69 |
| | |\ |
|
| | | * | inline WhisperPost | Taylor Gerring | 2015-03-20 | 1 | -11/+7 |
| | | * | inline GetBlockTransactionCountByHash | Taylor Gerring | 2015-03-20 | 1 | -11/+3 |
| | | * | inline GetBlockTransactionCountByNumber | Taylor Gerring | 2015-03-20 | 1 | -11/+3 |
| | | * | inline GetBlockUncleCountByHash | Taylor Gerring | 2015-03-20 | 1 | -11/+3 |
| | | * | inline GetBlockUncleCountByNumber | Taylor Gerring | 2015-03-20 | 1 | -11/+3 |
| | | * | fixes | Taylor Gerring | 2015-03-20 | 1 | -2/+2 |
| | | * | inline UninstallWhisperFilter | Taylor Gerring | 2015-03-20 | 1 | -7/+6 |
| | | * | inline WhisperMessages | Taylor Gerring | 2015-03-20 | 1 | -6/+1 |
| | | * | inline GetTransactionByHash | Taylor Gerring | 2015-03-20 | 1 | -9/+4 |
| | | * | inline RemoveWhisperIdentity | Taylor Gerring | 2015-03-20 | 1 | -6/+1 |
| | | * | inline NewWhisperIdentity | Taylor Gerring | 2015-03-20 | 1 | -6/+2 |
| | | * | inline DbGet | Taylor Gerring | 2015-03-20 | 1 | -11/+6 |
| | | * | inline DbPut | Taylor Gerring | 2015-03-20 | 1 | -11/+7 |
| | | * | inline GetCompilers | Taylor Gerring | 2015-03-20 | 1 | -7/+2 |
| | | * | inline GetData | Taylor Gerring | 2015-03-20 | 1 | -9/+4 |
| | | * | inline GetTxCountAt | Taylor Gerring | 2015-03-20 | 1 | -10/+7 |
| | | * | inline GetStorage | Taylor Gerring | 2015-03-20 | 1 | -9/+6 |
| | | * | inline GetBalance | Taylor Gerring | 2015-03-20 | 1 | -9/+6 |
| | | * | inline HasWhisperIdentity | Taylor Gerring | 2015-03-20 | 1 | -6/+1 |
| | | * | Inline getStateWithNum | Taylor Gerring | 2015-03-20 | 1 | -8/+4 |
| | * | | Reorg filter logic to XEth | Taylor Gerring | 2015-03-20 | 1 | -168/+23 |
| * | | | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into rp... | obscuren | 2015-03-20 | 1 | -3/+36 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'rpcfrontier' of github.com:ethereum/go-ethereum into rpcfrontier | Taylor Gerring | 2015-03-20 | 1 | -1/+1 |
| | |\ \ \
| | | |/ /
| | |/| | |
|
| | * | | | Merge branch 'rpcutil' into rpcfrontier | Taylor Gerring | 2015-03-20 | 1 | -3/+36 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | | * | | Remove util | Taylor Gerring | 2015-03-20 | 1 | -0/+33 |
| | | * | | Move Log to LogRes | Taylor Gerring | 2015-03-20 | 1 | -3/+3 |
| * | | | | Listen to tx pre event and trigger 'pending' | obscuren | 2015-03-20 | 1 | -12/+15 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'develop' into conversion | obscuren | 2015-03-20 | 1 | -1/+1 |
|\| | | |
|
| * | | | moved back to debug | obscuren | 2015-03-19 | 1 | -1/+1 |
| |/ / |
|
* | | | merge | obscuren | 2015-03-19 | 1 | -8/+16 |
|\| | |
|
| * | | fixed chain event. Closes #529 | obscuren | 2015-03-19 | 1 | -6/+9 |
| * | | Validate NewTx From field is not blank | Taylor Gerring | 2015-03-19 | 1 | -0/+5 |
| |/ |
|
| * | Remove i2hex | Taylor Gerring | 2015-03-18 | 1 | -2/+2 |
* | | merge | obscuren | 2015-03-19 | 1 | -11/+11 |
|\| |
|
| * | Merge pull request #498 from maran/feature/drytoHex | Jeffrey Wilcke | 2015-03-18 | 1 | -13/+13 |
| |\ |
|
| | * | DRY up the use of toHex in the project and move it to common | Maran | 2015-03-16 | 1 | -14/+14 |
* | | | conversions. -compilable- | obscuren | 2015-03-18 | 1 | -10/+9 |
|/ / |
|
* | | Comment out whisper remove identity stubs | Taylor Gerring | 2015-03-17 | 1 | -10/+10 |
* | | Initial support to remove Whisper identities per #491 | Taylor Gerring | 2015-03-17 | 1 | -1/+12 |
|/ |
|
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -11/+11 |
* | Increased filter ticker time to 5 minutes | obscuren | 2015-03-15 | 1 | -2/+2 |
* | Merge branch 'rpcfrontier' into develop | obscuren | 2015-03-14 | 1 | -1/+7 |
|\ |
|
| * | Return null coinbase when accounts not created | Taylor Gerring | 2015-03-14 | 1 | -1/+7 |
* | | DRY up the use of fromHex and put it in ethutil | Maran | 2015-03-14 | 1 | -7/+7 |
|/ |
|
* | Rename db_put db_get | Taylor Gerring | 2015-03-13 | 1 | -2/+4 |
* | Fix eth_newBlockFilter | Taylor Gerring | 2015-03-13 | 1 | -4/+8 |
* | Add web3_clientVersion | Taylor Gerring | 2015-03-13 | 1 | -7/+7 |
* | Convert to proper errors | Taylor Gerring | 2015-03-13 | 1 | -9/+9 |
* | Get transaction implemented | obscuren | 2015-03-12 | 1 | -3/+15 |
* | Output filter ID as hex | Taylor Gerring | 2015-03-12 | 1 | -1/+1 |
* | Check for existance of key before delete | Taylor Gerring | 2015-03-12 | 1 | -1/+4 |
* | shh_uninstallFilter | Taylor Gerring | 2015-03-12 | 1 | -1/+11 |
* | Lowered default gas price and increased default gas limit | obscuren | 2015-03-12 | 1 | -3/+2 |
* | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into rp... | obscuren | 2015-03-12 | 1 | -6/+41 |
|\ |
|
| * | Rename Topic to Topics | Taylor Gerring | 2015-03-11 | 1 | -1/+1 |
| * | Get Uncles | Taylor Gerring | 2015-03-11 | 1 | -1/+36 |
| * | TxIndex -> Index | Taylor Gerring | 2015-03-11 | 1 | -4/+4 |
* | | Default block number changes | obscuren | 2015-03-12 | 1 | -44/+26 |
|/ |
|
* | Merge branch 'rpcfrontier' of github.com:ethereum/go-ethereum into rpcfrontier | Taylor Gerring | 2015-03-11 | 1 | -16/+20 |
|\ |
|
| * | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into rp... | obscuren | 2015-03-11 | 1 | -1/+1 |
| |\ |
|
| * \ | Merge branch 'develop' into rpcfrontier | obscuren | 2015-03-11 | 1 | -15/+19 |
| |\ \ |
|
| | * \ | Merge ethereum/poc-9 into accounts-integration | Felix Lange | 2015-03-10 | 1 | -14/+1 |
| | |\ \ |
|
| | * | | | rpc: add dataDir parameter and JSON-RPC handler | Felix Lange | 2015-03-10 | 1 | -2/+3 |
| | * | | | xeth: don't sign transactions for tx call | Felix Lange | 2015-03-10 | 1 | -1/+1 |
| | * | | | Integrate eth_accounts and eth_transact to use new account manager | Gustav Simonsson | 2015-03-06 | 1 | -25/+5 |
| * | | | | fallback | obscuren | 2015-03-11 | 1 | -1/+1 |
* | | | | | Get transaction via block & index | Taylor Gerring | 2015-03-11 | 1 | -0/+27 |
| |_|_|/
|/| | | |
|
* | | | | Output hex should be prepended with 0x | Taylor Gerring | 2015-03-11 | 1 | -1/+1 |
|/ / / |
|
* | | | id to hex | obscuren | 2015-03-11 | 1 | -1/+1 |
* | | | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into rp... | obscuren | 2015-03-11 | 1 | -5/+90 |
|\ \ \ |
|
| * | | | Update response types | Taylor Gerring | 2015-03-11 | 1 | -5/+90 |
* | | | | Updated RPC | obscuren | 2015-03-11 | 1 | -3/+3 |
|/ / / |
|
* | | | merge | obscuren | 2015-03-10 | 1 | -3/+13 |
* | | | wip | obscuren | 2015-03-10 | 1 | -15/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | Updated xeth instances to take extra param for ui.Interface | obscuren | 2015-03-09 | 1 | -13/+0 |
| * | | Separated block db from state db. Partial fix for #416 | obscuren | 2015-03-07 | 1 | -1/+1 |
| |/ |
|
* | | Undo client_version changes | Taylor Gerring | 2015-03-10 | 1 | -2/+0 |
* | | Remove support for compiling serpent | Taylor Gerring | 2015-03-09 | 1 | -16/+2 |
* | | Tidy | Taylor Gerring | 2015-03-06 | 1 | -32/+58 |
* | | Refactor & cleanup | Taylor Gerring | 2015-03-06 | 1 | -172/+110 |
* | | Resolve storage/storageat | Taylor Gerring | 2015-03-06 | 1 | -5/+5 |
* | | Revert to hex response | Taylor Gerring | 2015-03-06 | 1 | -4/+3 |
* | | Final name changes | Taylor Gerring | 2015-03-06 | 1 | -8/+9 |
* | | Update RPC methods | Taylor Gerring | 2015-03-05 | 1 | -84/+115 |
* | | Output net_peerCount as hex | Taylor Gerring | 2015-03-04 | 1 | -1/+2 |
* | | Return block number as hex | Taylor Gerring | 2015-03-04 | 1 | -1/+1 |
* | | Update NewTXArgs to accept hex | Taylor Gerring | 2015-03-04 | 1 | -6/+9 |
* | | Add client_version RPC message | Taylor Gerring | 2015-03-04 | 1 | -0/+2 |
* | | Remove defunct calls | Taylor Gerring | 2015-03-02 | 1 | -62/+30 |
* | | Rename "net" methods | Taylor Gerring | 2015-03-02 | 1 | -4/+4 |
|/ |
|
* | Defautl block | obscuren | 2015-02-26 | 1 | -32/+31 |
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-02-26 | 1 | -4/+23 |
|\ |
|
| * | Stub defaultBlock methods | Taylor Gerring | 2015-02-25 | 1 | -0/+21 |
* | | wip | obscuren | 2015-02-26 | 1 | -33/+113 |
|/ |
|
* | Consolidate related items | Taylor Gerring | 2015-02-25 | 1 | -37/+36 |
* | Rename files | Taylor Gerring | 2015-02-25 | 1 | -0/+637 |