-
Notifications
You must be signed in to change notification settings - Fork 445
feat(gnoweb): add params:changed
#5002
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(gnoweb): add params:changed
#5002
Conversation
🛠 PR Checks SummaryAll Automated Checks passed. ✅ Manual Checks (for Reviewers):
Read More🤖 This bot helps streamline PR reviews by verifying automated checks and providing guidance for contributors and reviewers. ✅ Automated Checks (for Contributors):🟢 Maintainers must be able to edit this pull request (more info) ☑️ Contributor Actions:
☑️ Reviewer Actions:
📚 Resources:Debug
|
jinoosss
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this work will enable seamless integration with the wallet.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
alexiscolin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I needed to fill in the data-action-function-pkgpath-value in the exec form to make it work.
|
@jinoosss Is it sufficient to open the wallet when the user clicks the "Submit" button on the form, assuming the Adena extension is installed of course? I believe the ideal flow would be: the user clicks on submit, and if Adena is installed, the wallet extension opens with the transaction ready to be approved. Perhaps the default gnokey command should blocked and not be displayed? |
|
Hi @alexiscolin , I agree with the flow you mentioned. If the Submit button behaves the same way as navigating to a txlink, Adena wallet can be opened. |
Hi @jinoosss , actually, it's not a
|
|
@alexiscolin , |
This PR adds a new `params:changed` custom event to gnoweb, enabling secure parameter update. cc @jinoosss --------- Co-authored-by: Alexis Colin <[email protected]>
This PR adds a new
params:changedcustom event to gnoweb, enabling secure parameter update.cc @jinoosss