Unable to decode bundle
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 25/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- javascript
- Domain
- api
Research direction
Start by comparing the successful bundle simulation with the sendRawBundle call shown in the issue, focusing on FlashbotsBundleProvider.create and the signedBundle passed to sendRawBundle. Reproduce the submission error and trace where the bundle becomes undecodable; done means identifying the cause and confirming a working submission path.
Written by the indexing model from the issue text.
Description
Hey,
When simulating a bundle, everything works just fine, however, when submitting it using:
const bundleReceipt = await flashbotsProvider.sendRawBundle(
signedBundle,
targetBlockNumber
);
Then I get the following error message:
{ error: { message: 'unable to decode bundle', code: -32000 } }
I instantiate my
flashbotsProvideras follows:
const flashbotsProvider = await FlashbotsBundleProvider.create(
await alchemy.config.getProvider(),
new Wallet(process.env.SIGNER_PRIVATE_KEY, alchemy)
);
Any thoughts?
- Dominant language
- No language data
- Stars
- 2.6k
- Forks
- 291
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from flashbots/pm
-
Difficulty 5/5 Over a week Newbie friendliness 15/100
-
[Telemetry Data] May 13 Arbitrum Sequencer Stall: eBPF Kernel Reality vs Public RPC (47s Delta) Open
Difficulty 5/5 Over a week Newbie friendliness 25/100
-
crypto Open
Difficulty 5/5 Over a week Newbie friendliness 10/100
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
Similar issues
-
area/sessions comp/cron comp/gateway P2 sweeper:risk-message-delivery sweeper:risk-session-state type/bug
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
NousResearch/hermes-agent#118863 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
use-agent-os/agent-os#3312 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
-
needs-acceptance wg/data-plane-networking
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
vllm-project/semantic-router#4024 · 1 comment ·