datahaven/test/cli/handlers
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
..
common test: 🏗️ Setup e2e testing framework (#104) 2025-07-16 18:51:07 +02:00
contracts refactor: rename rewardsInitiator to snowbridgeInitiator (#476) 2026-03-24 12:41:36 +01:00
deploy refactor: cleanup old rewards model (#383) 2026-01-09 15:25:49 +01:00
exec test: New CLI functions (#84) 2025-05-22 20:02:12 +00:00
launch feat: automated validator set submission with era targeting (#433) 2026-02-20 10:31:44 +01:00
stop feat: 🚀 add storage-hub nodes to CLI (#287) 2025-11-22 11:49:14 +01:00
index.ts feat: Datahaven contracts deployment on public testnet (#123) 2025-08-21 10:02:31 +00:00