Roman

Results 62 issues of Roman

Because `TransactionDb` is not implemented in terms of `DBCommon`, it's not possible to create backup for `TransactionDb` (but surprisingly it is possible to create a backup for `OptimisticTransactionDB`). Why is...

In previous versions it was possible to remove precompiles with: ``` let p = precompiles.to_mut(); p.remove(address); ``` Would you please provide the same functionality or tell me a suitable API...