Skip to content

feat(governance): dispatch factory rate and pause calldata#853

Draft
vku2018 wants to merge 1 commit into
Fluxora-Org:mainfrom
vku2018:grantfox-818-governance-factory-dispatch
Draft

feat(governance): dispatch factory rate and pause calldata#853
vku2018 wants to merge 1 commit into
Fluxora-Org:mainfrom
vku2018:grantfox-818-governance-factory-dispatch

Conversation

@vku2018

@vku2018 vku2018 commented Jul 4, 2026

Copy link
Copy Markdown

Closes #818.

Summary

  • add FactorySetRateBounds(Option, Option) and FactorySetPaused(bool) to governance CallData
  • dispatch those variants to set_rate_bounds and set_factory_paused on the target factory contract
  • add XDR round-trip coverage and mock-target proposal/approve/execute tests for both variants

Validation

g -n "FactorySetRateBounds|FactorySetPaused|set_rate_bounds|set_factory_paused|test_factory_policy_calldata_round_trips_xdr|test_factory_rate_bounds_calldata_dispatches|test_factory_paused_calldata_dispatches" contracts/governance/src/lib.rs

  • git diff --check
  • cargo test -p fluxora_governance is blocked locally because Cargo is not installed in this environment

ustfmt --version is blocked locally because rustfmt is not installed in this environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add CallData variants for fluxora_factory set_rate_bounds and set_factory_paused to governance dispatch

2 participants