-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add gas buffer when sending message through HyperlaneCore (#4677)
### Description estimates gas + adds gas limit buffer when sending a message through HyperlaneCore ### Drive-by changes also sets tx overrides ### Related issues > incremental merkle tree insertions have inconsistent gas usage so if there are multiple dispatch transactions in the mempool the gas estimation can become too low depending on the tx ordering bumping up the gas limit helps [more context](https://discord.com/channels/935678348330434570/1295388159407947859/1295393090181267558) ### Backward compatibility yes ### Testing manual
- Loading branch information
1 parent
0301055
commit d419f43
Showing
2 changed files
with
29 additions
and
6 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 @@ | ||
--- | ||
'@hyperlane-xyz/sdk': patch | ||
--- | ||
|
||
Set transaction overrides and add 10% gas limit buffer when sending message through HyperlaneCore. |
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