Commit Graph

17 Commits

Author SHA1 Message Date
Cayman Nava 7dacd7eb78 add pushtx to api
Previously the software assumed use of an internal private key for use in all broadcasted transactions. This addition lets nodes relay pre-signed transactions originating from sources other than the node itself.
2014-09-09 21:27:34 -07:00
obscuren b0ae61c652 Removed the "Get" part 2014-08-18 10:17:45 +02:00
obscuren 4bd6003b7f removed pub completely in favour of pipe 2014-08-16 01:38:02 +02:00
obscuren 1f9894c084 Old code removed and renamed amount to balance 2014-07-30 00:31:15 +02:00
zelig dabaa4cce0 change all modified calls to ethtrie, ethutil and ethcrypto functions 2014-06-29 18:30:05 +01:00
zelig 853053a3b2 go fmt 2014-06-26 18:45:57 +01:00
zelig a243e3b858 new logger API for upstream merge 2014-06-25 17:59:35 +01:00
zelig 4141cc39d0 Merge remote-tracking branch 'upstream/develop' into feature/logging 2014-06-25 16:13:27 +01:00
Maran 589d27386a Fix key generation in ethPub 2014-06-25 14:05:55 +02:00
Maran 0c55a11318 Support hex and decimal keys for GetStorageAt RPC. Fixes ethereum/go-ethereum#74 2014-06-24 11:15:26 +02:00
zelig b9e8a3e024 modified logging API
- package vars for tagged loggers
- weed out spurious fmt.PrintX and log.PrintX logging
- tried to second guess loglevel for some :)
2014-06-23 12:54:10 +01:00
obscuren 81ef40010f The body of contracts are now returned instead 2014-05-25 14:13:54 +01:00
Maran d658a7f4ab Implemented missing EthPub calls in RPC server 2014-05-21 12:46:24 +02:00
Maran d31303a592 Implemented support for a custom RPC port 2014-05-13 12:01:34 +02:00
Maran a9d5656a46 Added support to NewJsonRpc to return an error as well as an interface
Also changed default port to 8080. Fixes #18
2014-05-13 11:49:55 +02:00
Maran 050684450b Assume arguments are supplied as strings to the rpc interface 2014-05-06 17:04:52 +02:00
Maran 3e5a7b34b1 Now with files 2014-05-05 15:15:43 +02:00