coffeepots
|
6a55c59cc5
|
Simplify populating transaction object by moving fetching inside proc
|
2018-08-29 16:01:43 +03:00 |
coffeepots
|
bdb48b9438
|
Update account gas in transaction blocks
|
2018-08-29 16:01:43 +03:00 |
coffeepots
|
f8a3581af5
|
Add sender address derivation for several RPCs
|
2018-08-29 16:01:43 +03:00 |
coffeepots
|
55fee296d8
|
Update estimateGas return type, copy header logs bloom for block header
|
2018-08-29 16:01:43 +03:00 |
coffeepots
|
53bd7774db
|
Add sender to getReceipt, calculate transaction hash once
|
2018-08-29 16:01:43 +03:00 |
coffeepots
|
d901c20bb2
|
Add toSignature(Transaction) and getSender(Transaction) local procs
|
2018-08-29 16:01:43 +03:00 |
coffeepots
|
6223a9a638
|
Add eth_newFilter stub now types are fixed
|
2018-08-29 16:01:43 +03:00 |
coffeepots
|
dedb63a7f7
|
eth_sign (sans retrieval of account private key)
|
2018-08-29 16:01:43 +03:00 |
coffeepots
|
f51fca2cae
|
Add cumulativeGas to receipts, update FilterLog type, getWork type
|
2018-08-29 16:01:43 +03:00 |
Yuriy Glukhov
|
e3be8ca30a
|
Separate Chain from ChainDB
|
2018-08-29 11:49:01 +03:00 |
coffeepots
|
9d506993a1
|
Add some error checking for missing body hash
|
2018-08-21 13:33:38 +01:00 |
coffeepots
|
6ac68b1c12
|
eth_getUncleByBlockNumberAndIndex
|
2018-08-21 13:33:37 +01:00 |
coffeepots
|
cd85ed2281
|
eth_getUncleByBlockHashAndIndex, populate uncle hashes, not full uncles
|
2018-08-21 13:33:37 +01:00 |
coffeepots
|
09861bf2e2
|
eth_getTransactionReceipt
|
2018-08-21 13:33:37 +01:00 |
coffeepots
|
79b0032583
|
eth_getTransactionByBlockNumberAndIndex
|
2018-08-21 13:33:37 +01:00 |
coffeepots
|
3b53f18b84
|
eth_getTransactionByBlockHashAndIndex
|
2018-08-21 13:33:37 +01:00 |
coffeepots
|
19c68422bc
|
eth_getTransactionByHash
|
2018-08-21 13:33:37 +01:00 |
coffeepots
|
8524c0b060
|
Fixes (eg eth_getTransactionCount) and helper funcs
|
2018-08-21 13:33:37 +01:00 |
coffeepots
|
22590dea32
|
eth_getBlockByNumber, using actual BlockHeader hash now
|
2018-08-15 14:12:49 +01:00 |
coffeepots
|
845866fc97
|
eth_getBlockByHash, changes to support returning marshalled Nim types
|
2018-08-15 14:08:40 +01:00 |
coffeepots
|
ee15f4a995
|
eth_getCode and helper func strToAddress
|
2018-08-14 18:22:31 +01:00 |
coffeepots
|
25f8123c6f
|
eth_getUncleCountByBlockNumber
|
2018-08-14 16:55:57 +01:00 |
coffeepots
|
0e9edf8032
|
eth_getUncleCountByBlockHash
|
2018-08-14 16:55:28 +01:00 |
coffeepots
|
b9906fb263
|
eth_getBlockTransactionCountByNumber
|
2018-08-14 16:54:59 +01:00 |
coffeepots
|
1871a7b090
|
eth_getBlockTransactionCountByHash
|
2018-08-14 16:53:45 +01:00 |
coffeepots
|
404d4d883d
|
eth_getTransactionCount
|
2018-08-14 16:52:30 +01:00 |
coffeepots
|
c3fbb0a098
|
Add eth_syncing, eth_getStorageAt, eth_blockNumber, eth_coinbase and some stubs
|
2018-08-13 19:29:38 +01:00 |
coffeepots
|
07e28ac01e
|
proc to func and update names
|
2018-08-09 13:50:49 +03:00 |
coffeepots
|
64b96cd8f5
|
Remove redundant conversion
|
2018-08-09 13:50:49 +03:00 |
coffeepots
|
a027ca2b25
|
eth_getBalance in p2p
|
2018-08-09 13:50:49 +03:00 |
Zahary Karadjov
|
7f4d97dca0
|
add the ETH and LES protocol implementations to the nimbus build
|
2018-07-23 00:34:43 +03:00 |
coffeepots
|
6e10e306a6
|
Change import from eth-rpc to json_rpc
|
2018-07-20 08:57:51 +01:00 |
Zahary Karadjov
|
9c88710ed6
|
Apply the P2PServer -> EthereumNode rename
|
2018-07-12 14:14:04 +03:00 |
cheatfate
|
533bd6caf4
|
Integrated P2P & RPC servers.
|
2018-06-20 20:27:32 +03:00 |