Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align with api format of flashbots builder (#8)
* Copy paste shoot_payloads script * Script to send single test payload to api * Adjust api to take in whole Validation Request Body in the same format as flashbots api * Test deserialization of example message body * Change namespace and method name ot be compatible with flashbots builder api * Adjust test script to avoid argument list too long on linux * Copy paste message != block checks form geth api * Factor out message vs. block comparison to helper func * Add test step to ci * Adjust test command in README * Fix build error * Replace H256 with B256 * Replace dependency on reth fork with the real thing * Start server in integrationtest * Adjust test to send actual payload * Fix test by expecting block unknown errror * Move tokio to dev dependency * cargo fmt * Add additional test * Clippy fix * Rename it -> integration * Remove pub(crate) * Track Cargo.lock * Lock reth commit explicitly * Cargo fmt
- Loading branch information