-
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
Merge main to V2 branch #287
Conversation
…decimals check to allow other accounts via authz call this message without sending funds
ci: fix release artifacts ci action
…sible-errors-on-close-position fix(smart-contracts): ignore possible errors when closing position on…
…le with other scripts
…entrypoint-for-remove-swap-routes-in-pool-router chore(smart-contracts): disable-entrypoint-for-remove-swap-routes-in-…
…-chain-id-on-env-file fix(scripts): rename CHAIN-ID on sei.env
…terface_contract param when updating pair configs on osmosis
… osme osmosis changes
In #274 we introduced an env loader for the CLI to simplify and unify our commands used in the repository. This commit documents the usage of the `just` command runner for new users of the repository.
…ue (#286) This should: Allow us to pass the artifact versions.txt and have it appended to the generated release notes https://github.com/softprops/action-gh-release/blob/4634c16e79c963813287e889244c50009e7f0981/src/github.ts#L244
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/v2_contracts #287 +/- ##
========================================================
- Coverage 94.68% 93.28% -1.41%
========================================================
Files 240 258 +18
Lines 26854 28846 +1992
========================================================
+ Hits 25427 26909 +1482
- Misses 1427 1937 +510 ☔ View full report in Codecov by Sentry. |
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.
Made some comments about safe math but it looks good overall. Also check that tests pass as I saw them fail
Description and Motivation
This PR merges the changes done in the
main
branch, mostly related to the osmosis pool interface.Related Issues
Checklist:
Update index.md
)cargo fmt --all --
.cargo clippy -- -D warnings
.cargo schema
.