datahaven/contracts/test
undercover-cactus 6d323385d8
refactor: rename rewardsInitiator to snowbridgeInitiator (#476)
## Summary
Renames the rewardsInitiator state variable, modifier, internal check
function, setRewardsInitiator function, and RewardsInitiatorSet event in
DataHavenServiceManager to their snowbridgeInitiator-prefixed
equivalents, to better reflect the role of this address.

## Motivation
The previous rewardsInitiator naming was misleading — the address
filling this role is specifically the Snowbridge relayer/gateway.
Renaming it end-to-end clarifies intent and aligns the codebase with the
actual architecture.

## Changes
* DataHavenServiceManager.sol: renamed state variable, modifier,
internal check, setRewardsInitiator → -> setSnowbridgeInitiator,
RewardsInitiatorSet -> SnowbridgeInitiatorSet
* IDataHavenServiceManager.sol: updated event, function signature, and
NatSpec
* Deploy scripts & configs: updated field names across all environments
(anvil, testnet, stagenet, mainnet)
2026-03-24 12:41:36 +01:00
..
mocks fix: resolve forge build warnings (#398) 2026-01-22 09:48:27 -03:00
storage refactor: rename rewardsInitiator to snowbridgeInitiator (#476) 2026-03-24 12:41:36 +01:00
utils refactor: rename rewardsInitiator to snowbridgeInitiator (#476) 2026-03-24 12:41:36 +01:00
MessageEncoding.t.sol feat: automated validator set submission with era targeting (#433) 2026-02-20 10:31:44 +01:00
OperatorAddressMappings.t.sol refactor: rename rewardsInitiator to snowbridgeInitiator (#476) 2026-03-24 12:41:36 +01:00
RewardsSubmitter.t.sol refactor: rename rewardsInitiator to snowbridgeInitiator (#476) 2026-03-24 12:41:36 +01:00
Slashing.t.sol refactor: rename rewardsInitiator to snowbridgeInitiator (#476) 2026-03-24 12:41:36 +01:00
SnowbridgeIntegration.t.sol feat: implement weighted top-32 validator selection (#443) 2026-02-24 09:23:57 +01:00
ValidatorSetSelection.t.sol feat: implement weighted top-32 validator selection (#443) 2026-02-24 09:23:57 +01:00
ValidatorSetSubmitter.t.sol refactor: rename rewardsInitiator to snowbridgeInitiator (#476) 2026-03-24 12:41:36 +01:00