Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed old rpc structure and added new inproc api client | Bas van Kervel | 2015-06-22 | 1 | -646/+0 |
| | |||||
* | Merge pull request #1267 from SilentCicero/develop | Jeffrey Wilcke | 2015-06-19 | 1 | -0/+11 |
|\ | | | | | eth_sendRawTransaction JSON RPC | ||||
| * | New DataArgs and eth_sendRawTransaction | SilentCicero | 2015-06-17 | 1 | -1/+1 |
| | | |||||
| * | Change eth_pushTx case to eth_sendRawTransaction | Nick Dodson | 2015-06-15 | 1 | -1/+1 |
| | | |||||
| * | Changed variable names | SilentCicero | 2015-06-15 | 1 | -1/+1 |
| | | |||||
| * | eth_pushTx send raw signed encoded TX data to the chain through RPC | SilentCicero | 2015-06-15 | 1 | -0/+11 |
| | | |||||
* | | fixed saving receipts | zsfelfoldi | 2015-06-15 | 1 | -1/+1 |
|/ | |||||
* | gas -> gasprice | Taylor Gerring | 2015-06-09 | 1 | -2/+2 |
| | |||||
* | gas -> gasprice | Taylor Gerring | 2015-06-09 | 1 | -2/+2 |
| | |||||
* | Differentiate between 0 and unspecified gas/gasprice | Taylor Gerring | 2015-06-09 | 1 | -2/+30 |
| | |||||
* | core/vm, rpc: added disasm to `ext_` RPC | obscuren | 2015-05-22 | 1 | -1/+8 |
| | |||||
* | core: added RPC sign back in | obscuren | 2015-05-22 | 1 | -10/+10 |
| | |||||
* | rpc: NewNotAvailableError instead of NewNotImplementedError if no solc | zelig | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | fix eth.sign. now implemented in admin jsre until web3.js has it . | zelig | 2015-05-20 | 1 | -10/+10 |
| | |||||
* | multiple contract source for solidity compiler: returns contract array if ↵ | zelig | 2015-05-20 | 1 | -3/+2 |
| | | | | multiple contracts. fixes #1023 | ||||
* | Use bytes.Repeat() instead of 32-byte literal | Taylor Gerring | 2015-05-19 | 1 | -1/+2 |
| | |||||
* | Cleanup | Taylor Gerring | 2015-05-18 | 1 | -3/+1 |
| | |||||
* | Return nil for certain fields on eth_getTransactionByHash when not part of a ↵ | Taylor Gerring | 2015-05-18 | 1 | -3/+7 |
| | | | | block | ||||
* | Return nil for certain fields on eth_getBlockByNumber pending | Taylor Gerring | 2015-05-18 | 1 | -0/+7 |
| | |||||
* | Format contract code as hexdata | Taylor Gerring | 2015-05-15 | 1 | -0/+1 |
| | |||||
* | 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 |
| | | | | | Miner threads are now settable through the admin interface (closes #897) and specify 0 CPU worker threads when eth_getWork is called (closes #916) | ||||
* | Merge branch 'develop' of github.com:ethereum/go-ethereum into develop | Daniel A. Nagy | 2015-05-11 | 1 | -0/+33 |
|\ | | | | | | | | | Conflicts: rpc/jeth.go | ||||
| * | 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 | ||||
| * | solidity compiler and contract metadocs integration | zelig | 2015-05-07 | 1 | -15/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * common/compiler: solidity compiler + tests * rpc: eth_compilers, eth_compileSolidity + tests * fix natspec test using keystore API, notice exp dynamically changes addr, cleanup * resolver implements registrars and needs to create reg contract (temp) * xeth: solidity compiler. expose getter Solc() and paths setter SetSolc(solcPath) * ethereumApi: implement compiler related RPC calls using XEth - json struct tests * admin: make use of XEth.SetSolc to allow runtime setting of compiler paths * cli: command line flags solc to set custom solc bin path * js admin api with new features debug and contractInfo modules * wiki is the doc https://github.com/ethereum/go-ethereum/wiki/Contracts-and-Transactions | ||||
* | | 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 |
|\ | | | | | | | | | Conflicts: rpc/api.go | ||||
| * | 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 ↵ | obscuren | 2015-04-28 | 1 | -0/+2 |
|\ \ | |/ |/| | | | kobigurk-develop | ||||
| * | 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 |
| | | | | | | | | And output as quantity, not data | ||||
* | | 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 |
|\ \ | | | | | | | Empty Call response should return 0x instead of 0x00. Closes #739 | ||||
| * | | 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 |
| | | | | fixed 2/3 tests | ||||
* | 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 |
|\ | | | | | RPC Tests updates | ||||
| * | 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 |
| | | | | | | | | Instead of error | ||||
| * | 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 |
|\| | | | | | RPC Fabian fixes | ||||
| * | 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 |
|/ | | | | | | | * GetCode * GetNonce * GetStorage * GetBalance | ||||
* | 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 |
| | | | | | | | | Requirements for calls differ from transactions | ||||
* | | Store and retrieve tx context metadata #608 | Taylor Gerring | 2015-04-01 | 1 | -2/+6 |
| | | | | | | | | | | Improving this in the future will allow for cleaning up a bit of legacy code. | ||||
* | | Remove custom MarshalJSON methods | Taylor Gerring | 2015-04-01 | 1 | -2/+2 |
| | | | | | | | | | | Now formats based on underlying hexdata or hexnum type. Fields directly with respective constructors that cover from native types | ||||
* | | 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 ↵ | Taylor Gerring | 2015-03-29 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | kobigurk-develop Conflicts: rpc/api.go | ||||
| * | 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 |
| | | | | To close the handler for LDB | ||||
* | 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 |
| | | | | getWork needs to return additional values | ||||
* | Get work / submit work partially implemented. | obscuren | 2015-03-22 | 1 | -3/+20 |
| | | | | | * WIP missing arguments for submitting new work * GetWork **done** | ||||
* | 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 |
| |\ | | | | | | | | | | | | | Conflicts: rpc/api.go | ||||
| | * | 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 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: rpc/api.go | ||||
| | | * | 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 ↵ | obscuren | 2015-03-20 | 1 | -3/+36 |
| |\ \ \ | | | | | | | | | | | | | | | | rpcfrontier | ||||
| | * \ \ | 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 | ||||
| | * | 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 |
| | | | | | | | | Was previously returning nonsensical “0x” | ||||
* | | 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 |
| | | | | Allow returning different JSON RPC error codes depending on error type | ||||
* | Get transaction implemented | obscuren | 2015-03-12 | 1 | -3/+15 |
| | | | | | * Added a GetTransaction to XEth * Implemented the `eth_getTransactionByHash` RPC method | ||||
* | 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 ↵ | obscuren | 2015-03-12 | 1 | -6/+41 |
|\ | | | | | | | rpcfrontier | ||||
| * | 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 ↵ | obscuren | 2015-03-11 | 1 | -1/+1 |
| |\ | | | | | | | | | | rpcfrontier | ||||
| * \ | Merge branch 'develop' into rpcfrontier | obscuren | 2015-03-11 | 1 | -15/+19 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: rpc/api.go rpc/args.go | ||||
| | * \ | Merge ethereum/poc-9 into accounts-integration | Felix Lange | 2015-03-10 | 1 | -14/+1 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/utils/cmd.go cmd/utils/flags.go core/manager.go eth/backend.go rpc/http/server.go xeth/xeth.go | ||||
| | * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This should make calls faster and removes interaction with account manager. | ||||
| | * | | | Integrate eth_accounts and eth_transact to use new account manager | Gustav Simonsson | 2015-03-06 | 1 | -25/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add from to eth_transact / xeth.Transact and add static pass in lieu of integrating with native Mist window for user passphrase entry * Make eth_accounts return AccountManager.Accounts() * Add a Generate Key menu item in Mist | ||||
| * | | | | 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 ↵ | obscuren | 2015-03-11 | 1 | -5/+90 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | rpcfrontier Conflicts: rpc/args.go | ||||
| * | | | Update response types | Taylor Gerring | 2015-03-11 | 1 | -5/+90 |
| | | | | |||||
* | | | | Updated RPC | obscuren | 2015-03-11 | 1 | -3/+3 |
|/ / / | | | | | | | | | | | | | | | | * Added a generic RawMessage deserialiser * Updated ethereum.js * Updated coin test app | ||||
* | | | 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 |
| | | | | | | | | | | | | | | | | | | Please be aware that if any of the instances on xeth.frontend are called the program will crash due to the default, temporarily, frontend interface. | ||||
| * | | 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 |
| | | | | | | | | Re-order to match spec and explicitly list unimplemented methods | ||||
* | | 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 |
|\ | | | | | | | | | Conflicts: accounts/account_manager.go | ||||
| * | 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 |