-
Notifications
You must be signed in to change notification settings - Fork 2
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
POI Dispute service #12
Open
goaaron
wants to merge
11
commits into
main
Choose a base branch
from
goaaron/poi_dispute_service
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
…t blocks...coming up automate the creation of divergent blocks broken fix conflict with sqlalchemy version make the dispute stage an enum all apis v0 and insomnia requests cleanup and documentation on how to run the application remove debugger modify version of ipfshttpclient, change module name from web3 to w3 addendum to readme requirements container file and Makescripts Update README.md multi stage docker build. use poetry inside of docker Build dockerfile added cicd and k8s files run on updated k8s .github paths fix cicd context fix repo name moving some fields to enums. cleanup some async code base frontend for dispute portal foundation redux actions bump webpack, setup base dispute page expose get all disputes list disputes simplify state with zustand merge state updates swap out the stages of the dispute allows frontend to toggle the stages of the dispute swap state in the frontend prior to revalidation. revalidation still hits later sort, filter, visualize uploaded data dispute portal list events Fix rainbow Fix setup when the config file is not yet created Define files to use when publishing package Add bin and cleanup gitignore filter disputes by status (#13) * filter by status * Update README.md Simplify cli (#14) * remove dispute command and show help by default * update README.md * fix usage Add Economics section and fetch network settings (#15) Sort disputes by date (#16) v0.2.0 Add defaultDisplayName to indexer and fisherman (#17) Check thawing period before resolving dispute (#19) Support for multiple ids on show and improved styling (#20) * Support for multiple ids on show and improved styling * Replace treeify with object-treeify Add closing epoch startBlock and poi info (#21) v0.3.0 [#24] Fix show command (#25) v0.3.1 remove conf file testing deployment
goaaron
force-pushed
the
goaaron/poi_dispute_service
branch
from
September 23, 2021 19:28
37f67e2
to
cf4bf77
Compare
…into goaaron/poi_dispute_service
goaaron
force-pushed
the
goaaron/poi_dispute_service
branch
from
September 23, 2021 23:35
089ce9a
to
84cfc87
Compare
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.
Code here is an MVP for automating the process of collecting indexer data,generating divergent blocks and matching events, and using those to determine a root cause for POI mismatch. This is one part of the tool, the other part is a subsequent PR against graph-node.
Workflow goes like this (potential add-ons noted):
API DOCS and Stubs
SwaggerUI available at
http://localhost:8000/docs
Insomnia API request collections also in its own directory
Immediate things to do