Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
trmid committed Jul 16, 2024
1 parent eb4adec commit 568ca55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/prb-math
Submodule prb-math updated 55 files
+0 −1 .gitattributes
+1 −1 .github/FUNDING.yml
+18 −38 .github/workflows/ci.yml
+26 −0 .github/workflows/multibuild.yml
+1 −1 .github/workflows/release.yml
+1 −1 .github/workflows/sync.yml
+2 −1 .gitignore
+1 −1 .prettierignore
+1 −0 .solhint.json
+0 −1 .vscode/settings.json
+17 −0 CHANGELOG.md
+33 −8 README.md
+ bun.lockb
+2 −3 foundry.toml
+8 −8 package.json
+0 −714 pnpm-lock.yaml
+0 −1 remappings.txt
+1 −1 src/sd1x18/Constants.sol
+8 −0 src/sd59x18/Constants.sol
+10 −2 src/sd59x18/Math.sol
+1 −1 src/ud2x18/Constants.sol
+14 −2 test/Base.t.sol
+4 −4 test/fuzz/casting/CastingUint128.t.sol
+4 −4 test/fuzz/casting/CastingUint256.t.sol
+4 −4 test/fuzz/casting/CastingUint40.t.sol
+9 −9 test/fuzz/sd1x18/casting/Casting.t.sol
+11 −11 test/fuzz/sd59x18/casting/Casting.t.sol
+19 −19 test/fuzz/sd59x18/helpers/Helpers.t.sol
+4 −4 test/fuzz/sd59x18/math/pow/pow.t.sol
+9 −9 test/fuzz/ud2x18/casting/Casting.t.sol
+10 −10 test/fuzz/ud60x18/casting/Casting.t.sol
+18 −18 test/fuzz/ud60x18/helpers/Helpers.t.sol
+4 −4 test/fuzz/ud60x18/math/pow/pow.t.sol
+1 −1 test/unit/sd59x18/math/abs/abs.t.sol
+1 −1 test/unit/sd59x18/math/avg/avg.t.sol
+1 −1 test/unit/sd59x18/math/ceil/ceil.t.sol
+6 −6 test/unit/sd59x18/math/exp/exp.t.sol
+6 −7 test/unit/sd59x18/math/exp2/exp2.t.sol
+1 −1 test/unit/sd59x18/math/floor/floor.t.sol
+1 −1 test/unit/sd59x18/math/frac/frac.t.sol
+5 −5 test/unit/sd59x18/math/pow/pow.t.sol
+1 −1 test/unit/sd59x18/math/powu/powu.t.sol
+1 −1 test/unit/sd59x18/math/sqrt/sqrt.t.sol
+4 −4 test/unit/ud60x18/UD60x18.t.sol
+1 −1 test/unit/ud60x18/math/avg/avg.t.sol
+1 −1 test/unit/ud60x18/math/ceil/ceil.t.sol
+1 −1 test/unit/ud60x18/math/exp/exp.t.sol
+1 −1 test/unit/ud60x18/math/exp2/exp2.t.sol
+1 −1 test/unit/ud60x18/math/floor/floor.t.sol
+1 −1 test/unit/ud60x18/math/frac/frac.t.sol
+5 −5 test/unit/ud60x18/math/pow/pow.t.sol
+1 −1 test/unit/ud60x18/math/powu/powu.t.sol
+1 −1 test/unit/ud60x18/math/sqrt/sqrt.t.sol
+46 −46 test/utils/Assertions.sol
+16 −16 test/utils/Utils.sol
2 changes: 1 addition & 1 deletion lib/pt-v5-twab-controller

0 comments on commit 568ca55

Please sign in to comment.