-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[move] Copy Sui's Move stdlib into external-crates. Bump the default …
…package version to 2024 beta. (#18827) ## Description - Copied Sui's stdlib over to external-crates - Changed the default edition for package-less files in the compiler to 2024 beta. ## Test plan - Ran tests, updated where necessary --- ## 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): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK: - [ ] REST API:
- Loading branch information
Showing
256 changed files
with
18,603 additions
and
4,224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "BridgedBTC" | ||
version = "0.0.1" | ||
edition = "legacy" | ||
|
||
[dependencies] | ||
MoveStdlib = { local = "../../../../crates/sui-framework/packages/move-stdlib" } | ||
Sui = { local = "../../../../crates/sui-framework/packages/sui-framework" } | ||
|
||
[addresses] | ||
bridged_btc = "0x0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "BridgedETH" | ||
version = "0.0.1" | ||
edition = "legacy" | ||
|
||
[dependencies] | ||
MoveStdlib = { local = "../../../../crates/sui-framework/packages/move-stdlib" } | ||
Sui = { local = "../../../../crates/sui-framework/packages/sui-framework" } | ||
|
||
[addresses] | ||
bridged_eth = "0x0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "BridgedKa" | ||
version = "0.0.1" | ||
edition = "legacy" | ||
|
||
[dependencies] | ||
MoveStdlib = { local = "../../../../../crates/sui-framework/packages/move-stdlib" } | ||
Sui = { local = "../../../../../crates/sui-framework/packages/sui-framework" } | ||
|
||
[addresses] | ||
bridged_ka = "0x0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "BridgedUSDC" | ||
version = "0.0.1" | ||
edition = "legacy" | ||
|
||
[dependencies] | ||
MoveStdlib = { local = "../../../../crates/sui-framework/packages/move-stdlib" } | ||
Sui = { local = "../../../../crates/sui-framework/packages/sui-framework" } | ||
|
||
[addresses] | ||
bridged_usdc = "0x0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "BridgedUSDT" | ||
version = "0.0.1" | ||
edition = "legacy" | ||
|
||
[dependencies] | ||
MoveStdlib = { local = "../../../../crates/sui-framework/packages/move-stdlib" } | ||
Sui = { local = "../../../../crates/sui-framework/packages/sui-framework" } | ||
|
||
[addresses] | ||
bridged_usdt = "0x0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.