aboutsummaryrefslogtreecommitdiffstats
path: root/rpc
Commit message (Collapse)AuthorAgeFilesLines
* Add new formatting regexTaylor Gerring2015-04-011-6/+7
|
* Build transaction context in BlockResTaylor Gerring2015-04-011-9/+10
|
* Set fullTx option in constructorTaylor Gerring2015-04-013-19/+17
|
* merge conflictobscuren2015-04-012-2/+34
|\
| * Add settable domain to CORS handler #331Taylor Gerring2015-03-301-3/+17
| |
| * Abstract http into rpc packageTaylor Gerring2015-03-302-0/+18
| | | | | | | | New RpcConfig object to pass growing config
* | #612 rename eth_protocol methodTaylor Gerring2015-04-011-1/+1
| |
* | Remove extra type assetionTaylor Gerring2015-04-011-12/+12
| |
* | Improved response testsTaylor Gerring2015-04-012-17/+117
| | | | | | | | Actually verifies output as by regex
* | Re-enabled response tests (needs improvement)Taylor Gerring2015-04-011-117/+52
| |
* | Merge branch 'rpccall' into hexifyTaylor Gerring2015-04-013-9/+357
|\ \
| * | New CallArgsTaylor Gerring2015-03-303-9/+357
| |/ | | | | | | Requirements for calls differ from transactions
* | Store and retrieve tx context metadata #608Taylor Gerring2015-04-011-2/+6
| | | | | | | | | | Improving this in the future will allow for cleaning up a bit of legacy code.
* | Remove custom MarshalJSON methodsTaylor Gerring2015-04-013-314/+202
| | | | | | | | | | Now formats based on underlying hexdata or hexnum type. Fields directly with respective constructors that cover from native types
* | Make new types StringersTaylor Gerring2015-04-011-4/+11
| |
* | Index is zero-based #607Taylor Gerring2015-03-311-4/+4
| |
* | Update output types to use hexnum or hexdataTaylor Gerring2015-03-312-106/+112
| | | | | | | | | | Benefits from automatic output formatting differences between quantities and data
* | Add hexdata and hexnum typesTaylor Gerring2015-03-311-0/+76
|/
* Add ExtraData field to RPC outputTaylor Gerring2015-03-291-2/+2
|
* Prefer hex prefixed with 0xTaylor Gerring2015-03-291-2/+2
|
* Report InvalidTypeError as -32602 to JSON RPCTaylor Gerring2015-03-291-1/+1
|
* CleanupTaylor Gerring2015-03-292-15/+7
|
* eth_getStorageAt output hex should begin with 0xTaylor Gerring2015-03-291-1/+1
|
* Merge branch 'develop' of https://github.com/kobigurk/go-ethereum into ↵Taylor Gerring2015-03-291-1/+2
|\ | | | | | | | | | | | | kobigurk-develop Conflicts: rpc/api.go
| * eth_getTransactionCount now returns a hex stringKobi Gurkan2015-03-281-2/+2
| |
* | Decouple core from rpcTaylor Gerring2015-03-271-35/+2
| |
* | Merge branch 'develop' into rpcargsTaylor Gerring2015-03-275-112/+244
|\|
| * Merge pull request #584 from tgerring/issue577Jeffrey Wilcke2015-03-273-54/+42
| |\ | | | | | | Use ExtraDB for RPC storage. Fixes #577
| | * Use ExtraDB for storage. Fixes #577Taylor Gerring2015-03-273-54/+42
| | |
| * | Merge pull request #565 from tgerring/responsetypesJeffrey Wilcke2015-03-272-58/+202
| |\ \ | | |/ | |/| Update response types + tests
| | * Update response types + testsTaylor Gerring2015-03-252-58/+202
| | | | | | | | | | | | To coincide with recent type conversion
* | | BlockFilterArgsTaylor Gerring2015-03-273-62/+319
| | |
* | | Test blockHeightFromJsonInvalidTaylor Gerring2015-03-271-0/+9
| | |
* | | NewTxArgs accept numbers or strings for value/gas/gaspriceTaylor Gerring2015-03-272-16/+162
| | |
* | | tidyTaylor Gerring2015-03-272-9/+15
| | |
* | | Merge remote-tracking branch 'origin' into rpcargsTaylor Gerring2015-03-271-0/+31
|\| | | | | | | | | | | | | | Conflicts: rpc/args.go
| * | moved helperobscuren2015-03-261-20/+20
| | |
| * | fixed block filter argsobscuren2015-03-261-1/+1
| | |
| * | debug logobscuren2015-03-261-1/+1
| | |
| * | updated web3.js light for consoleobscuren2015-03-261-1/+1
| | |
| * | Fixed filter and refactored codeobscuren2015-03-261-23/+28
| |/
* | Prefer args as strings not objectsTaylor Gerring2015-03-273-53/+51
| |
* | Merge branch 'rpcargs' of github.com:tgerring/go-ethereum into rpcargsTaylor Gerring2015-03-273-7/+7
|\ \
| * | Undo xeth changesTaylor Gerring2015-03-273-9/+9
| | |
* | | Undo XEth changesTaylor Gerring2015-03-271-7/+7
|/ /
* | WhisperMessageArgsTaylor Gerring2015-03-272-5/+104
| |
* | WhisperFilterArgsTaylor Gerring2015-03-273-13/+60
| |
* | CompileArgsTaylor Gerring2015-03-272-4/+38
| |
* | SubmitWorkArgs testsTaylor Gerring2015-03-271-0/+48
| |
* | WhisperIdentityArgsTaylor Gerring2015-03-272-4/+40
| |
* | FilterIdArgsTaylor Gerring2015-03-272-4/+37
| |
* | FilterStringArgs testsTaylor Gerring2015-03-273-18/+35
| |
* | DbHexArgs testsTaylor Gerring2015-03-272-2/+80
| |
* | DbArgs testsTaylor Gerring2015-03-271-0/+79
| |
* | Accept number or string for BlockFilterArgs limit/offsetTaylor Gerring2015-03-271-14/+26
| |
* | Accept number or string for BlockFilterArgs to/fromBlockTaylor Gerring2015-03-272-11/+14
| |
* | Sha3ArgsTaylor Gerring2015-03-262-13/+48
| |
* | Convert error checks to Expect functionsTaylor Gerring2015-03-261-312/+168
| |
* | HashIndexArgsTaylor Gerring2015-03-263-6/+66
| |
* | BlockNumIndexArgsTaylor Gerring2015-03-262-4/+62
| |
* | GetDataArgsTaylor Gerring2015-03-263-20/+56
| |
* | DecodeParamError -> InvalidTypeError for unexpected input typeTaylor Gerring2015-03-262-53/+53
| |
* | Add InvalidTypeErrorTaylor Gerring2015-03-262-0/+25
| |
* | GetBalanceArgsTaylor Gerring2015-03-263-26/+56
| |
* | GetTxCountArgsTaylor Gerring2015-03-263-23/+57
| |
* | GetStorageAtArgsTaylor Gerring2015-03-263-27/+74
| |
* | improved NewTxArgs testsTaylor Gerring2015-03-262-7/+55
| |
* | Add blockHeightFromJson convenience functionTaylor Gerring2015-03-261-2/+10
| |
* | improved GetBlockByNumber testsTaylor Gerring2015-03-262-4/+60
| |
* | improved GetBlockByHashArgs testsTaylor Gerring2015-03-261-2/+37
| |
* | GetStorageArgsTaylor Gerring2015-03-263-21/+56
| |
* | NewTxArgsTaylor Gerring2015-03-263-38/+17
| |
* | GetBlockByHashArgsTaylor Gerring2015-03-263-7/+7
|/
* Merge pull request #560 from tgerring/xethcleanupJeffrey Wilcke2015-03-251-4/+8
|\ | | | | XEth cleanup
| * Improve protocol version reportingTaylor Gerring2015-03-251-1/+5
| |
| * Don't expose backend directlyTaylor Gerring2015-03-241-3/+3
| |
* | back to debug logobscuren2015-03-251-1/+1
| |
* | Temp fix for console outputobscuren2015-03-251-2/+4
| |
* | 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
| | | | To close the handler for LDB
* 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
| | | | getWork needs to return additional values
* Merge pull request #536 from zsfelfoldi/developJeffrey Wilcke2015-03-231-8/+19
|\ | | | | using robertkrimen/otto, godeps updated
| * 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
| | | | | | | | | | * WIP missing arguments for submitting new work * GetWork **done**
* | Merge branch 'develop' into conversionobscuren2015-03-211-3/+3
|\ \ | | | | | | | | | | | | Conflicts: rpc/responses.go
| * | 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
| |\ \ | | | | | | | | | | | | | | | | Conflicts: rpc/api.go
| | * | 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
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: rpc/api.go
| | | * | 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 ↵obscuren2015-03-205-97/+111
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | rpcfrontier
| | * | | 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
| | | | | | | | | | | | | | | | http://www.jsonrpc.org/specification#batch
* | | | 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 common
| | * | 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
| |\| | | | | | | | | | | | | | | | Conflicts: cmd/ethereum/js.go javascript/types.go
| * | rpczelig2015-03-153-13/+56
| | | | | | | | | | | | | | | - camelcase fields dont play nice with otto value magic: JsonRpc -> Jsonrpc, ID -> Id - jeth: ethereum.js rpc transport provider direct bridge between js and ethereumApi via otto jsre
* | | 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
| | | | | | | | Was previously returning nonsensical “0x”
* | 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
| | | | Allow returning different JSON RPC error codes depending on error type
* Fix arg names in testsTaylor Gerring2015-03-131-3/+3
|
* Get transaction implementedobscuren2015-03-122-6/+18
| | | | | * Added a GetTransaction to XEth * Implemented the `eth_getTransactionByHash` RPC method
* 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 ↵obscuren2015-03-124-15/+56
|\ | | | | | | rpcfrontier
| * 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 ↵obscuren2015-03-114-34/+64
| |\ | | | | | | | | | rpcfrontier
| * \ Merge branch 'develop' into rpcfrontierobscuren2015-03-113-139/+71
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: rpc/api.go rpc/args.go
| | * \ Merge ethereum/poc-9 into accounts-integrationFelix Lange2015-03-102-15/+12
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/utils/cmd.go cmd/utils/flags.go core/manager.go eth/backend.go rpc/http/server.go xeth/xeth.go
| | * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | This should make calls faster and removes interaction with account manager.
| | * | | Integrate eth_accounts and eth_transact to use new account managerGustav Simonsson2015-03-062-25/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | | 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 ↵obscuren2015-03-114-11/+303
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | rpcfrontier Conflicts: rpc/args.go
| * | | 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
| | | | | | | | | | | | | | | | | | | | If parsing fails, fall back to hex decoding
* | | | | Updated RPCobscuren2015-03-113-111/+90
| |/ / / |/| | | | | | | | | | | | | | | | | | | * Added a generic RawMessage deserialiser * Updated ethereum.js * Updated coin test app
* | | | 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
| | | | | | | | | | | | | | | | | | 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 #416obscuren2015-03-071-1/+1
| |/
| * Merge pull request #408 from tgerring/removewsJeffrey Wilcke2015-03-041-121/+0
| |\ | | | | | | Remove Websockets RPC transport
| | * Merge branch 'develop' of github.com:ethereum/go-ethereum into removewsTaylor Gerring2015-03-021-3/+5
| | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/ethereum/flags.go cmd/mist/flags.go
| | * | 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
| | | | | | | | | | | | Re-order to match spec and explicitly list unimplemented methods
* | | Output 0x0 instead of 0xTaylor Gerring2015-03-051-1/+6
| | |