Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

test_client should use client-db backed by an in-memory KVDB #1603

@rphmeier

Description

@rphmeier

Currently the test_client is using the in_mem implementation of client::Backend. The actual client-db should be used, but with a kvdb-memorydb.

pub type Backend = client::in_mem::Backend<runtime::Block, Blake2Hasher>;

Metadata

Metadata

Assignees

Labels

I5-testsTests need fixing, improving or augmenting.J0-enhancementAn additional feature request.Z1-easyCan be fixed primarily by duplicating and adapting code by an intermediate coder

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions