-
-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow for speedUp and stop based on provided gasValues from consumer (#…
…535) * Allow for speedUp and stop based on provided gasValues from consumer * make this optional * validate gas values are hex string * use util * rename * update wording * Update tests * remove return true * Use type predicate functions * Move type predicate functions to util * Update unit tests * Add validation ensure tx is increased by at least the minimum required amount * Add validateMinimumIncrease method * Address nit * Add validation in stopTransaction * fix spelling * remove unnecessary optional chaining * test
- Loading branch information
1 parent
b32fb8d
commit 410570d
Showing
3 changed files
with
219 additions
and
23 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
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
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