fix(#523): dual-read wrap-mapper fees on router unwrap_output #1056
No reviewers
Labels
No labels
agent:fix_bugfix
agent:fix_conflicts
agent:fix_security
agent:gap_analysis
agent:implement
agent:implement
agent:implement
agent:open_issues
agent:ready
agent:research
agent:security_audit
agent:verify
architecture
backend
blocker:hybrid
blocker:launch
blocker:limit-orders
blocker:v2
block:log_only
block:security
bug
ci
contracts
correctness
deploy
dev
devops
docs
documentation
duplicate
e2e
enhancement
epic
feature
frontend
functional-completion
gas
good first issue
governance
help wanted
high-risk
hooks
hybrid
indexer
infra
infrastructure
integrators
invalid
launch-blocker
limit-orders
localnet
localterra
low priority
missing-implementation
needs-design
ops
performance
priority
high
priority
medium
product
qa
QA
question
ready
ready
research
scripts
security
security-hardening
smartcontracts
tech-debt
testing
ux
UX
v2
verification
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
code/cl8y-dex-terraclassic!1056
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/523-router-unwrap-split-fees"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #523
Summary
unwrap_outputsettlement dual-reads wrap-mapperConfigwith the same W13 rules as the dApp:fee_unwrap_bpsafter ustr-cmm#9 migrate; legacyfee_bpsonly when both split fields are absent.#[cw_serde]ConfigResponseno longer requiresfee_bps, so native-out Swap no longer reverts when mapper drops that field (!1054 follow-up).Test plan
make verify-issue-523(5/5)cargo test -p dex-common wrap_mappertest_unwrap_output_split_fee_config_no_fee_bps(post-migrate Config, nofee_bps)test_unwrap_minimum_receive_*(legacy{ fee_bps })set_fees200/51mentioned in issue #523
added 3 commits
main1d5360e0- Merge branch 'main' into feat/523-router-unwrap-split-feesCompare with previous version
mentioned in commit
18af28792c