-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add mev-boost RPC test, with docs #3430
Conversation
tests/test_mev_boost.nim
Outdated
@@ -0,0 +1,24 @@ | |||
{.used.} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hm, should we put non-unit tests separately?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably, yes, though my intention was to attach these things at least enough to ensure they build to either make test
or make
(everything) to keep them from bitrotting, as has happened, even though they're not really runnable in a CI that doesn't also host a suitable web3 endpoint for them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If nothing else, they're closer at the moment to the use cases in scripts/
; they just happen to be written in Nim.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGT, nitpick about regression on flashbots side.
docs/mev_boost.md
Outdated
@@ -0,0 +1,118 @@ | |||
# Clone repos | |||
|
|||
`git clone --branch thegostep/docs https://github.com/flashbots/mev-boost.git` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add
git clone --branch thegostep/docs https://github.com/flashbots/mev-boost.git
or
git clone https://github.com/flashbots/mev-boost.git
git checkout <specific commit hash>
with a commit we know is working in case there is a regression on flashbots side.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.