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

[Governance] Sanity check governance parameter migration #660

Open
9 tasks
Olshansk opened this issue Jul 4, 2024 · 0 comments
Open
9 tasks

[Governance] Sanity check governance parameter migration #660

Olshansk opened this issue Jul 4, 2024 · 0 comments
Assignees
Labels
governance Governance related changes on-chain On-chain business logic protocol General core protocol related changes

Comments

@Olshansk
Copy link
Member

Olshansk commented Jul 4, 2024

Objective

Identify any missing gaps in gov params between Morse & Shannon.

Origin Document

pokt_params () {
	curl --location -X 'POST' -H 'Content-Type: application/json' "${POCKET_ENDPOINT}/v1/query/allParams" | jq
}

Goals

  • Identify missing gaps between Shannon & Morse parity

Deliverables

  • A table that details out:
    • Parameters in Morse WITH their equivalent in Shannon (migrated)
    • Parameters in Morse THAT DO NOT HAVE their equivalent in Shannon (deleted)
    • Parameters in Shannon THAT DID NOT exist in Morse (added)
  • Create any necessary downstream work

Non-goals / Non-deliverables

  • Implementing any missing changes

General deliverables

  • Comments: Add/update TODOs and comments alongside the source code so it is easier to follow.
  • Testing: Add new tests (unit and/or E2E) to the test suite.
  • Makefile: Add new targets to the Makefile to make the new functionality easier to use.
  • Documentation: Update architectural or development READMEs; use mermaid diagrams where appropriate.

Creator: @Olshansk
Co-Owners: @moatus

@Olshansk Olshansk added protocol General core protocol related changes on-chain On-chain business logic labels Jul 4, 2024
@Olshansk Olshansk added this to the Shannon Beta TestNet Launch milestone Jul 4, 2024
@Olshansk Olshansk self-assigned this Jul 4, 2024
@Olshansk Olshansk added the governance Governance related changes label Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
governance Governance related changes on-chain On-chain business logic protocol General core protocol related changes
Projects
Status: 🔖 Ready
Development

No branches or pull requests

1 participant