Implement --vub-increment option for CLI commands #1279

Open
opened 2025-12-28 17:15:52 +00:00 by sami · 0 comments
Owner

Originally created by @AnnaShaleva on GitHub (Mar 25, 2024).

User may need to set some custom VUB value for transactions that are constructed via CLI.

Describe the solution you'd like

We need to add a CLI option that allows to override the default VUB transaction value set by txctx:

nspcc-dev/neo-go@37d7a3a2d5/cli/txctx/tx.go (L78)

Also, manually-signed transactions may also consider to handle this option:

nspcc-dev/neo-go@37d7a3a2d5/cli/txctx/tx.go (L67)

Ref. https://github.com/nspcc-dev/neo-go/issues/3343.

Originally created by @AnnaShaleva on GitHub (Mar 25, 2024). ## Is your feature request related to a problem? Please describe. User may need to set some custom VUB value for transactions that are constructed via CLI. ## Describe the solution you'd like <!-- A clear and concise description of what you want to happen. --> We need to add a CLI option that allows to override the default VUB transaction value set by `txctx`: https://github.com/nspcc-dev/neo-go/blob/37d7a3a2d5da05a2d693ea6db240398dc85bc835/cli/txctx/tx.go#L78 Also, manually-signed transactions may also consider to handle this option: https://github.com/nspcc-dev/neo-go/blob/37d7a3a2d5da05a2d693ea6db240398dc85bc835/cli/txctx/tx.go#L67 Ref. https://github.com/nspcc-dev/neo-go/issues/3343.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neo-go#1279
No description provided.