datahaven/contracts/script/utils
undercover-cactus 471b5ef76b
refactor: remove duplicate code for calculating merkle root and proof (#124)
We remove `calculateMerkleRootUnsorted` and `buildMerkleProofUnsorted`
and instead introduce a new parameter `sorting`. This parameter
`sorting` will indicate if we need to sort the pair before hashing the
new node.
2025-07-28 18:34:28 +02:00
..
Accounts.sol Fix: 🏗️ Message encoding / decoding (#113) 2025-07-16 07:38:58 +00:00
DHScriptStorage.s.sol feat: Add script to sign up operator to AVS (#37) 2025-04-11 20:54:20 -03:00
ELScriptStorage.s.sol feat(contracts): add set up validator script and execute it when starting integration tests (#47) 2025-04-22 16:49:51 -03:00
Logging.sol feat: set rewards info as parameters in runtime (#99) 2025-06-16 12:20:18 +02:00
SnowbridgeScriptStorage.s.sol feat: Add script to sign up operator to AVS (#37) 2025-04-11 20:54:20 -03:00
ValidatorsUtils.sol refactor: remove duplicate code for calculating merkle root and proof (#124) 2025-07-28 18:34:28 +02:00