Skip to content

feat(contracts): add Global Parameter Registry contract#359

Open
marvelousufelix wants to merge 1 commit intoEDOHWARES:mainfrom
marvelousufelix:feat/parameter-registry
Open

feat(contracts): add Global Parameter Registry contract#359
marvelousufelix wants to merge 1 commit intoEDOHWARES:mainfrom
marvelousufelix:feat/parameter-registry

Conversation

@marvelousufelix
Copy link
Copy Markdown

  • Implement ParameterRegistry Soroban contract as a central hub for protocol-wide settings (fees, thresholds, operational limits)
  • Governance-only access for all parameter mutations (set/remove)
  • Admin-only governance transfer with full event trail
  • Events emitted on every change with old/new values for auditability
  • Read helpers: get_param, get_param_or_default, has_param
  • 11 unit tests covering all functions and panic paths
  • Add docs/parameter_registry.md with API reference and integration guide
  • Register contract in workspace Cargo.toml

closes #313

- Implement ParameterRegistry Soroban contract as a central hub for
  protocol-wide settings (fees, thresholds, operational limits)
- Governance-only access for all parameter mutations (set/remove)
- Admin-only governance transfer with full event trail
- Events emitted on every change with old/new values for auditability
- Read helpers: get_param, get_param_or_default, has_param
- 11 unit tests covering all functions and panic paths
- Add docs/parameter_registry.md with API reference and integration guide
- Register contract in workspace Cargo.toml
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 27, 2026

@marvelousufelix Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

Contract: Global Parameter Registry for EventHorizon Protocol Settings

1 participant