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

fix default entrypoint #53

Merged
merged 1 commit into from
Jan 9, 2024
Merged

fix default entrypoint #53

merged 1 commit into from
Jan 9, 2024

Conversation

turadg
Copy link
Member

@turadg turadg commented Jan 9, 2024

In the shuffle to Agoric-SDK and back, #46 lost the lastPassedProposal functionality.

That made the main image include more pending proposals, which broke agoric-sdk integration builds. Agoric/agoric-sdk@34fe9a4 is a work-around that I'll revert after this image builds.

This fixed doesn't need a release because this new code won't execute outside this repo.

@turadg turadg requested review from mhofman and michaelfig January 9, 2024 16:55
@turadg turadg enabled auto-merge January 9, 2024 16:58
Copy link
Member

@mhofman mhofman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Comment on lines +246 to +250
// If one of the proposals is a passed proposal, make the latest one the default entrypoint
const lastPassed = lastPassedProposal(allProposals);
if (lastPassed) {
blocks.push(stage.DEFAULT(lastPassed));
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@turadg turadg merged commit 970e4f5 into main Jan 9, 2024
1 check passed
@turadg turadg deleted the ta/fix-main branch January 9, 2024 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants