aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/responses.go
Commit message (Expand)AuthorAgeFilesLines
* xeth, core, event/filter, rpc: new block and transaction filtersobscuren2015-05-071-0/+11
* fix for: Please remove the "minGasPrice" from block returns #754Andy2015-04-211-6/+0
* rpc: removed hash from LogRes. Closes #701obscuren2015-04-141-1/+0
* Changed how logs are being recordedobscuren2015-04-081-6/+10
* New UncleRes typeTaylor Gerring2015-04-021-5/+54
* More nil checksTaylor Gerring2015-04-021-2/+4
* Output empty block as nilTaylor Gerring2015-04-021-1/+1
* transactionRoot -> transactionsRootTaylor Gerring2015-04-021-3/+3
* Update nonce fieldTaylor Gerring2015-04-011-1/+1
* Respect fullTx option #614Taylor Gerring2015-04-011-0/+95
* Fix block size output #613Taylor Gerring2015-04-011-1/+1
* Block nonce as dataTaylor Gerring2015-04-011-2/+2
* 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