-
Notifications
You must be signed in to change notification settings - Fork 72
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
initial boost / fvm contract deals support #1183
Conversation
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.
Really amazing work! 🙌
Size: pv1.CarSize, | ||
}, | ||
//TODO: maybe add to pv1?? RemoveUnsealedCopy: paramsAndVersion.RemoveUnsealedCopy, | ||
RemoveUnsealedCopy: false, |
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.
@dirkmc we should add RemoveUnsealedCopy
into ParamsVersion1
, right?
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.
Yes I think that makes sense 👍
This PR is adding a chain monitor for the
DealProposalCreate
event as described at:Given that this is not a final FRC, this functionality might change in the near future.
By default the monitor is disabled, users should enable it by updating a few values in
config.toml
Based on
DealClient
solidity contract at: https://github.com/nonsense/fevm-hardhat-kit/blob/nonsense/deal-client-contract/contracts/basic-deal-client/DealClient.solMUST FIX:
client
mismatchNICE TO HAVE: