Commit Graph
100 Commits
Author SHA1 Message Date
Taylor Gerring f49e17eb39 Return null coinbase when accounts not created
Was previously returning nonsensical “0x”
2015-03-13 14:32:11 -04:00
Taylor Gerring e3b64d70c2 Rename db_put db_get 2015-03-13 10:56:41 -04:00
Taylor Gerring d3f96dc720 Consolidate error type switch 2015-03-13 10:03:48 -04:00
Taylor Gerring 0932f84383 Fix eth_newBlockFilter 2015-03-13 10:03:19 -04:00
Taylor Gerring d4ed66c83d Add web3_clientVersion 2015-03-12 19:20:46 -05:00
Taylor Gerring 094f921e50 Convert to proper errors
Allow returning different JSON RPC error codes depending on error type
2015-03-12 19:07:03 -05:00
Taylor Gerring 14bdcd2c05 Fix arg names in tests 2015-03-12 11:50:03 -05:00
Taylor Gerring 7235e84c75 #469 2015-03-12 11:09:25 -05:00
Taylor Gerring d11fabd2ef Update path to web3 library 2015-03-12 10:08:01 -05:00
Taylor Gerring f7c3c7eda4 Update ethereum.js
Added to git modules
2015-03-12 10:03:35 -05:00
Taylor Gerring b006b67768 Merge branch 'develop' into rpcfrontier 2015-03-12 09:24:34 -05:00
Taylor Gerring 4418e4ea6a Should on empty params #466 2015-03-12 08:42:31 -05:00
Taylor Gerring 21fca93852 Output filter ID as hex 2015-03-12 08:20:07 -05:00
Taylor Gerring 704914be08 Check for existance of key before delete 2015-03-12 00:01:18 -05:00
Taylor Gerring 70f6f2af07 shh_uninstallFilter 2015-03-11 15:49:21 -05:00
Taylor Gerring c2181fdbf2 block&index args unmarshal plus test 2015-03-11 15:26:28 -05:00
Taylor Gerring 5a9f712144 Comment out broken test (return type does not exist) 2015-03-11 14:43:39 -05:00
Taylor Gerring 485e37e889 Move MakeName to ethutil 2015-03-11 14:29:07 -05:00
Taylor Gerring 90f34ed40a Rename Topic to Topics 2015-03-11 10:56:44 -05:00
Taylor Gerring 61bf29be36 Check length of timestring before taking slice 2015-03-11 10:43:52 -05:00
Taylor Gerring 9e89c803f1 Get Uncles 2015-03-11 10:27:32 -05:00
Taylor Gerring 53ac85cfd3 BlockHash must be a string 2015-03-11 10:27:24 -05:00
Taylor Gerring d465e410ef TxIndex -> Index 2015-03-11 10:25:15 -05:00
Taylor Gerring 6bca40274f Merge branch 'rpcfrontier' of github.com:ethereum/go-ethereum into rpcfrontier 2015-03-10 22:25:32 -05:00
Taylor Gerring 9ce5229ddf Get transaction via block & index 2015-03-10 22:25:07 -05:00
Taylor Gerring ece29c5d8d Nil check block 2015-03-10 19:34:07 -05:00
Taylor Gerring 499f816e30 Output hex should be prepended with 0x 2015-03-10 19:10:02 -05:00
Taylor Gerring fda4d02f94 Left-pad odd length hex inputs and tests 2015-03-10 18:08:31 -05:00
Taylor Gerring 3d6519e45b Update response types 2015-03-10 12:52:45 -05:00
Taylor Gerring 617804c327 Merge branch 'rpcfrontier' of github.com:ethereum/go-ethereum into rpcfrontier 2015-03-10 12:50:13 -05:00
Taylor Gerring 3de51f76ee Allow integers for BlockNumber
If parsing fails, fall back to hex decoding
2015-03-09 20:38:37 -05:00
Taylor Gerring 9723191b19 Undo client_version changes 2015-03-09 11:04:38 -05:00
Taylor Gerring fb23a0cfe0 Remove support for compiling serpent 2015-03-09 10:55:18 -05:00
Taylor Gerring fca652eeea Fix logger import path 2015-03-07 10:48:38 -06:00
Taylor Gerring dc7022cd61 Increased args test coverage 2015-03-06 09:54:08 -06:00
Taylor Gerring 5da3d911cf Initial args tests 2015-03-06 00:03:22 -06:00
Taylor Gerring 18b076861e Add web3_sha3 test 2015-03-05 22:41:55 -06:00
Taylor Gerring 03dc760ca0 Tidy 2015-03-05 21:48:03 -06:00
Taylor Gerring ef9d825cfa Refactor & cleanup 2015-03-05 21:37:45 -06:00
Taylor Gerring 94e543bc39 Merge pull request #431 from tgerring/jsonlogs
Structured logging updates
2015-03-05 14:32:41 -06:00
Taylor Gerring 9f5e9eb38d Resolve storage/storageat 2015-03-05 12:26:21 -06:00
Taylor Gerring a6599404e4 Revert to hex response 2015-03-05 11:14:47 -06:00
Taylor Gerring 0d8d51084f Final name changes 2015-03-05 11:07:05 -06:00
Taylor Gerring 5948adfa10 Added eth.chain.received.new_block 2015-03-05 10:58:36 -06:00
Taylor Gerring fbb307cca0 Added eth.chain.new_head 2015-03-05 10:58:13 -06:00
Taylor Gerring 90ceb5218c Update RPC methods
Re-order to match spec and explicitly list unimplemented methods
2015-03-05 08:58:46 -06:00
Taylor Gerring 1576551741 Output 0x0 instead of 0x 2015-03-04 14:13:31 -06:00
Taylor Gerring 9b0f00baf3 Output net_peerCount as hex 2015-03-04 08:41:13 -06:00
Taylor Gerring 93141f4b6d Return block number as hex 2015-03-04 08:27:34 -06:00
Taylor Gerring c3deafabda Update NewTXArgs to accept hex 2015-03-04 08:22:59 -06:00
Taylor Gerring c92e48ce3f Add client_version RPC message 2015-03-04 07:54:10 -06:00
Taylor Gerring e7b33e9ae7 Move p2p.MakeName to ethutil.MakeVersion 2015-03-02 13:21:57 -06:00
Taylor Gerring fb2488235a Remove defunct calls 2015-03-02 09:36:48 -06:00
Taylor Gerring 540c79e6ad Rename "net" methods 2015-03-02 09:36:14 -06:00
Taylor Gerring a75af474f7 Fix logger import in tests 2015-03-02 08:27:26 -06:00
Taylor Gerring e31ec57f88 Add event eth.tx.received 2015-03-02 08:17:09 -06:00
Taylor Gerring 0976c3024f Don't import logger as ethlogger 2015-03-02 08:15:28 -06:00
Taylor Gerring 4cb0bfe939 Merge branch 'develop' of github.com:ethereum/go-ethereum into removews
Conflicts:
	cmd/ethereum/flags.go
	cmd/mist/flags.go
2015-03-02 07:06:08 -06:00
Taylor Gerring cfe0370280 Remove Websockets RPC transport 2015-03-01 16:19:06 +01:00
Taylor Gerring 60a2704b04 Implement eth.miner.new_block event 2015-03-01 16:09:59 +01:00
Taylor Gerring ea0517b539 Report RPC listening address in logs 2015-02-28 01:04:54 +01:00
Taylor Gerring f6e821fd33 Add flag to set RPC port 2015-02-28 01:00:42 +01:00
Taylor Gerring ad3a21f260 Bump to latest versions for Docker 2015-02-27 00:52:01 +01:00
Taylor Gerring a39c73672e bump last resort check out of ifelse 2015-02-26 21:04:26 +01:00
Taylor Gerring d90b71bc55 Check source directroy for assets as last resort 2015-02-26 21:01:40 +01:00
Taylor Gerring 57cea0c623 Update godeps 2015-02-26 02:48:55 +01:00
Taylor Gerring 739b7cc2ac Cleanup imports 2015-02-26 02:36:06 +01:00
Taylor Gerring d5aed82b11 DRY DefaultAssetPath() 2015-02-26 02:32:27 +01:00
Taylor Gerring 8eeab7ea3f Update osext import path 2015-02-26 02:24:20 +01:00
Taylor Gerring fe73023940 Merge pull request #382 from ethereum/travis
Update Go and Qt versions in Travis
2015-02-25 13:00:35 +01:00
Taylor Gerring ce2b2422d6 Update Go and Qt versions 2015-02-25 11:40:52 +01:00
Taylor Gerring 9e0ab22dd0 Stub defaultBlock methods 2015-02-25 09:57:49 +01:00
Taylor Gerring 2e3a6e2559 Consolidate related items 2015-02-24 19:54:18 +01:00
Taylor Gerring c8e9abff53 Remove errParseRequest 2015-02-24 19:22:08 +01:00
Taylor Gerring 43acad81b3 Rename files 2015-02-24 19:11:01 +01:00
Taylor Gerring 21becb0feb Cleanup RPC packcage 2015-02-24 19:05:03 +01:00
Taylor Gerring 5a43173e55 Merge pull request #373 from tgerring/issue370
Convert gas values to integers
2015-02-24 17:49:14 +01:00
Taylor Gerring 1e919a5e97 Move amounts to global vars 2015-02-24 17:32:11 +01:00
Taylor Gerring 2a7ca69a82 Fix duplicate leading 0x 2015-02-24 16:46:43 +01:00
Taylor Gerring 4142708d9d Convert gas values to integers
Fixes #370
2015-02-24 08:51:58 +01:00
Taylor Gerring 6fd894aae0 Allow zero and negative block numbers
0 is genesis block. Xeth recognises -1 as current
2015-02-23 11:54:23 +01:00
Taylor Gerring 8620dc05de Merge pull request #364 from ethereum/travis
Don't print per-function testing results
2015-02-21 13:59:34 +01:00
Taylor Gerring d8f7cb2f55 Don't print per-function testing results 2015-02-21 13:48:09 +01:00
Taylor Gerring f9663b8f4f Fix test for Finney 2015-02-20 20:57:45 +01:00
Taylor Gerring 113cf4208b Update build status links to https 2015-02-20 20:52:03 +01:00
Taylor Gerring a59cd94625 Add setMining RPC method 2015-02-19 18:58:15 +01:00
Taylor Gerring 605dd3a982 Add serpent compilation to RPC 2015-02-19 18:41:50 +01:00
Taylor Gerring dba4f3122e Added uninstall filter methods 2015-02-19 13:21:37 +01:00
Taylor Gerring 4322632c59 Merge pull request #339 from tgerring/jsonlog
JSON log updates
2015-02-19 12:25:45 +01:00
Taylor Gerring 07bdba687f Re-add LogFormat to Config 2015-02-18 10:52:36 +01:00
Taylor Gerring f499f343ba Update JSON Log types 2015-02-18 10:52:23 +01:00
Taylor Gerring 417f018498 Updated P2PConnected log fields 2015-02-17 13:30:25 +01:00
Taylor Gerring 643eda5c2d Update obscuren/qml revision 2015-02-16 19:43:27 +01:00
Taylor Gerring cb34502728 Add godep usage information 2015-02-16 17:59:54 +01:00
Taylor Gerring 9796feccb7 Add Docker Hub link to automated builds 2015-02-16 17:51:33 +01:00
Taylor Gerring c0ce323092 Use explicit branch and godep 2015-02-16 17:00:57 +01:00
Taylor Gerring 68f6ddc5aa Update Travis to use godep 2015-02-16 14:34:50 +01:00
Taylor Gerring 702218008e Add versioned dependencies from godep 2015-02-16 14:28:33 +01:00
Taylor Gerring 202362d925 Merge branch 'develop' of github.com:ethereum/go-ethereum into develop 2015-02-16 14:20:54 +01:00
Taylor Gerring 393267489c Use Go binary instead of building from source 2015-02-16 13:40:51 +01:00