This repository has been archived by the owner on Mar 1, 2019. It is now read-only.
Make it possible to test syncing wallets in the integration tests #285
Labels
EPIC
Epic Story: keeps track of smaller ones
Context
From the user standpoint wallet can be in two states ->
syncing
andsynced
.Regardless of the state of the wallet there are certain operations that can be performed on it. These are:
We should be able to test that, ideally in the integration tests.
Unfortunately at this point it is not possible to achieve that in the integration tests as We do keep the last 2160 blocks in memory, so restoring on a blockchain that is shorter than that will be instantaneous
cf. -> cardano-foundation/cardano-wallet#274 (comment)
This request is about providing such possibility for the local cluster so we are able to add such tests for the wallet. The idea from the comment above -> start the cluster on a "pre-constructed" DB dump
Decision
Make it possible to test wallet in the
syncing
stateAcceptance Criterias
Development Plan
PR
develop
QA
Retrospective
The text was updated successfully, but these errors were encountered: