Commit 35b7b39
authored
File tree
9 files changed
+313
-295
lines changed- lib
9 files changed
+313
-295
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
- .github/CODEOWNERS+1
- .github/dependabot.yml+6
- .github/workflows/ci.yml+114-100
- .github/workflows/sync.yml+6-1
- README.md+1-1
- RELEASE_CHECKLIST.md+12
- foundry.toml+8-4
- package.json+1-1
- src/Base.sol+6
- src/Config.sol+60
- src/LibVariable.sol+477
- src/StdAssertions.sol+142-47
- src/StdChains.sol+6
- src/StdConfig.sol+612
- src/StdMath.sol+4
- src/StdStorage.sol+2-2
- src/StdUtils.sol-1
- src/Vm.sol+116-15
- test/Config.t.sol+352
- test/LibVariable.t.sol+434
- test/StdChains.t.sol+1-1
- test/StdMath.t.sol+2-2
- test/Vm.t.sol+1-1
- test/fixtures/config.toml+81
Submodule rain.math.fixedpoint updated 15 files
- .gas-snapshot+59-59
- .github/workflows/pr-assessment.yaml+14
- REUSE.toml+2-1
- flake.lock+21-21
- foundry.lock+14
- lib/forge-std+1-1
- lib/rain.math.saturating+1-1
- lib/rain.string+1-1
- src/lib/LibFixedPointDecimalScale.sol+6-2
- src/lib/LibFixedPointDecimalStrings.sol+8-2
- src/lib/LibWillOverflow.sol+7-1
- src/lib/format/LibFixedPointDecimalFormat.sol+3-1
- test/lib/LibFixedPointDecimalScaleSlow.sol+6
- test/src/lib/FixedPointDecimalScale.scaleBy.t.sol+10-1
- test/src/lib/FixedPointDecimalScale.scaleDownRoundUp.t.sol+1-1
Submodule rain.string updated 13 files
- .gas-snapshot+12-11
- README.md+1-1
- REUSE.toml+2-1
- flake.lock+21-21
- foundry.lock+8
- lib/rain.solmem+1-1
- src/lib/mut/LibConformString.sol+37
- src/lib/parse/LibParseCMask.sol+131
- src/lib/parse/LibParseDecimal.sol+13-2
- test/lib/parse/LibParseCharSlow.sol+2
- test/src/lib/parse/LibParseChar.isMask.t.sol+1-1
- test/src/lib/parse/LibParseChar.skipMask.t.sol+1-1
- test/src/lib/parse/LibParseDecimal.unsafeDecimalStringToSignedInt.t.sol+25
0 commit comments