-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In functional tests we use p2p interface to retrieve the snapshot before broadcasting to other nodes. It works fine but now we want to extend tests and broadcast the valid snapshot but which is not part of finalized epoch. The issue is that from p2p we can't receive the non-finalized snapshot to simulate this scenario. Having an RPC command to retrieve any available snapshot will help us to extend fast sync tests. Signed-off-by: Kostiantyn Stepaniuk <kostia@thirdhash.com>
- Loading branch information
Kostiantyn Stepaniuk
committed
Apr 2, 2019
1 parent
59ec8c7
commit 9554954
Showing
2 changed files
with
48 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters