Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Add config for legacy that stores brackets #7499

Closed
Tracked by #7136
ishantiw opened this issue Sep 7, 2022 · 0 comments · Fixed by #7537
Closed
Tracked by #7136

Add config for legacy that stores brackets #7499

ishantiw opened this issue Sep 7, 2022 · 0 comments · Fixed by #7537
Assignees
Milestone

Comments

@ishantiw
Copy link
Contributor

ishantiw commented Sep 7, 2022

Description

Accept config options for legacy data to manually add range of legacy blocks for a version.

legacy: {
  brackets: [{
     startHeight: number;
     snapshotHeight: number;
     snapshotBlockID: Buffer;
  }],
  sync: boolean;
}

Add it to the application config and also update related tests

Acceptance Criteria

  • Should have all the unit tests covering the above config change
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants