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

Add upgrade_at field to SoftwareUpgradeProposal #20

Open
DenisCarriere opened this issue Oct 11, 2024 · 0 comments
Open

Add upgrade_at field to SoftwareUpgradeProposal #20

DenisCarriere opened this issue Oct 11, 2024 · 0 comments
Assignees
Milestone

Comments

@DenisCarriere
Copy link
Contributor

DenisCarriere commented Oct 11, 2024

MintScan includes a timestamp for upgrade at

  • uses timestamp of block of height
  • consider that the block is in the future and does not have a timestamp yet until the block exists
  • could do a @deriveFrom of block, however we do not know the "id" of the block until the future, perhaps we can change block.id to use number instead of id (hash), this would allow us to reference blocks in the past and whenever the blocks appear in the future, they would be linked.
  • Need to consider being able to query SoftwareUpgradeProposal when the future block of upgrade_at does not yet exists

https://www.mintscan.io/cosmos/proposals/924

image
@DenisCarriere DenisCarriere added this to the v0.2.0 milestone Oct 11, 2024
@zolting zolting modified the milestones: v0.2.0, v0.3.0 Nov 8, 2024
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

No branches or pull requests

2 participants