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

"view more/source" in prompts #217

Closed
grctest opened this issue Oct 19, 2022 · 3 comments
Closed

"view more/source" in prompts #217

grctest opened this issue Oct 19, 2022 · 3 comments

Comments

@grctest
Copy link
Contributor

grctest commented Oct 19, 2022

Is your feature request related to a problem? Please describe.

The visualize function shows a summary of an incoming transaction, but you can't dig into the full JSON nor rapidly verify that the entire intended JSON snippet is fully uncompromised.

Describe the solution you'd like

In a prompt, include accordion component segments which include:

  • An identicon of the JSON.stringified(QRContents) which can be shown in 3rd party app and in prompt to verify that the prompt you're seeing is the one you intended to create.
  • The full beautified JSON of the inbound request

Describe alternatives you've considered

  • console.log the request
  • Improve maintainability of the visualize function
  • Improve verification of inbound BTS TX for broadcast

Additional context

Similar to investigating the advanced info behind and inbound email, enabling additional due diligence when faced with potential spear phishing.

#213 (comment)

@abitmore
Copy link
Member

Sounds good to me.

@grctest
Copy link
Contributor Author

grctest commented Oct 20, 2022

Cool, I've added support for additional information to be shown in prompts within PR #213 3c5dd44

@grctest
Copy link
Contributor Author

grctest commented Nov 18, 2022

With PR#219 merged, this has been implemented.

We have not yet implemented a quick visual aid like the identicon of the request JSON, however the entire request JSON is viewable in a scrollbox accordion segment in prompts now 👍

@grctest grctest closed this as completed Nov 18, 2022
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

No branches or pull requests

2 participants