Generate_only should create txs without requiring a local key nor password #3284
Labels
T: API Breaking
Breaking changes that impact APIs and the SDK only (not state machine).
Milestone
Summary
Creating txs by
POST /....?generate_only=true
should not require a local key nor password. This prevents the usage of this feature in the context of creating txs to be signed by some other mechanism.Proposal:
If the
generate_only
parameter is set in queries. The base_req can contain either aname
orsender_address
. Same goes for the CLI. This would be non breaking.Problem Definition
Proposal
For Admin Use
The text was updated successfully, but these errors were encountered: