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

ChainSelection could pass around a ExtLedgerState instead of an STM action for it #1327

Open
jasagredo opened this issue Nov 22, 2024 · 0 comments
Labels
good first issue Good for newcomers UTxO-HD

Comments

@jasagredo
Copy link
Contributor

As noted by Alex here, it seems reasonable that we can pass around an ExtLedgerState because the ChainSelection is the only component that can alter that one, so the STM action will always return the same value.

However in order not to risk the implementation, we followed what was already there. Lets try it after the merge.

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 UTxO-HD
Projects
None yet
Development

No branches or pull requests

1 participant