Closed horsefacts closed 1 year ago
Coverage after merging horsefacts/update-versions into main will be
98.65% |
---|
File | Stmts | Branches | Funcs | Lines | Uncovered Lines |
---|---|---|---|---|---|
src | |||||
Bundler.sol | 100% | 100% | 100% | 100% | |
FnameResolver.sol | 100% | 100% | 100% | 100% | |
IdRegistry.sol | 100% | 100% | 100% | 100% | |
KeyRegistry.sol | 100% | 100% | 100% | 100% | |
StorageRegistry.sol | 100% | 100% | 100% | 100% | |
src/lib | |||||
EIP712.sol | 50% | 100% | 50% | 50% | 19 |
Signatures.sol | 100% | 100% | 100% | 100% | |
TransferHelper.sol | 0% | 0% | 0% | 0% | 12, 17, 20, 20, 20 |
TrustedCaller.sol | 100% | 100% | 100% | 100% | |
src/validators | |||||
SignedKeyRequestValidator.sol | 100% | 100% | 100% | 100% |
Motivation
We're using placeholder version strings.
Change Summary
Update version strings to
2023.08.23
.Merge Checklist
Choose all relevant options below by adding an
x
now or at any time before submitting for reviewPR-Codex overview
Focus of the PR:
Update contract versions to "2023.08.23" in various contracts.
Detailed summary:
StorageRegistry.sol
: UpdateVERSION
constant to "2023.08.23".FnameResolver.sol
: UpdateVERSION
constant to "2023.08.23".KeyRegistry.sol
: UpdateVERSION
constant to "2023.08.23".SignedKeyRequestValidator.sol
: UpdateVERSION
constant to "2023.08.23".IdRegistry.sol
: UpdateVERSION
constant to "2023.08.23".Bundler.sol
: UpdateVERSION
constant to "2023.08.23".StorageRegistry.t.sol
: UpdatetestVersion
function to assertVERSION
as "2023.08.23".Bundler.t.sol
: AddtestVersion
function to assertVERSION
as "2023.08.23".KeyRegistry.t.sol
: AddtestVersion
function to assertVERSION
as "2023.08.23".FnameResolver.t.sol
: AddtestVersion
function to assertVERSION
as "2023.08.23".SignedKeyRequestValidator.t.sol
: AddtestVersion
function to assertVERSION
as "2023.08.23".IdRegistry.t.sol
: AddtestVersion
function to assertVERSION
as "2023.08.23".