Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(builder-playground): config-playground.toml tweaks for playground…
… DX (#364) ## 📝 Summary While getting flashbots/builder-playground#37 working I ran into a couple DX gotchas with the current `config-playground.toml` file. ## 💡 Motivation and Context - The `parallel` algoirthm was pegging all my CPUs at 100%. Also figured just running `mgp-ordering` is enough. - Having a random coinbase made it harder to test block building since we only build profitable blocks. IIRC we now have a setting to build always, but I still think it's cleaner to use the prefunded accounts from the playground. - Having debug logs helped a ton tracking down pectra issues, so I expect it's useful any time anyone is using the playground for development. --- ## ✅ I have completed the following steps: * [ ] Run `make lint` * [ ] Run `make test` * [ ] Added tests (if applicable)
- Loading branch information