Skip to content

Conversation

@guibescos
Copy link
Contributor

@guibescos guibescos commented Dec 4, 2024

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

@vercel
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.

3 participants