erigon-pulse/ethdb/remote
2019-12-09 21:34:47 +07:00
..
bolt_remote_test.go 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
bolt_remote.go limit parallel connections on server, move batchSize into cursor - maybe will add method cursor.SetBatchSize() 2019-12-09 21:34:47 +07:00
chain_remote.go move gasLimits to remote db 2019-12-09 21:34:47 +07:00