aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/responses.go
Commit message (Expand)AuthorAgeFilesLines
* Build transaction context in BlockResTaylor Gerring2015-04-011-9/+10
* Set fullTx option in constructorTaylor Gerring2015-04-011-1/+4
* Remove custom MarshalJSON methodsTaylor Gerring2015-04-011-195/+83
* Update output types to use hexnum or hexdataTaylor Gerring2015-03-311-102/+108
* Add ExtraData field to RPC outputTaylor Gerring2015-03-291-2/+2
* Prefer hex prefixed with 0xTaylor Gerring2015-03-291-2/+2
* Update response types + testsTaylor Gerring2015-03-251-58/+79
* moved state and vm to coreobscuren2015-03-231-1/+1
* Merge branch 'develop' into conversionobscuren2015-03-211-3/+3
|\
| * Rename topic to topics #544Taylor Gerring2015-03-211-3/+3
* | mergeobscuren2015-03-201-0/+26
|\|
| * Move Log to LogResTaylor Gerring2015-03-201-0/+26
* | mergeobscuren2015-03-191-18/+18
|\|
| * DRY up the use of toHex in the project and move it to commonMaran2015-03-161-30/+31
* | conversions. -compilable-obscuren2015-03-181-36/+41
|/
* TxIndex -> IndexTaylor Gerring2015-03-111-0/+1
* Nil check blockTaylor Gerring2015-03-111-0/+4
* Output hex should be prepended with 0xTaylor Gerring2015-03-111-32/+33
* Update response typesTaylor Gerring2015-03-111-0/+206