-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat: flow expansion #191
feat: flow expansion #191
Conversation
28c3a2b
to
a639f1c
Compare
021e6a2
to
e572f79
Compare
e572f79
to
a8a92e5
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #191 +/- ##
==========================================
+ Coverage 94.22% 94.50% +0.27%
==========================================
Files 215 217 +2
Lines 23311 24822 +1511
==========================================
+ Hits 21965 23457 +1492
- Misses 1346 1365 +19
☔ View full report in Codecov by Sentry. |
cbdc3bd
to
5972d45
Compare
@@ -172,7 +172,7 @@ pub fn migrate(mut deps: DepsMut, _env: Env, _msg: MigrateMsg) -> Result<Respons | |||
}); | |||
} | |||
|
|||
if storage_version < Version::parse("1.0.4")? { | |||
if storage_version < Version::parse("1.0.6")? { |
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.
Might be good to keep a record somewhere of what changes between versions just for your own reference
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 we should probably add a changelog file to the repo, good point.
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 we should probably add a changelog file to the repo, good point.
Description and Motivation
This PR adds the functionality to expand an active incentive flow.
Related Issues
Checklist:
Update index.md
)cargo fmt --all --
.cargo clippy -- -D warnings
.cargo schema
.