aboutsummaryrefslogtreecommitdiffstats
path: root/rpc
Commit message (Expand)AuthorAgeFilesLines
* Better error reporting in the console. Updated ethereum.jsobscuren2015-03-251-1/+1
* Implement RPC net_versionTaylor Gerring2015-03-241-1/+1
* Add Close() method to EthereumApiTaylor Gerring2015-03-241-0/+4
* tests + fixesTaylor Gerring2015-03-242-7/+37
* moved state and vm to coreobscuren2015-03-231-1/+1
* "pending" convention should be -2 instead of 0Taylor Gerring2015-03-231-1/+1
* Rename blockAge to blockHeightTaylor Gerring2015-03-231-7/+7
* db_putHex/db_getHex + testsTaylor Gerring2015-03-234-15/+181
* go away!Taylor Gerring2015-03-231-81/+0
* Move remote mining agent to XEthTaylor Gerring2015-03-231-9/+4
* Consistent var namesTaylor Gerring2015-03-231-60/+60
* Always return 3 stringsTaylor Gerring2015-03-231-6/+5
* Stub corrected getWork responseTaylor Gerring2015-03-232-4/+9
* Rename for filename typoTaylor Gerring2015-03-231-0/+0
* Cleanup get/submitWorkTaylor Gerring2015-03-233-12/+54
* Merge pull request #536 from zsfelfoldi/developJeffrey Wilcke2015-03-231-8/+19
|\
| * using robertkrimen/otto, godeps updatedzsfelfoldi2015-03-201-8/+19
* | check for nil ptrsobscuren2015-03-221-2/+2
* | Get work / submit work partially implemented.obscuren2015-03-222-3/+90
* | Merge branch 'develop' into conversionobscuren2015-03-211-3/+3
|\ \
| * | Rename topic to topics #544Taylor Gerring2015-03-211-3/+3
* | | wipobscuren2015-03-211-0/+8
* | | mergeobscuren2015-03-208-708/+318
|\| |
| * | Merge branch 'rpcxeth' into rpcfrontierTaylor Gerring2015-03-204-650/+243
| |\ \
| | * | Add xethAtStateNum convenience methodTaylor Gerring2015-03-201-6/+10
| | * | Move Account register to xethTaylor Gerring2015-03-201-46/+12
| | * | inline GetStorageAtTaylor Gerring2015-03-201-23/+8
| | * | Make prettyTaylor Gerring2015-03-201-12/+14
| | * | inline TransactTaylor Gerring2015-03-201-14/+10
| | * | Move transact gas check to XEthTaylor Gerring2015-03-201-10/+0
| | * | inline CallTaylor Gerring2015-03-201-11/+7
| | * | inline GetBlockByNumberTaylor Gerring2015-03-201-20/+13
| | * | inline GetBlockByHashTaylor Gerring2015-03-201-31/+20
| | * | Reorg for clarityTaylor Gerring2015-03-201-52/+30
| | * | Move gas defaults to XEthTaylor Gerring2015-03-201-10/+3
| | * | Rename FilterOptions to BlockFilterArgsTaylor Gerring2015-03-203-15/+15
| | * | Remove unnecessary event muxTaylor Gerring2015-03-201-3/+1
| | * | Move stateAt func to XEthTaylor Gerring2015-03-201-30/+6
| | * | Rename for clarityTaylor Gerring2015-03-203-21/+21
| | * | inline MessagesChangedTaylor Gerring2015-03-201-6/+1
| | * | inline UninstallWhisperFilterTaylor Gerring2015-03-201-7/+1
| | * | inline NewWhisperFilterTaylor Gerring2015-03-201-11/+6
| | * | inline AllLogsTaylor Gerring2015-03-201-8/+2
| | * | inline LogsTaylor Gerring2015-03-201-7/+1
| | * | inline FilterChangedTaylor Gerring2015-03-201-6/+1
| | * | inline NewFilterStringTaylor Gerring2015-03-201-11/+6
| | * | inline UninstallFilterTaylor Gerring2015-03-201-7/+1
| | * | inline NewFilterTaylor Gerring2015-03-201-9/+4
| | * | Merge branch 'rpcinline' into rpcxethTaylor Gerring2015-03-201-156/+69
| | |\ \
| | | * | inline WhisperPostTaylor Gerring2015-03-201-11/+7
| | | * | inline GetBlockTransactionCountByHashTaylor Gerring2015-03-201-11/+3
| | | * | inline GetBlockTransactionCountByNumberTaylor Gerring2015-03-201-11/+3
| | | * | inline GetBlockUncleCountByHashTaylor Gerring2015-03-201-11/+3
| | | * | inline GetBlockUncleCountByNumberTaylor Gerring2015-03-201-11/+3
| | | * | fixesTaylor Gerring2015-03-201-2/+2
| | | * | inline UninstallWhisperFilterTaylor Gerring2015-03-201-7/+6
| | | * | inline WhisperMessagesTaylor Gerring2015-03-201-6/+1
| | | * | inline GetTransactionByHashTaylor Gerring2015-03-201-9/+4
| | | * | inline RemoveWhisperIdentityTaylor Gerring2015-03-201-6/+1
| | | * | inline NewWhisperIdentityTaylor Gerring2015-03-201-6/+2
| | | * | inline DbGetTaylor Gerring2015-03-201-11/+6
| | | * | inline DbPutTaylor Gerring2015-03-201-11/+7
| | | * | inline GetCompilersTaylor Gerring2015-03-201-7/+2
| | | * | inline GetDataTaylor Gerring2015-03-201-9/+4
| | | * | inline GetTxCountAtTaylor Gerring2015-03-201-10/+7
| | | * | inline GetStorageTaylor Gerring2015-03-201-9/+6
| | | * | inline GetBalanceTaylor Gerring2015-03-201-9/+6
| | | * | inline HasWhisperIdentityTaylor Gerring2015-03-201-6/+1
| | | * | Inline getStateWithNumTaylor Gerring2015-03-201-8/+4
| | * | | Reorg filter logic to XEthTaylor Gerring2015-03-203-200/+65
| * | | | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into rp...obscuren2015-03-205-97/+111
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge branch 'rpcfrontier' of github.com:ethereum/go-ethereum into rpcfrontierTaylor Gerring2015-03-201-1/+1
| | |\ \ \
| | * | | | Add tests for errorsTaylor Gerring2015-03-201-0/+41
| | | |/ / | | |/| |
| | * | | Merge branch 'rpcutil' into rpcfrontierTaylor Gerring2015-03-204-97/+70
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Make send internalTaylor Gerring2015-03-201-6/+6
| | | * | Remove utilTaylor Gerring2015-03-202-57/+33
| | | * | Remove extra loggerTaylor Gerring2015-03-202-5/+2
| | | * | Move Log to LogResTaylor Gerring2015-03-203-29/+29
| * | | | Listen to tx pre event and trigger 'pending'obscuren2015-03-201-12/+15
| | |_|/ | |/| |
* | | | Merge branch 'develop' into conversionobscuren2015-03-201-1/+1
|\| | |
| * | | moved back to debugobscuren2015-03-191-1/+1
| |/ /
* | | mergeobscuren2015-03-194-143/+227
|\| |
| * | fixed chain event. Closes #529obscuren2015-03-191-6/+9
| * | Validate NewTx From field is not blankTaylor Gerring2015-03-193-0/+40
| |/
| * TestsTaylor Gerring2015-03-191-1/+51
| * BlockNumber as int fixTaylor Gerring2015-03-191-2/+2
| * Remove UnmarshalRawMessagesTaylor Gerring2015-03-192-124/+125
| * Remove i2hexTaylor Gerring2015-03-182-7/+2
| * Remove RpcServerTaylor Gerring2015-03-181-5/+0
* | Merge branch 'rpcfrontier' into conversionobscuren2015-03-192-67/+65
|\|
| * merge developTaylor Gerring2015-03-183-56/+48
| |\
| * | Remove JsonWrapperTaylor Gerring2015-03-182-22/+19
| * | Support JSON RPC batch requestsTaylor Gerring2015-03-182-52/+53
| |\ \
| | * | Add JSON RPC batch supportTaylor Gerring2015-03-182-52/+53
* | | | mergeobscuren2015-03-193-40/+31
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #498 from maran/feature/drytoHexJeffrey Wilcke2015-03-183-56/+48
| |\ \ \ | | |/ / | |/| |
| | * | DRY up the use of toHex in the project and move it to commonMaran2015-03-163-57/+49
* | | | conversions. -compilable-obscuren2015-03-183-48/+52
|/ / /
* | | Merge branch 'develop' into rpcfrontierobscuren2015-03-183-13/+56
|\ \ \ | |_|/ |/| |
| * | Merge remote-tracking branch 'upstream/develop' into frontier/jszelig2015-03-163-34/+34
| |\|
| * | rpczelig2015-03-153-13/+56
* | | Comment out whisper remove identity stubsTaylor Gerring2015-03-171-10/+10
* | | More empty param testsTaylor Gerring2015-03-172-0/+55
* | | RPC empty args testsTaylor Gerring2015-03-171-0/+47
* | | Return error when filter params are not stringsTaylor Gerring2015-03-171-14/+20
* | | Initial support to remove Whisper identities per #491Taylor Gerring2015-03-171-1/+12
* | | Allow latest/pending in filter optionsTaylor Gerring2015-03-162-40/+45
| |/ |/|
* | Moved ethutil => commonobscuren2015-03-163-34/+34
|/
* Increased filter ticker time to 5 minutesobscuren2015-03-151-2/+2
* Merge branch 'rpcfrontier' into developobscuren2015-03-141-1/+7
|\
| * Return null coinbase when accounts not createdTaylor Gerring2015-03-141-1/+7
* | DRY up the use of fromHex and put it in ethutilMaran2015-03-143-45/+7
|/
* Rename db_put db_getTaylor Gerring2015-03-131-2/+4
* Consolidate error type switchTaylor Gerring2015-03-131-14/+2
* Fix eth_newBlockFilterTaylor Gerring2015-03-132-6/+15
* Add web3_clientVersionTaylor Gerring2015-03-131-7/+7
* Convert to proper errorsTaylor Gerring2015-03-135-104/+183
* Fix arg names in testsTaylor Gerring2015-03-131-3/+3
* Get transaction implementedobscuren2015-03-122-6/+18
* Should on empty params #466Taylor Gerring2015-03-122-1/+46
* Output filter ID as hexTaylor Gerring2015-03-121-1/+1
* Check for existance of key before deleteTaylor Gerring2015-03-121-1/+4
* shh_uninstallFilterTaylor Gerring2015-03-121-1/+11
* block&index args unmarshal plus testTaylor Gerring2015-03-122-0/+96
* Lowered default gas price and increased default gas limitobscuren2015-03-121-3/+2
* Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into rp...obscuren2015-03-124-15/+56
|\
| * Rename Topic to TopicsTaylor Gerring2015-03-113-7/+7
| * Get UnclesTaylor Gerring2015-03-111-1/+36
| * BlockHash must be a stringTaylor Gerring2015-03-111-1/+6
| * TxIndex -> IndexTaylor Gerring2015-03-113-6/+7
* | Default block number changesobscuren2015-03-121-44/+26
|/
* Merge branch 'rpcfrontier' of github.com:ethereum/go-ethereum into rpcfrontierTaylor Gerring2015-03-113-140/+72
|\
| * Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into rp...obscuren2015-03-114-34/+64
| |\
| * \ Merge branch 'develop' into rpcfrontierobscuren2015-03-113-139/+71
| |\ \
| | * \ Merge ethereum/poc-9 into accounts-integrationFelix Lange2015-03-102-15/+12
| | |\ \
| | * | | rpc/http: delete packageFelix Lange2015-03-101-116/+0
| | * | | rpc: add dataDir parameter and JSON-RPC handlerFelix Lange2015-03-102-2/+45
| | * | | xeth: don't sign transactions for tx callFelix Lange2015-03-101-1/+1
| | * | | Integrate eth_accounts and eth_transact to use new account managerGustav Simonsson2015-03-062-25/+6
| * | | | fallbackobscuren2015-03-111-1/+1
* | | | | Get transaction via block & indexTaylor Gerring2015-03-112-0/+37
* | | | | Nil check blockTaylor Gerring2015-03-111-0/+4
| |_|_|/ |/| | |
* | | | Output hex should be prepended with 0xTaylor Gerring2015-03-113-34/+36
* | | | Left-pad odd length hex inputs and testsTaylor Gerring2015-03-112-0/+28
|/ / /
* | | id to hexobscuren2015-03-111-1/+1
* | | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into rp...obscuren2015-03-114-11/+303
|\ \ \
| * | | Update response typesTaylor Gerring2015-03-113-6/+297
| * | | Merge branch 'rpcfrontier' of github.com:ethereum/go-ethereum into rpcfrontierTaylor Gerring2015-03-111-13/+37
| |\ \ \
| * | | | Allow integers for BlockNumberTaylor Gerring2015-03-101-6/+21
* | | | | Updated RPCobscuren2015-03-113-111/+90
| |/ / / |/| | |
* | | | Added unmarshalStateobscuren2015-03-101-13/+37
|/ / /
* | | mergeobscuren2015-03-102-18/+15
* | | wipobscuren2015-03-104-144/+31
|\ \ \ | | |/ | |/|
| * | Max size JSON data. Closes #418obscuren2015-03-101-0/+8
| * | Updated xeth instances to take extra param for ui.Interfaceobscuren2015-03-091-13/+0
| * | Separated block db from state db. Partial fix for #416obscuren2015-03-071-1/+1
| |/
| * Merge pull request #408 from tgerring/removewsJeffrey Wilcke2015-03-041-121/+0
| |\
| | * Merge branch 'develop' of github.com:ethereum/go-ethereum into removewsTaylor Gerring2015-03-021-3/+5
| | |\
| | * | Remove Websockets RPC transportTaylor Gerring2015-03-011-121/+0
| * | | Filter accepts multiple topics per entry. Fixes #403obscuren2015-03-021-4/+14
| | |/ | |/|
* | | Undo client_version changesTaylor Gerring2015-03-101-2/+0
* | | Remove support for compiling serpentTaylor Gerring2015-03-091-16/+2
* | | Increased args test coverageTaylor Gerring2015-03-062-51/+384
* | | Initial args testsTaylor Gerring2015-03-062-13/+138
* | | Add web3_sha3 testTaylor Gerring2015-03-061-0/+18
* | | TidyTaylor Gerring2015-03-063-62/+58
* | | Refactor & cleanupTaylor Gerring2015-03-063-648/+538
* | | Resolve storage/storageatTaylor Gerring2015-03-063-16/+24
* | | Revert to hex responseTaylor Gerring2015-03-061-4/+3
* | | Final name changesTaylor Gerring2015-03-061-8/+9
* | | Update RPC methodsTaylor Gerring2015-03-051-84/+115
* | | Output 0x0 instead of 0xTaylor Gerring2015-03-051-1/+6
* | | Output net_peerCount as hexTaylor Gerring2015-03-041-1/+2
* | | Return block number as hexTaylor Gerring2015-03-041-1/+1
* | | Update NewTXArgs to accept hexTaylor Gerring2015-03-042-21/+28
* | | Add client_version RPC messageTaylor Gerring2015-03-041-0/+2
* | | Remove defunct callsTaylor Gerring2015-03-021-62/+30
* | | Rename "net" methodsTaylor Gerring2015-03-021-4/+4
|/ /
* | Report RPC listening address in logsTaylor Gerring2015-02-281-1/+3
* | Add flag to set RPC portTaylor Gerring2015-02-281-2/+2
|/
* Defautl blockobscuren2015-02-261-32/+31
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-262-4/+36
|\
| * Stub defaultBlock methodsTaylor Gerring2015-02-252-0/+34
* | wipobscuren2015-02-261-33/+113
|/
* Consolidate related itemsTaylor Gerring2015-02-251-37/+36
* Remove errParseRequestTaylor Gerring2015-02-253-3/+2
* Rename filesTaylor Gerring2015-02-253-0/+0
* Cleanup RPC packcageTaylor Gerring2015-02-253-131/+90
* Merge pull request #373 from tgerring/issue370Taylor Gerring2015-02-251-6/+6
|\
| * Move amounts to global varsTaylor Gerring2015-02-251-14/+14
| * Fix duplicate leading 0xTaylor Gerring2015-02-241-1/+1
| * Convert gas values to integersTaylor Gerring2015-02-241-14/+14
* | Merge pull request #369 from tgerring/issue367Jeffrey Wilcke2015-02-252-15/+4
|\ \
| * | Allow zero and negative block numbersTaylor Gerring2015-02-232-15/+4
| |/
* | topics fixFabian Vogelsteller2015-02-241-1/+1
* | skipping testobscuren2015-02-241-0/+1
* | Properly uninstall filters. Mining issue fixed #closes #365obscuren2015-02-232-7/+6
|/
* Added Number to logsobscuren2015-02-221-0/+2
* Added eth_logs & fixed issue with manual log filteringobscuren2015-02-221-0/+15
* unlock mutexobscuren2015-02-211-0/+2
* Fixed chain event issueobscuren2015-02-201-4/+2
* fixed mergeobscuren2015-02-202-0/+107
|\
| * Add setMining RPC methodTaylor Gerring2015-02-202-0/+26
| * Add serpent compilation to RPCTaylor Gerring2015-02-202-0/+38
| * Added uninstall filter methodsTaylor Gerring2015-02-192-0/+28
* | Added timeout for filter & removed clipboard. Closes #350obscuren2015-02-203-13/+129
* | Optimisations and fixed a couple of DDOS issues in the minerobscuren2015-02-201-0/+1
* | WIP QT Clipboardobscuren2015-02-191-3/+3
* | Topics => Topic. Closes #343obscuren2015-02-193-22/+7
|/
* Merge pull request #325 from fjl/deps-cleanupJeffrey Wilcke2015-02-181-1/+1
|\
| * rpc/ws: switch to golang.org/x/netFelix Lange2015-02-171-1/+1
* | Forgot to add the case for logs. Closes #336obscuren2015-02-181-18/+9
* | Changed to ChainEvent and fixed a nil pointer in transactobscuren2015-02-182-0/+35
* | Implement register and watchTxobscuren2015-02-172-2/+86
* | Added optional address slice. Closes #326obscuren2015-02-171-2/+16
|/
* HTTP RPC only listen on localhostobscuren2015-02-151-1/+1
* Use a mutex write-lock for a write operationobscuren2015-02-151-4/+4
* Unmarshal in to pointer to stringobscuren2015-02-151-3/+3
* #295 Allow RPC ID to be stringTaylor Gerring2015-02-114-6/+6
* Merge branch 'develop' into jsonrpcTaylor Gerring2015-02-116-128/+651
|\
| * Moved log message to detail outputobscuren2015-02-081-1/+1
| * pending / chain eventobscuren2015-02-062-1/+41
| * Merge branch 'develop' of https://github.com/tgerring/go-ethereum into tgerri...obscuren2015-02-063-37/+36
| |\
| | * Update RPC message formatTaylor Gerring2015-02-043-22/+27
| | * Update signature for rpc websocketsTaylor Gerring2015-02-021-14/+8
| | * Decrease log level for Sending RPC payloadTaylor Gerring2015-02-021-2/+3
| * | Default gas price and default gas for rpcobscuren2015-02-052-14/+13
| * | Propagate known transactions to new peers on connectobscuren2015-02-053-4/+5
| * | Filteringobscuren2015-02-053-4/+6
| |/
| * Added whisper messagesobscuren2015-01-302-3/+39
| * Added whisper interface for xeth, added examples, updated RPCobscuren2015-01-303-9/+124
| * default values removedobscuren2015-01-301-1/+1
| * Merge branch 'qt5.4' of github.com-obscure:ethereum/go-ethereum into qt5.4obscuren2015-01-304-44/+44
| |\
| | * CleanupTaylor Gerring2015-01-304-67/+44
| * | More dapp samplesobscuren2015-01-303-36/+174
| |/
| * Reimplemented message filters for rpc callsobscuren2015-01-293-8/+169
| * Samples and disams cmd for evm codeobscuren2015-01-291-1/+14
| * Added RPC "Call" for JS calls to contractsobscuren2015-01-292-7/+23
| * removed createobscuren2015-01-291-11/+0
| * implement transactobscuren2015-01-293-43/+22
| * updated ethereum.js and moved to subfolderobscuren2015-01-293-1/+39
| * removed key while in the process of moving to the new key storageobscuren2015-01-291-2/+2
* | Merge branch 'jsonrpc' of github.com:ethereum/go-ethereum into jsonrpcTaylor Gerring2015-01-293-27/+24
|\|
| * further cleaned up xeth interfaceobscuren2015-01-293-8/+8
| * moving to a better xethobscuren2015-01-292-20/+17
* | Use custom Send methodsTaylor Gerring2015-01-291-7/+11
|/
* Rename api var for clarityTaylor Gerring2015-01-282-7/+6
* Return a websocker.Handler of the functionTaylor Gerring2015-01-281-1/+1
* Rename transport to wsTaylor Gerring2015-01-281-9/+9
* New simplified Websocket transportTaylor Gerring2015-01-281-0/+124