-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bci 3621/try new estimation for insufficient fund error instead of re…
…try (#14234) * update insufficient fund error to retry new estimation * add comment * add change set * modify * fix test * rewrite unit test to modify chain config locally in the unit test * remove a previous change * remove unrelated comment * extra * rephrase * update comments * refactor * revert unit test * update comments * refactor func call args * rename * modify test * fix * revert function param * changeset * changeset * rephrase * address comments, refactor * refactor func name * modify retrycount * fix unit tests * rename * rename * small refactor * nit * update error * modify test * add comments * rm unused * comments * fix * adding returned retryable * return true for retryable * one more * address comments * revert changes in unit test, just update comment * update comment
- Loading branch information
1 parent
7b7af64
commit a234e14
Showing
3 changed files
with
47 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"chainlink": minor | ||
--- | ||
|
||
use new estimation for insufficient fund instead of retry to overcome gas spike #internal |
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