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

Bug fixes / tech debt + Report Tx Id paste + Incentives + Delegates #1

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

Conversation

elliotsayes
Copy link

@elliotsayes elliotsayes commented Jan 13, 2024

Changes:

  • Upgraded to stable version of @tanstack/react-router

  • Schema matches new format of GatewayAddressRegistry

  • Fixed issue when two Registry items share the same hostname, now has a seperate page for each.

Before: Screenshot 2024-01-13 at 5 16 06 PM After: Screenshot 2024-01-13 at 5 15 10 PM
  • Filters out SmartContract interactions from report GQL query by Content-Type as json.
  • "Paste & go" field for arbitrary report TxIds. Available on any report page.
Screenshot 2024-01-26 at 12 13 51 PM
  • Issues: sometimes cannot determine the source host from the report. Is there a reliable way to do this?
  • Reading from Incentive contract, tentatively displaying rewards percentage column.
Screenshot 2024-01-26 at 12 19 48 PM
  • Tidied up report/observe columns into a dropdown
Screenshot 2024-01-26 at 12 21 20 PM
  • Distribution Info, Network switcher
Screenshot 2024-02-02 at 11 59 18 PM
  • Persistent (localstorage) column show/hide
  • Misc tech debt

:

- No longer lists saved observations that it is incompatible with (i.e. SmartContract format of v0.0.3) - Note that the GQL query is now a bit slower because it is filtering on two tags (`App-Name` and `App-Version`) instead of one. - Greys out / disables observations (i.e. v0.3.0 / SmartContract format) that it is incompatible with. - TODO: Support for 0.3.0

Preview:
https://gateway-explorer.vercel.app/#

@elliotsayes elliotsayes changed the title Bug fixes / tech debt + Report Tx Id paste + Incentives Bug fixes / tech debt + Report Tx Id paste + Incentives + Delegates Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant