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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix: minor fixes #2166

wants to merge 1 commit into from

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 4, 2024 3:05pm
proposals ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 4, 2024 3:05pm
staking ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 4, 2024 3:05pm
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
component-library ⬜️ Ignored (Inspect) Visit Preview Dec 4, 2024 3:05pm
insights ⬜️ Ignored (Inspect) Visit Preview Dec 4, 2024 3:05pm

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

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