Skip to content

Commit 35b7b39

Browse files
Merge pull request #160 from rainlanguage/2025-10-21-audit
2025 10 21 audit
2 parents 7b63e5f + f162c94 commit 35b7b39

File tree

9 files changed

+313
-295
lines changed

9 files changed

+313
-295
lines changed

.gas-snapshot

Lines changed: 286 additions & 286 deletions
Large diffs are not rendered by default.

REUSE.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ path = [
2121
"flake.nix",
2222
"foundry.toml",
2323
"slither.config.json",
24-
"REUSE.toml"
24+
"REUSE.toml",
25+
"foundry.lock",
2526
]
2627
SPDX-FileCopyrightText = "Copyright (c) 2020 Rain Open Source Software Ltd"
2728
SPDX-License-Identifier = "LicenseRef-DCL-1.0"

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

foundry.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"lib/forge-std": {
3+
"rev": "b8f065fda83b8cd94a6b2fec8fcd911dc3b444fd"
4+
},
5+
"lib/rain.datacontract": {
6+
"rev": "9c8d6e64208fb1788ba38cec942e9234725f134d"
7+
},
8+
"lib/rain.math.fixedpoint": {
9+
"rev": "0a1dbfb246d903768f52687555bab62a5a3d4da3"
10+
},
11+
"lib/rain.sol.codegen": {
12+
"rev": "00734d24d91db3fc4aac87c0a3c885de28449f96"
13+
},
14+
"lib/rain.string": {
15+
"rev": "85d0074c8cd1fdca3285366c15bc9b44b84ad5e9"
16+
}
17+
}

0 commit comments

Comments
 (0)