-
Notifications
You must be signed in to change notification settings - Fork 13
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
Feature Request: Add Validator Transactions #518
Comments
sisou
added a commit
to nimiq/keyguard
that referenced
this issue
Dec 1, 2023
… staking Remove hard-coded staking data types and instead use the Albatross client's data parsing capabilities. Requires nimiq/core-rs-albatross#2026 Enables signing of validator transactions (nimiq/hub#518).
sisou
added a commit
to nimiq/keyguard
that referenced
this issue
Dec 1, 2023
… staking Remove hard-coded staking data types and instead use the Albatross client's data parsing capabilities. Requires nimiq/core-rs-albatross#2026 Enables signing of validator transactions (nimiq/hub#518).
sisou
added a commit
to nimiq/keyguard
that referenced
this issue
Dec 12, 2023
… staking Remove hard-coded staking data types and instead use the Albatross client's data parsing capabilities. Requires nimiq/core-rs-albatross#2026 Enables signing of validator transactions (nimiq/hub#518).
sisou
added a commit
to nimiq/keyguard
that referenced
this issue
Dec 12, 2023
… staking Remove hard-coded staking data types and instead use the Albatross client's data parsing capabilities. Requires nimiq/core-rs-albatross#2026 Enables signing of validator transactions (nimiq/hub#518).
sisou
added a commit
to nimiq/keyguard
that referenced
this issue
Dec 12, 2023
… staking Remove hard-coded staking data types and instead use the Albatross client's data parsing capabilities. Requires nimiq/core-rs-albatross#2026 Enables signing of validator transactions (nimiq/hub#518).
sisou
added a commit
to nimiq/keyguard
that referenced
this issue
Apr 29, 2024
… staking Remove hard-coded staking data types and instead use the Albatross client's data parsing capabilities. Requires nimiq/core-rs-albatross#2026 Enables signing of validator transactions (nimiq/hub#518).
sisou
added a commit
to nimiq/keyguard
that referenced
this issue
Nov 14, 2024
… staking Remove hard-coded staking data types and instead use the Albatross client's data parsing capabilities. Requires nimiq/core-rs-albatross#2026 Enables signing of validator transactions (nimiq/hub#518).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As the underlying functions are now in the web client nimiq/core-rs-albatross@069c5ae
I would like to propose an addition to the hub api to sign validator related transactions, especially
As it only needs to sign the transaction and not build it, the API doe not need a lot of options.
The kind and required information can be extracted and displayed:
Sample:
The text was updated successfully, but these errors were encountered: