alex.sharov
|
005d715545
|
move gasLimits to remote db
|
2019-12-09 21:34:47 +07:00 |
|
alex.sharov
|
bb2f7080ce
|
Moved connection to .View method. Not very optimal, but it allow cancel connection from client side or configure timeout, also in future it will allow us make connection pool there (maybe don't need).
|
2019-12-06 08:12:02 +07:00 |
|
alex.sharov
|
ada5d88be8
|
fix linter warnings
|
2019-12-06 08:12:02 +07:00 |
|
alex.sharov
|
344b8029cc
|
handle interruption signals, added context for client and server. Only problem that it's context to DB, but not to each server call - it means you can't use HTTP Request context here (or create new connection on each request).
|
2019-12-06 08:12:02 +07:00 |
|
alex.sharov
|
75e0b1bc85
|
revert changed bucket name
|
2019-12-06 08:12:02 +07:00 |
|
alex.sharov
|
1ffbb97752
|
removed unnecessary allocations, add tcp context
|
2019-12-06 08:12:02 +07:00 |
|
alex.sharov
|
d8f93ae187
|
Batch cursor.First and cursor.Next for remote db.
|
2019-12-06 08:12:02 +07:00 |
|
Igor Mandrigin
|
28d9b7c812
|
Use binary tries for the stateless action as an option. (#218)
|
2019-12-04 13:48:38 +01: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 |
|
Igor Mandrigin
|
ebae2fe281
|
Add --noverify flag to /cmd/state to skip roots check. (#205)
|
2019-11-27 14:52:22 +01:00 |
|
Igor Mandrigin
|
4fb54a7b82
|
Write proper stats to the CSV file; restore charting capabilities. (#201)
|
2019-11-26 14:29:41 +01:00 |
|
Igor Mandrigin
|
ac085db07d
|
Use 'cobra' package to make a more modular CLI for stateless ethereum prototype. (#200)
|
2019-11-25 14:46:36 +01:00 |
|