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 version number to registered #658

Merged
merged 9 commits into from
Mar 6, 2024
Merged

Conversation

JesseAbram
Copy link
Member

@JesseAbram JesseAbram commented Mar 4, 2024

Closes #646

Copy link

vercel bot commented Mar 4, 2024

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

Name Status Preview Comments Updated (UTC)
entropy-core ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 5, 2024 11:45pm

@JesseAbram JesseAbram changed the title add version number to registered Add version number to registered Mar 4, 2024
Copy link
Collaborator

@HCastano HCastano left a comment

Choose a reason for hiding this comment

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

Few small things, but looks good.

Can you also add the "Bump spec_version" label to the PR?

pallets/relayer/src/tests.rs Outdated Show resolved Hide resolved
pallets/relayer/src/tests.rs Outdated Show resolved Hide resolved
pallets/relayer/src/tests.rs Outdated Show resolved Hide resolved
pallets/relayer/src/mock.rs Outdated Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
CHANGELOG.md Outdated
@@ -20,11 +20,12 @@ At the moment this project **does not** adhere to
`StakingExtensionConfigproactive_refresh_data` and takes a tuple of `Vec`. Both should be empty at
genesis for production.
- In [#631](https://github.com/entropyxyz/entropy-core/pull/631), the `config_interface` field of `ProgramInfo` was renamed to `interface_description` to be more semantically accurate. This field will now be used to describe program interfaces, including the auxilary and configuration interfaces of the program.
- In [#658](https://github.com/entropyxyz/entropy-core/pull/658), `RegisteredInfo` and `RegisteredInfo` now contain `version_number`
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
- In [#658](https://github.com/entropyxyz/entropy-core/pull/658), `RegisteredInfo` and `RegisteredInfo` now contain `version_number`
- In [#658](https://github.com/entropyxyz/entropy-core/pull/658), `RegisteredInfo` and `RegisteringDetails` now contain `version_number`

You'll also need to make a note of the new KeyVersionNumber config parameter.

Copy link
Member Author

Choose a reason for hiding this comment

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

In the change log? doesn't that not touch outside interactions so should remain off the breaking changes

Copy link
Collaborator

Choose a reason for hiding this comment

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

@JesseAbram if any external developer were to use our pallet, they would need to know about this

@JesseAbram JesseAbram added the Bump `spec_version` A change which affects the current runtime behaviour label Mar 5, 2024
JesseAbram and others added 5 commits March 4, 2024 18:20
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
Copy link
Contributor

@ameba23 ameba23 left a comment

Choose a reason for hiding this comment

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

💯 Good move.

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
@JesseAbram JesseAbram merged commit 2e0336f into master Mar 6, 2024
10 checks passed
@JesseAbram JesseAbram deleted the add-version-number-to-key-share branch March 6, 2024 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bump `spec_version` A change which affects the current runtime behaviour
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Version number in registered state
3 participants