Closed varunsrin closed 1 year ago
Coverage after merging varunsrin/bundler-cleanup into main will be
98.79% |
---|
File | Stmts | Branches | Funcs | Lines | Uncovered Lines |
---|---|---|---|---|---|
src | |||||
Bundler.sol | 94.12% | 83.33% | 100% | 100% | 151, 153 |
FnameResolver.sol | 96.30% | 75% | 100% | 100% | 121 |
IdRegistry.sol | 97.30% | 100% | 92.31% | 97.44% | 315 |
StorageRent.sol | 98.85% | 98.44% | 100% | 98.90% | 468, 470 |
Motivation
Make Bundler contract easier to audit and understand, improve trustedBatchRegister functionality to cover all migration types.
Change Summary
See PR Codex below for a full list of changes.
Merge Checklist
PR-Codex overview
This PR focuses on changing the function name
changeTrustedCaller
tosetTrustedCaller
in theIdRegistry
andBundler
contracts. It also updates the corresponding event names and adds arecovery
parameter to theUserData
struct.Detailed summary
changeTrustedCaller
function tosetTrustedCaller
inIdRegistry
andBundler
contracts.ChangeTrustedCaller
toSetTrustedCaller
inIdRegistry
andBundler
contracts.recovery
parameter toUserData
struct inBundler
contract.