e3: reduce size of domain/hist/ii files. remove history concept from api. #81
Annotations
4 errors
test-integration:
erigon-lib/kv/temporal/kv_temporal.go#L82
cannot use tx (variable of type *Tx) as kv.TemporalTx value in return statement: *Tx does not implement kv.TemporalTx (missing method GetAsOf)
|
test-integration:
erigon-lib/kv/remotedbserver/remotedbserver.go#L632
cannot use kv.History(req.Table) (value of type kv.History) as kv.Domain value in argument to ttx.HistoryRange
|
test-integration:
erigon-lib/kv/remotedb/kv_remote.go#L50
cannot use (*tx)(nil) (value of type *tx) as kv.TemporalTx value in variable declaration: *tx does not implement kv.TemporalTx (missing method GetAsOf)
|
test-integration
Process completed with exit code 1.
|
Loading