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

[CHIA-2192] Add singleton records to action scopes #19138

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Quexington
Copy link
Contributor

The DataLayer wallet was made a while back and we kind of just accepted that this extra piece of database information (SingletonRecords) would sometimes be out of sync with the transactions we had made. We even have guardrails and recovery paths for this. This PR should eliminate the need for all of that by ensuring that singleton records only get added to the database if the action succeeds and transactions are pushed etc.

@Quexington Quexington added the Changed Required label for PR that categorizes merge commit message as "Changed" for changelog label Jan 14, 2025
@Quexington Quexington marked this pull request as ready for review January 14, 2025 15:18
@Quexington Quexington requested a review from a team as a code owner January 14, 2025 15:18
@Quexington Quexington closed this Jan 14, 2025
@Quexington Quexington reopened this Jan 14, 2025
@Quexington Quexington closed this Jan 15, 2025
@Quexington Quexington reopened this Jan 15, 2025
@Quexington Quexington changed the title Add singleton records to action scopes [CHIA-2192] Add singleton records to action scopes Jan 15, 2025
@Quexington Quexington closed this Jan 16, 2025
@Quexington Quexington reopened this Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changed Required label for PR that categorizes merge commit message as "Changed" for changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants