-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(rundler): add support for Rundler v0.3.0 #24
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM from alchemy's side
@jxom when you get a chance can you take a look at this? |
* Use the submit URL for transaction status checks. | ||
* @default false | ||
*/ | ||
use_submit_for_status?: boolean |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use_submit_for_status?: boolean | |
useSubmitForStatus?: boolean | undefined |
These should automatically be converted to snake_case at runtime.
*/ | ||
sender?: 'raw' | 'conditional' | 'flashbots' | 'polygonBloxroute' | ||
dropped_status_unsupported?: boolean |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dropped_status_unsupported?: boolean | |
droppedStatusUnsupported?: boolean | undefined |
* options: raw, conditional, flashbots, polygon_bloxroute | ||
* options: raw, flashbots, polygon_bloxroute | ||
*/ | ||
sender?: 'raw' | 'flashbots' | 'polygonBloxroute' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sender?: 'raw' | 'flashbots' | 'polygonBloxroute' | |
sender?: 'raw' | 'flashbots' | 'polygonBloxroute' | undefined |
*/ | ||
maxFeeIncreases?: number | ||
maxCancellationFeeIncreases?: number |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maxCancellationFeeIncreases?: number | |
maxCancellationFeeIncreases?: number | undefined |
* The maximum number of blocks to spend in a replacement underpriced state before issuing a transaction cancellation. | ||
* @default 20 | ||
*/ | ||
maxReplacementUnderpricedBlocks?: number |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maxReplacementUnderpricedBlocks?: number | |
maxReplacementUnderpricedBlocks?: number | undefined |
Adds support for the CLI arguments in the latest Rundler version v0.3.0