Felix Lange
8b12bcc0ac
rpc: add receiptRoot to getBlock* responses
...
Fixes #1679
9 years ago
Felix Lange
bfbcfbe4a9
all: fix license headers one more time
...
I forgot to update one instance of "go-ethereum" in commit 3f047be5a
.
9 years ago
Felix Lange
3f047be5aa
all: update license headers to distiguish GPL/LGPL
...
All code outside of cmd/ is licensed as LGPL. The headers
now reflect this by calling the whole work "the go-ethereum library".
9 years ago
Felix Lange
ea54283b30
all: update license information
9 years ago
Jeffrey Wilcke
666a7dda36
core, eth, rpc: proper gas used. Closes #1417
...
Added some additional backward compatibility code for old receipts
9 years ago
Jeffrey Wilcke
4f7fc7b23f
rpc, xeth: fixed returned tx hash & receipt logs
9 years ago
Taylor Gerring
62559ac330
Cleanup
9 years ago
Taylor Gerring
30afd37604
Compose additional fields
9 years ago
Taylor Gerring
cd4cc309ae
Remove redundant function
9 years ago
Taylor Gerring
481b221279
Decode full receipt storage
9 years ago
Taylor Gerring
3a983d2419
Initial getTransactionReceipt support
9 years ago
Felix Lange
76821d167a
core, eth, rpc: avoid unnecessary block header copying
9 years ago
Bas van Kervel
2f55a1d798
restructured eth rpc API
10 years ago
obscuren
7e160a677d
xeth, core, event/filter, rpc: new block and transaction filters
10 years ago
Andy
3ef1cd43f6
fix for: Please remove the "minGasPrice" from block returns #754
10 years ago
obscuren
d61ec9ca76
rpc: removed hash from LogRes. Closes #701
10 years ago
obscuren
1c872ddf4b
Changed how logs are being recorded
...
Logs are now recorded per transactions instead of tossing them out after
each transaction. This should also fix an issue with
`eth_getFilterLogs` (#629 ) Also now implemented are the `transactionHash,
blockHash, transactionIndex, logIndex` on logs. Closes #654 .
10 years ago
Taylor Gerring
1d74086b42
New UncleRes type
10 years ago
Taylor Gerring
876ce0fb12
More nil checks
10 years ago
Taylor Gerring
14c14fd61f
Output empty block as nil
10 years ago
Taylor Gerring
f89baa73e5
transactionRoot -> transactionsRoot
10 years ago
Taylor Gerring
1045015a3c
Update nonce field
10 years ago
Taylor Gerring
b6f0b40037
Respect fullTx option #614
10 years ago
Taylor Gerring
ac03ff6f05
Fix block size output #613
10 years ago
Taylor Gerring
6e8ff578f1
Block nonce as data
10 years ago
Taylor Gerring
dbf17105f6
Build transaction context in BlockRes
10 years ago
Taylor Gerring
88f2a96ca3
Set fullTx option in constructor
10 years ago
Taylor Gerring
7e3875b527
Remove custom MarshalJSON methods
...
Now formats based on underlying hexdata or hexnum type. Fields directly
with respective constructors that cover from native types
10 years ago
Taylor Gerring
81aeb78976
Update output types to use hexnum or hexdata
...
Benefits from automatic output formatting differences between
quantities and data
10 years ago
Taylor Gerring
391d79ef44
Add ExtraData field to RPC output
10 years ago
Taylor Gerring
129fabddb2
Prefer hex prefixed with 0x
10 years ago
Taylor Gerring
e22bcb78a5
Update response types + tests
...
To coincide with recent type conversion
10 years ago
obscuren
0330077d76
moved state and vm to core
10 years ago
Taylor Gerring
670021da15
Rename topic to topics #544
10 years ago
Taylor Gerring
d670c861d7
Move Log to LogRes
10 years ago
obscuren
0a1eeca41e
conversions. -compilable-
10 years ago
Maran
7330c97b5b
DRY up the use of toHex in the project and move it to common
10 years ago
Taylor Gerring
d465e410ef
TxIndex -> Index
10 years ago
Taylor Gerring
ece29c5d8d
Nil check block
10 years ago
Taylor Gerring
499f816e30
Output hex should be prepended with 0x
10 years ago
Taylor Gerring
3d6519e45b
Update response types
10 years ago