Commit 1ae273f
authored
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)1 parent e5998a8 commit 1ae273f
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
0 commit comments