Closed horsefacts closed 1 year ago
Coverage after merging horsefacts/add-key-registry-to-deploy into main will be
98.16% |
---|
File | Stmts | Branches | Funcs | Lines | Uncovered Lines |
---|---|---|---|---|---|
src | |||||
Bundler.sol | 100% | 100% | 100% | 100% | |
FnameResolver.sol | 96.30% | 75% | 100% | 100% | 122 |
IdRegistry.sol | 100% | 100% | 100% | 100% | |
KeyRegistry.sol | 100% | 100% | 100% | 100% | |
StorageRent.sol | 98.93% | 98.53% | 100% | 98.99% | 547, 549 |
src/lib | |||||
TransferHelper.sol | 0% | 0% | 0% | 0% | 15, 15, 15, 25–26, 26, 26 |
Gonna merge this for now and go ahead with the larger deploy script refactor mentioned above.
Motivation
We're missing a deploy script for the new
KeyRegistry
.Change Summary
Add
KeyRegistry
toDeploy.s.sol
and add a standaloneKeyRegistry.s.sol
script to deploy only the key registry. I'd like to do a larger pass to make some changes to all the deploy scripts at once, but for now this addsKeyRegistry
and follows our established patterns.Merge Checklist
Choose all relevant options below by adding an
x
now or at any time before submitting for reviewAdditional Context
Close #268
PR-Codex overview
Detailed summary
KeyRegistry
contract and related changes toDeploy
andIdRegistryScript
contracts.KeyRegistry
contract.KeyRegistry
contract inDeploy
contract.