mev-share-node
mev-share-node copied to clipboard
## 📝 Summary Fixes both issues mentioned in #32. ## ✅ I have run these commands * [x] `make lint` * [x] `make test` * [x] `go mod tidy` *...
Lint CI check is failing with error: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x61232f] ``` The reason originates from...
I was wondering where `WantRefund` comes from. I did a search for the entire flashbots organization and I only found matches in `mev-share-node`. First I thought `WantRefund` is just an...
## Description There is a special case of nested bundles that can be sent to builders using the `v1.0` format but will fail to be sent to builders using `refund-recipient`...
* implements api v0.2 (inputs and outputs) * builders are configured with a yaml file ## 📝 Summary ## ⛱ Motivation and Context ## 📚 References --- ## ✅ I...
Hi team, I've noticed that the max bundle size in https://github.com/flashbots/mev-share-node/blob/main/mevshare/mevshare.go#L21 is 50 - this introduces a regression in the main relay endpoint where a bundle that would succeed through...
## 📝 Summary ## ⛱ Motivation and Context ## 📚 References --- ## ✅ I have run these commands * [ ] `make lint` * [ ] `make test` *...