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

Add the current status of the bridge #50

Open
nud3l opened this issue Jan 10, 2023 · 0 comments
Open

Add the current status of the bridge #50

nud3l opened this issue Jan 10, 2023 · 0 comments
Labels
enhancement New feature or request prio:medium

Comments

@nud3l
Copy link
Member

nud3l commented Jan 10, 2023

Goal

Add the status of individual components of the Interlay/Kintsugi networks.

Implementation

Store the state of a protocol along with its type and until when it was valid. Exact states will depend on the parachain events. Needs to be decided in interlay/interbtc#819

"state": [
  {
    "state": "Running",
    "type": "Bridge",
    "tillTimestamp": "2022-07-29T13:04:06.656000Z"
  },
  ...
]

Replaces

image

@nud3l nud3l added enhancement New feature or request prio:medium labels Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request prio:medium
Projects
Status: Todo
Development

No branches or pull requests

1 participant