forked from ChainSafe/ChainBridge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Eth Gas Station for Gas Pricing (ChainSafe#628)
* call to gsn * fix some comments * fix args for SafeEstimateGas * add ethgaststaton to config (ChainSafe#629) * add err handling * move gsn to seperate package * fix linter * rename vars * Update connections/ethereum/gsn/gsn.go Co-authored-by: David Ansermino <[email protected]> * Update connections/ethereum/gsn/gsn.go Co-authored-by: David Ansermino <[email protected]> * update suggestions * clean path * Refactor gas fetching methods, add some tests * Adds raw data to test * fix config tests * fix config tests * fix test for config, change the way how http requests made to add cntext usage * add missing license headers * Rename to EGS, add gas price to TX logs Co-authored-by: araskachoi <[email protected]> Co-authored-by: David Ansermino <[email protected]> Co-authored-by: Kirill <[email protected]>
- Loading branch information
1 parent
7e11d02
commit 2169e65
Showing
11 changed files
with
382 additions
and
12 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
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
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.