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

[TODO] @bryanchriswhite's Iteration16 TODOs #586

Closed
15 tasks done
bryanchriswhite opened this issue Jun 4, 2024 · 1 comment · Fixed by #608, #629, #628 or #478
Closed
15 tasks done

[TODO] @bryanchriswhite's Iteration16 TODOs #586

bryanchriswhite opened this issue Jun 4, 2024 · 1 comment · Fixed by #608, #629, #628 or #478
Assignees
Labels
code health Cleans up some code

Comments

@bryanchriswhite
Copy link
Contributor

bryanchriswhite commented Jun 4, 2024

Objective

Tackle all on-chain blockers assigned to @bryanchriswhite

Origin Document

Goals

Deliverables

The output of the following command from #577:

grep -r "TODO_BLOCKER(@bryanchriswhite)" . | sed 's/^/- [ ] `/' | sed 's/:/`:/'

#608

  • [TODOs] chore: cleanup validate session ID TODOs #608
  • ./x/proof/types/query_validation.go: // TODO_BLOCKER(@bryanchriswhite): Validate the session ID once we have a deterministic way to generate it
  • ./x/proof/types/query_validation.go: Msg("TODO_BLOCKER(@bryanchriswhite): Validate the session ID once we have a deterministic way to generate it")
  • ./x/proof/types/query_validation.go: // TODO_BLOCKER(@bryanchriswhite): Validate the session ID once we have a deterministic way to generate it
  • ./x/proof/types/query_validation.go: Msg("TODO_BLOCKER(@bryanchriswhite): Validate the session ID once we have a deterministic way to generate it")

#627

  • [TODO] chore: cleanup done TODOs #627
  • ./x/proof/keeper/msg_server_create_claim.go: // TODO_BLOCKER(@bryanchriswhite): Prevent Claim upserts after the ClaimWindow is closed.
  • ./x/proof/keeper/msg_server_create_claim.go: // TODO_BLOCKER(@bryanchriswhite): Validate the signature on the Claim message corresponds to the supplier before Upserting.
  • ./x/proof/keeper/msg_server_submit_proof.go:// TODO_BLOCKER(@bryanchriswhite): Prevent proof upserts after the tokenomics
  • ./pkg/relayer/session/session.go: // TODO_BLOCKER(@bryanchriswhite): Introduce governance claim and
  • ./load-testing/tests/relays_stress_helpers_test.go: // TODO_BLOCKER(@bryanchriswhite): replace with gov param query when available.
  • ./load-testing/tests/relays_stress_helpers_test.go: // TODO_BLOCKER(@bryanchriswhite): replace with gov param query when available.

#628

#629

#478


Creator: @bryanchriswhite

@bryanchriswhite
Copy link
Contributor Author

Closing despite #629 still being in review as it is tracked by #580

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment