-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wallet)!: improve transactions.submit api (#1151)
Description --- Submit an UnsignedTransaction to the wallet for signing. Split dry run from submit (`transactions.submit` and `transactions.submit_dry_run`) Remove no_fee setting from validator node Motivation and Context --- Avoid confusion with `transactions.submit` API by removing duplicate data in request. The result field is removed from the transactions.submit response as that only applies to dry run. Dry run is submitted by using a separate request that returns the result in the response. tari.js will need to be updated (PR tari-project/tari.js#36) How Has This Been Tested? --- Cucumber, manually What process can a PR reviewer use to test or verify this change? --- Call `transactions.submit` Breaking Changes --- - [ ] None - [ ] Requires data directory to be deleted - [x] Other - Please specify BREAKING CHANGE: transactions.submit call has breaking changes, no_fees setting is removed from VNs (fees are required)
- Loading branch information
Showing
36 changed files
with
429 additions
and
403 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.