Merged
Conversation
f165583 to
225e99a
Compare
225e99a to
d8d139a
Compare
ma2bd
added a commit
that referenced
this pull request
Sep 23, 2025
## Motivation Update the frontend to finish the work after #39 ## Proposal * Update the APP_ID and other constants to follow the new design * Make the new app query the puzzles solved by the previous one * Use 4 scoring chains The description of the scoring chains and the mapping from user address is in the web app itself. This means we can change it later. CAVEAT: By allowing several scoring chains that can change, we're making the tracking of scores in the portal more difficult in several ways. * Old scoring chains must always be queried for some time because users may still use the old app. * When we change the set of chains, reports of solved puzzles may become duplicated. ## Test Plan Manually tested with test user (old app then new app)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Add flexibility in how we use scoring chain(s)
Proposal
Test Plan
CI + manual tests