Mateusz Morusiewicz
Mateusz Morusiewicz
Current guide https://github.com/flashbots/mev-boost/blob/main/docs/geth-pos-privnet.md is outdated and too hard to follow. We need a clear, possibly automated way to prepare a local devnet.
# Rationale The feature would be a great tool for the searchers without access to huge upfront capital. It would help bring the leverage the big players have to the...
# Rationale Currently we are copying the state every time we are about to apply a bundle, as multi-tx bundles can't be handled with a revert to snapshort. It should...
When a deposit or a vote (and possibly other commits) is processed and the transaction was already seen, the node logs it as `ERROR`: `2019-03-26 16:29:09 [finalization] ERROR: IsVotable: validator=c8c07f4cd9697c3ee59caa53daf27b4f1f6f5d68...
When syncing node from the testnet the client quickly eats up all of the RAM and is killed by the OOM killer. To reproduce it is enough to try to...
**Describe the bug** After 1.5h of running united in testnet I started getting a lot of logs, and the node does not connect to it's peers (it was connected previous...
It's surprisingly hard to find good sources for how to generate and store private keys. We want as many people as possible to sign unit-e's gitian builds, and we want...
## 📝 Summary * Introduces a WASM engine for running WASM precompiles * Introduces a golang library wrapping host functions for both the WASM precompiles and the engine that runs...
I propose to change how chain transition based on confidential requests is handled: it should be done based on messages generated by the confidential request instead of the return statement....