Skip to content

Commit 69dbd35

Browse files
authored
Generate bytecode snapshots for protocol version 98 (#23862)
## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] gRPC: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK:
1 parent 4e8b6ed commit 69dbd35

6 files changed

+31
-1
lines changed

crates/sui-framework-snapshot/manifest.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2128,5 +2128,35 @@
21282128
"id": "0x000000000000000000000000000000000000000000000000000000000000000b"
21292129
}
21302130
]
2131+
},
2132+
"98": {
2133+
"git_revision": "4e8b6eda7d6411d80c62f39ac8a4f028e8d174c4",
2134+
"packages": [
2135+
{
2136+
"name": "MoveStdlib",
2137+
"path": "crates/sui-framework/packages/move-stdlib",
2138+
"id": "0x0000000000000000000000000000000000000000000000000000000000000001"
2139+
},
2140+
{
2141+
"name": "Sui",
2142+
"path": "crates/sui-framework/packages/sui-framework",
2143+
"id": "0x0000000000000000000000000000000000000000000000000000000000000002"
2144+
},
2145+
{
2146+
"name": "SuiSystem",
2147+
"path": "crates/sui-framework/packages/sui-system",
2148+
"id": "0x0000000000000000000000000000000000000000000000000000000000000003"
2149+
},
2150+
{
2151+
"name": "DeepBook",
2152+
"path": "crates/sui-framework/packages/deepbook",
2153+
"id": "0x000000000000000000000000000000000000000000000000000000000000dee9"
2154+
},
2155+
{
2156+
"name": "Bridge",
2157+
"path": "crates/sui-framework/packages/bridge",
2158+
"id": "0x000000000000000000000000000000000000000000000000000000000000000b"
2159+
}
2160+
]
21312161
}
2132-
}
2162+
}

0 commit comments

Comments
 (0)