Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database, CP Node, Version Checks #77

Open
reinamora137 opened this issue Dec 3, 2023 · 2 comments
Open

Database, CP Node, Version Checks #77

reinamora137 opened this issue Dec 3, 2023 · 2 comments
Assignees
Labels
good first issue Good for newcomers indexer Indexer related issues
Milestone

Comments

@reinamora137
Copy link
Collaborator

This may lead to further discussion around version pinning on the requirements.txt modules, but the most important is finalizinng/verifying the index on each CP version.

Some db version checks for reference are here: https://github.com/stampchain-io/btc_stamps/pull/75/files#diff-f616c782943a0e1948d5c234c45d041ce3478102ccd58bb37ab359975fd7397cL142-L187

Also see def get_cp_version(): in xcprequest.py. We just need to add the versions we have validated in check.py so the indexer stops if the user is hitting a version we have not validated.

@Chriton Chriton added the indexer Indexer related issues label Dec 20, 2023
@reinamora137
Copy link
Collaborator Author

CP has been staying in consensus with all the current upgrades. Testing across multiple 10.x and 9.x nodes continues without interruption in stamp numbering.

@reinamora137 reinamora137 self-assigned this May 16, 2024
@reinamora137
Copy link
Collaborator Author

consensus changes coming in CP version 10.3 which we will want to check to validate that version is in use

@reinamora137 reinamora137 added this to the 1.8.6 milestone Jun 27, 2024
@reinamora137 reinamora137 added the good first issue Good for newcomers label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers indexer Indexer related issues
Projects
None yet
Development

No branches or pull requests

2 participants