forked from pimlicolabs/alto
-
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.
Improve gas estimation, upgrade to Node v20, Add tenderly support
* improved gas estimation * throw error if max fee per gas is 0 * automatic chain detection * fix unused imports * make maxPriorityFeePerGas maxFeePerGas for linea * updated viem * fix new types * fixed polygon and mumbai gas price calculation * added tenderly devnet support, fixed estimateUserOperationGas return type * fixed estimateGas issue * fixed crash when tenderly is used * increase balance sent to wallets * Boosted gas price on linear * Increased polling interval for executor * Increase railway timeout * Increase polling to 1000 * Turn down polling interval to 300ms * Update restartPolicyType to always from on_failure * Added refill interval; setInterval to refill wallets (pimlicolabs#21) * Update refill interval from 5 mins to 20 mins * Added multicall engine to split missing balance payment in one transaction (pimlicolabs#22) * Remove overbidding in gas price * Amped up gas price * Removed excessive refill boost * Limit querying for user operation hash to the last 20000n blocks * If fromBlock is less than 0, limit to 0 * Boost gas prices by 2x * updated viem * fix typing * update dockerfile node version to 20 * Update gas price multiplier from 2x to 1.33x * Updated gas price multiplier from 1.33x to 1.5x * Lower gas price * 1.33x to 2x * added flush rpc method * return correct response * use all wallets, not just available ones * added more logs * fix awaiting * Upped gas price multiplier from 2x to 2.5x * 3x gas price multiplier * ability to flush utility wallet too * increase gas multiplier * Upped gas price multiplier to 4x to quickly process backlog * lower gas price * don't await flush * decrease gas price * use fee history * new replacement for linea * increase gas price * double gas price for refill * lower gas price a bit * update readme * increase width * edit readme --------- Co-authored-by: Kristof Gazso <kristof.gazso@gmail.com>
- Loading branch information
1 parent
acda305
commit cd60f5c
Showing
30 changed files
with
919 additions
and
286 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.