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

feat(dashmate): insight, core block explorer #1581

Merged
merged 2 commits into from
Nov 20, 2023
Merged

Conversation

shumkov
Copy link
Member

@shumkov shumkov commented Nov 16, 2023

Issue being fixed or feature implemented

The platform explorer requires insight to obtain utxos for simple wallet. To enable platfrom explorer for dashmate local network we need insight to be started

What was done?

  • Added insight API and UI to dashmate
  • Enable insight api with yarn setup

Usage

core.insight.enabled to enable API, and core.insight.ui.enabled to UI (API must be enabled too)

Use API:

curl http://127.0.0.1:3001/insight-api/block-index/0

Open UI:

open http://127.0.0.1:3001/insight/

How Has This Been Tested?

Breaking Changes

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have added "!" to the title and described breaking changes in the corresponding section if my code contains any
  • I have made corresponding changes to the documentation if needed

For repository code-owners and collaborators only

  • I have assigned this pull request to a milestone

@shumkov shumkov added this to the v0.25.x milestone Nov 16, 2023
@shumkov shumkov merged commit deb484d into master Nov 20, 2023
20 of 21 checks passed
@shumkov shumkov deleted the feat/dashmate/insight branch November 20, 2023 12:37
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.

None yet

3 participants