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

Feature: Allow offline signing of zkApp transactions #437

Closed
garethtdavies opened this issue Sep 24, 2022 · 1 comment · Fixed by #497
Closed

Feature: Allow offline signing of zkApp transactions #437

garethtdavies opened this issue Sep 24, 2022 · 1 comment · Fixed by #497
Assignees
Labels
feature-request Issues that specify work that is requested by others

Comments

@garethtdavies
Copy link
Contributor

garethtdavies commented Sep 24, 2022

For those looking to send multiple transactions before the first is included or signing offline and sending at a later date, it would be useful to be able to manually specify a nonce for the zkApp transaction.

Perhaps this could be included in the FeePayerSpec as an optional value?

FeePayerSpec = PrivateKey | {
    feePayerKey: PrivateKey;
    fee?: string | number | UInt64 | undefined;
    memo?: string | undefined;
    nonce?: number | UInt32 | undefined;
}
@garethtdavies garethtdavies changed the title Feature: Add ability to manually nonce for transaction Feature: Add ability to manually add nonce for zkApp transaction Sep 24, 2022
@shimkiv shimkiv added berkeley-rampup feature-request Issues that specify work that is requested by others labels Sep 27, 2022
@garethtdavies garethtdavies changed the title Feature: Add ability to manually add nonce for zkApp transaction Feature: Allow offline signing of zkApp transactions Sep 27, 2022
@garethtdavies
Copy link
Contributor Author

Updated the title to better reflect what I am trying to achieve, and while specifying the nonce is required, there might be additional requirements to allow for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Issues that specify work that is requested by others
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants