Closed kaimen-sano closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.50%. Comparing base (
a8ebb95
) to head (e180cc6
). Report is 1 commits behind head on release/v2_contracts.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description and Motivation
We currently use
BankMsg::Send
when a swap has occurred to send the protocol fees to the whale-lair. This is not desired, as it does not allow the whale-lair contract to hook into receiving the assets.Related Issues
Closes #312.
Adding a integration test for this behaviour this is hard due to https://github.com/CosmWasm/cw-plus/issues/763. Unfortunately the cosmwasm team is not interested in addressing this issue.
Checklist:
Update index.md
)cargo fmt --all --
.cargo clippy -- -D warnings
.cargo schema
.