mev-commit-p2p
mev-commit-p2p copied to clipboard
establishes a p2p network, allowing mev actors to issue bids and commitments for execution in real time
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. Release notes Sourced from github.com/stretchr/testify's releases. v1.9.0 What's Changed Fix Go modules version by @SuperQ in stretchr/testify#1394 Document that require is not safe to...
* This ensures consistent naming around the concept of allowance, avoiding User confusion.
WIP for hackathon
* Currently, the error we get is simply api access failed.
* Ensure user input validation errors provide constructive ways to improve
It would be nice to check the commitmentSignature and do an ECRecover on the payload, and augment the output of the API to include the address associated with the provider....
Following integration of settlement layer devnet, an e2e testing framework should be introduced. There's a lot of flavors as to how this idea could be implemented. General idea is to...
- Blocklisting can be handled at the libp2p level which makes it transparent for the protocol handlers. This can be done by protocols either returning some specific error which can...
- Setup opentelemetry tracing support - Setup spans for relevant packages - Use datadog? or other open source tools to start observing the traces