forked from cerc-io/plugeth
ethdb/remotedb, cmd: add support for remote (readonly) databases (#24836)
* ethdb/remotedb, cmd: add support for remote (readonly) databases * ethdb/remotedb: minor changes * ethdb/remotedb: close the conn * cmd, ethdb: add rpc accessor for ancient data * internal/ethapi: license * ethdb/remotedb: linter fixes
This commit is contained in:
@@ -475,6 +475,16 @@ web3._extend({
|
||||
call: 'debug_dbGet',
|
||||
params: 1
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'dbAncient',
|
||||
call: 'debug_dbAncient',
|
||||
params: 2
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'dbAncients',
|
||||
call: 'debug_dbAncients',
|
||||
params: 0
|
||||
}),
|
||||
],
|
||||
properties: []
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user