status-go/t/devtests
Dmitry Shulyak e20648ecc7
[services/wallet] Several changes in API after feedback (#1517)
[services/wallet] Several changes in API after feedback

- Timestamp from block header stored in blocks table and added to each transfers
- From field is computed from signature to offload this computation from client side
- `history` event is added back, so that client can ignore historical blocks when watching
only for new blocks
-  block number and timestamp are marshalled in hex. consistent with ethereum data structures
2019-07-10 12:08:43 +03:00
..
eventer Add local implementation of the newFilter call using remote getLogs call (#1235) 2018-10-23 08:11:11 +03:00
miner Download transfers starting from latest block header (#1467) 2019-06-14 13:16:30 +03:00
testchain Download transfers starting from latest block header (#1467) 2019-06-14 13:16:30 +03:00
devnode.go Download transfers starting from latest block header (#1467) 2019-06-14 13:16:30 +03:00
filters_test.go Implement eth_getFilterLogs (#1265) 2018-11-06 07:41:36 +01:00
tranfers_test.go [services/wallet] Several changes in API after feedback (#1517) 2019-07-10 12:08:43 +03:00