Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions test/src/abstract/DecimalFloatDeployChain.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ import {LibEtchLogTables} from "script/lib/LibEtchLogTables.sol";
/// frozen release of the log tables and of `DecimalFloat` is live, with the
/// code it froze, on every supported network.
///
/// This repo has cut no release under the frozen-record model yet, so
/// `releasedSuites()` is empty and the inherited test has no subject and forks
/// nothing. It gains one the moment the first `src/generated/<tag>/` lands. The
/// live CURRENT pins are checked by `LibDecimalFloatDeployProdTest`, which is a
/// different claim: the candidate is what the NEXT release will be, and a
/// The live CURRENT pins are checked by `LibDecimalFloatDeployProdTest`, which
/// is a different claim: the candidate is what the NEXT release will be, and a
/// released suite is a deployment that already happened.
contract DecimalFloatDeployChainTest is DecimalFloatDeploySuites, RainDeployVerifyChain {
/// Plants the log tables for the same reason the snapshot suite does: the
Expand Down
Loading