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

POI Dispute service #12

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

POI Dispute service #12

wants to merge 11 commits into from

Commits on Sep 23, 2021

  1. apis and data models for data wrangling prior to calculating divergen…

    …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 committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    cf4bf77 View commit details
    Browse the repository at this point in the history
  2. install readme

    goaaron committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    a6303cd View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/edgeandnode/graph-disputes

    …into goaaron/poi_dispute_service
    goaaron committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    e81af8d View commit details
    Browse the repository at this point in the history
  4. cleanup and try redeploy

    goaaron committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    fc1f162 View commit details
    Browse the repository at this point in the history
  5. cleanup

    remove debugging
    
    print out databse connection
    
    point to the correct container repostiory
    
    don't fully declar ghcr.io for container. update on k8s update
    
    move to entrypoint
    
    change to shell
    
    forego the entrypoint script
    goaaron committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    84cfc87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd05c48 View commit details
    Browse the repository at this point in the history
  7. move port to 8000

    goaaron committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    5d23f19 View commit details
    Browse the repository at this point in the history
  8. forward service on 8000

    goaaron committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    26650d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. frontend docker image

    goaaron committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    b4b94e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab8d2cc View commit details
    Browse the repository at this point in the history
  3. point to service keys

    goaaron committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    bc1256f View commit details
    Browse the repository at this point in the history