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: minor fixes #2166

Merged
merged 2 commits into from
Dec 6, 2024
Merged

fix: minor fixes #2166

merged 2 commits into from
Dec 6, 2024

Conversation

guibescos
Copy link
Contributor

@guibescos guibescos commented Dec 4, 2024

  • set minimum publishers in proposal after changing publisher set
  • fix proposals time

Copy link

vercel bot commented Dec 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
api-reference ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 6, 2024 1:42pm
proposals ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 6, 2024 1:42pm
staking ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 6, 2024 1:42pm
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
component-library ⬜️ Ignored (Inspect) Visit Preview Dec 6, 2024 1:42pm
insights ⬜️ Ignored (Inspect) Visit Preview Dec 6, 2024 1:42pm

if (firstBlockTime) {
setTime(new Date(firstBlockTime * 1000))
}
})
Copy link
Collaborator

Choose a reason for hiding this comment

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

We should probably add a catch, even if it's just to log -- generally you should include a catch any time you use a promise without async/await, otherwise uncaught async errors can put the application in a bad state but be very hard to debug

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

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