Skip to content

Commit

Permalink
fix estimateTxCommission to work with empty txParams in 'loose: false…
Browse files Browse the repository at this point in the history
…' mode
  • Loading branch information
shrpne committed Apr 5, 2022
1 parent 82f43b7 commit cb51069
Show file tree
Hide file tree
Showing 58 changed files with 18,340 additions and 603 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## WIP
- add `Lock` and `LockStake` tx data
- restore support of `MoveStake` tx data
- add `disableValidation` option to tx data constructors
- add `disableDecorationParams` and `disableValidation` options to `prepareTx`
- fix `estimateTxCommission` to work with empty data params in `loose: false` mode
- **BREAKING** add fields to VoteCommission tx data
- **DEPRECATE** `direct` option in `estimateTxCommission`, use `loose` option with reversed value instead

Expand Down
Loading

0 comments on commit cb51069

Please sign in to comment.