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

Update get sync status and add UI card #321

Closed
wants to merge 6 commits into from

Conversation

dkackman
Copy link
Contributor

@dkackman dkackman commented Feb 8, 2025

Fixes #303

  • Adds peer count and max peer height to get_sync_status
    • This does make get_sync_status take a dependency on peer_state
  • Adds a SyncCard to display on the PeerList page (renamed to SyncStatus)
  • Added a FormattedAddressBox to display the burn address. This can be reused in a few different places where addresses with a copy box are displayed but would create merge conflict with the transaction-ui branch

@dkackman dkackman marked this pull request as draft February 8, 2025 18:39
@dkackman
Copy link
Contributor Author

dkackman commented Feb 9, 2025

wiring this into the ui requires sync events on the backend in the peer state. closing the PR - will redo with rpc only

@dkackman dkackman closed this Feb 9, 2025
@dkackman dkackman deleted the get_sync_status branch February 9, 2025 01:26
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.

RPC: get_sync_status -- Request adding sync height
1 participant