Skip to content
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

flag to remove stuck txs #90

Merged
merged 4 commits into from
Jan 20, 2024
Merged

flag to remove stuck txs #90

merged 4 commits into from
Jan 20, 2024

Conversation

mouseless0x
Copy link
Member

No description provided.

description: "Should the bundler try to flush out all stuck pending transactions on startup",
type: "bool",
default: false,
require: false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

require true

@@ -172,6 +172,12 @@ export const bundlerOptions: CliCommandOptions<IBundlerArgsInput> = {
description: "Max block range for rpc calls",
type: "number",
require: false,
},
flushStuckTransactionsDuringStartUp: {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

StartUp->Startup

flushStuckTransactionsDuringStartup: {
description: "Should the bundler try to flush out all stuck pending transactions on startup",
type: "boolean",
require: true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh i'd keep default false

@mouseless0x mouseless0x force-pushed the flag-to-remove-stuck-txs branch from fbf3e83 to 98db66a Compare January 20, 2024 01:14
@mouseless0x mouseless0x merged commit 8eb75ac into main Jan 20, 2024
4 checks passed
@mouseless0x mouseless0x deleted the flag-to-remove-stuck-txs branch January 20, 2024 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants