-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(PCL for Osmosis): address issues found by Oak audit (#5)
* fix double refund on excess offer assets * ensure token_in_denom belongs to pair in swap_exact_amount_out * don't update price on small trade sizes in swap_exact_amount_out * pass msg.whitelist_code_id to config on factory instantiation * factory: emit events on update config fields * general refactoring * add before_swap_check validation in reverse swap and swap_exact_amount_out * bump Rust version used in CI * bump Rust version used in CI
- Loading branch information
Showing
15 changed files
with
433 additions
and
485 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.