-
Notifications
You must be signed in to change notification settings - Fork 352
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
Update modelator
to 0.2.0
#1249
Conversation
Security audit is failing but that appears to be a Tendermint dep? |
Indeed, not exactly Tendermint dep, but fixing the security audit is blocked by prost & tonic (ref #1166 (comment)) |
We should probably wait for @andrey-kuprianov to weigh in, but #812 brings in a whole new API (the EventRunner API). It is also significantly behind master in other respects, which makes completing and merging it hard. This PR uses the same API as the Modelator tests in master (the StepRunner API). This is a very straightforward PR, which just involved updating the modelator version and changing some function names etc. It unblocks my work on the ICS07 upgrade client mbt tests, since there were some bugs in the old modelator currently used on master. We may want to finish #812 and switch over to the EventRunner API in the future, but IMO that is a separate task and this PR should be merged first. |
Got it, thanks for the explanation Jehan, that's very helpful! Copying @cezarad here if she wants to weight in by reviewing this PR. |
* got rust compiling with new modelator, problems with the spec * everything works, but I had to delete an assert I don't understand * get rid of uneccesary clone, add unclog * rustfmt * remove outdated comment * Update .changelog/unreleased/improvements/1249-update-modelator.md Co-authored-by: Romain Ruetschi <[email protected]>
Description
This updates to the new Modelator 0.2.0. Some caveats:
Let me know if this looks OK otherwise, and I can add the unclog file and other housekeeping stuff to this PR.
For contributor use:
unclog
.docs/
) and code comments.Files changed
in the Github PR explorer.