-
Notifications
You must be signed in to change notification settings - Fork 1
[protocol] pcp kurtosis testing #1
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
base: main
Are you sure you want to change the base?
Conversation
[ffs-client] post-commitment
PostCommitment(PostCommitmentArgs), | ||
} | ||
|
||
#[derive(clap::Args)] |
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.
Please following the structure of other CLI subcommands, moving this into a separate module.
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.
done.
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.
this PR serves as reference, but may or may not get merged. It still caries information in regards to kurtosis, which is a reason to keep it for now. Most changes on pcp and some client changes have already been merged to main.
fn verify(&self, error: &alloy_contract::Error) -> Result<bool, PcpEthConnectorError>; | ||
} | ||
|
||
pub struct SendTransactionErrorRule<Kind> { |
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.
I think you will want to copy over the more recent version of the of MCR structure. This should be under clients/eth
.
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.
see previous comment. the mrc structure has been copied over and which is reflected on main
|
Summary
Categories:
protocol
,cli
provide code for kurtosis testing
Changelog
Testing
forge test
okOutstanding issues