Commit Graph

7 Commits

Author SHA1 Message Date
alex.sharov
570d3b79d7 initial implementation of eth_GetBlockByNumber, for now I did copy much functions from eth source because we may need max flexibility for benchmarks of rpcdaemon 2019-12-03 09:07:33 +07:00
Alexey Akhunov
f7b6b524fe Fix memprofile/cpuprofile confusion 2019-12-03 09:07:33 +07:00
Alexey Akhunov
1cd328d152 Fix lint 2019-12-03 09:07:21 +07:00
Alexey Akhunov
335ef77249 First working RPC command eth_blockNumber 2019-12-03 09:07:21 +07:00
Alexey Akhunov
95ca76e440 Fix lint 2019-12-03 09:07:13 +07:00
Alexey Akhunov
2026f74f04 Fix CLI 2019-12-03 09:07:13 +07:00
ledgerwatch
8cb96471a3
Skeleton of RPC daemon, for 1 operation eth_blockNumber (#209)
* Finish CmdSeek and add CmdNext

* Add remoteDb listener and RPC daemon CLI

* Fix test

* Fix CLI

* Fix lint

* Fix unreachable code

* Fix lint

* First working RPC command eth_blockNumber

* Fix lint

* Fix lint

* Fix memprofile/cpuprofile confusion

* Add comment
2019-12-02 13:47:00 +00:00