Skip to content

Commit

Permalink
feat: move 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
uvd committed May 6, 2024
1 parent 65c6b7b commit a3f10cb
Show file tree
Hide file tree
Showing 12 changed files with 71 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ unit-three/example_projects/generics
unit-three/example_projects/witness
unit-four/example_projects/collections
unit-four/example_projects/marketplace
unit-five/example_projects/flashloan
unit-five/example_projects/kiosk
advanced-topics/BCS_encoding/example_projects/bcs_move
advanced-topics/closed_loop_token/example_projects/closed_loop_token
);

for(( i=0;i<${#project_path[@]};i++)) do
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ version = 0
dependencies = [
{ name = "Sui" },
]
manifest_digest = "D8515C9CED37C781262CB3B844AD9552149EF9827C7FB372E2E62816F3C2C6BF"
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"

[[move.package]]
name = "MoveStdlib"
Expand All @@ -18,3 +20,8 @@ source = { git = "https://github.com/MystenLabs/sui.git", rev = "devnet", subdir
dependencies = [
{ name = "MoveStdlib" },
]

[move.toolchain-version]
compiler-version = "1.24.1"
edition = "2024.beta"
flavor = "sui"
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[move]
version = 0
manifest_digest = "CF46C9A24109CFA3F138893B30EFF8A8CC19F54F02054795330F54BB3B9444E3"
manifest_digest = "FA732D23F5DAE83F5EDEB8ED57934DBFEB20A1106C9F4F5972EFDCFBC8C31627"
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"

dependencies = [
Expand All @@ -20,3 +20,8 @@ source = { git = "https://github.com/MystenLabs/sui.git", rev = "devnet", subdir
dependencies = [
{ name = "MoveStdlib" },
]

[move.toolchain-version]
compiler-version = "1.24.1"
edition = "2024.beta"
flavor = "sui"
6 changes: 3 additions & 3 deletions unit-five/example_projects/flashloan/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[move]
version = 0
manifest_digest = "FC84CCD33DE1E9661DA31B49398152B41FB6772CFBCD634619716A9823846811"
manifest_digest = "5AF76D6421F742DE4D1F6175ED0F52E3A74B283CFD6DECAA7DABA5E9780D4107"
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"

dependencies = [
Expand All @@ -22,6 +22,6 @@ dependencies = [
]

[move.toolchain-version]
compiler-version = "1.21.0"
edition = "legacy"
compiler-version = "1.24.1"
edition = "2024.beta"
flavor = "sui"
6 changes: 3 additions & 3 deletions unit-five/example_projects/kiosk/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[move]
version = 0
manifest_digest = "1FF626947D27118D75E5892ECC965B6EA5D58EF40C92513A237A9F1A2B5F5DDB"
manifest_digest = "00D2CACC4303A52D3E564B6DA3290FDA6A89B39D2820D120C2BE5B942BB863C3"
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"

dependencies = [
Expand All @@ -22,6 +22,6 @@ dependencies = [
]

[move.toolchain-version]
compiler-version = "1.21.0"
edition = "legacy"
compiler-version = "1.24.1"
edition = "2024.beta"
flavor = "sui"
7 changes: 7 additions & 0 deletions unit-four/example_projects/collections/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ version = 0
dependencies = [
{ name = "Sui" },
]
manifest_digest = "5C017484C02CE42775412AD1BB8BA5FDD8CF4E2C4CF09B901CD12A4A82547862"
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"

[[move.package]]
name = "MoveStdlib"
Expand All @@ -18,3 +20,8 @@ source = { git = "https://github.com/MystenLabs/sui.git", rev = "devnet", subdir
dependencies = [
{ name = "MoveStdlib" },
]

[move.toolchain-version]
compiler-version = "1.24.1"
edition = "2024.beta"
flavor = "sui"
9 changes: 7 additions & 2 deletions unit-four/example_projects/marketplace/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[move]
version = 0
manifest_digest = "16991489A6123D6B6A2B2B00B9A075B52DF7A08BD4079E6D627C966AFC215ED6"
deps_digest = "112928C94A84031C09CD9B9D1D44B149B73FC0EEA5FA8D8B2D7CA4D91936335A"
manifest_digest = "1977009319D5BA9844DD3574762DA5DC8A0D33FBB1072997E2778507F428CDE9"
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"

dependencies = [
{ name = "Sui" },
Expand All @@ -20,3 +20,8 @@ source = { git = "https://github.com/MystenLabs/sui.git", rev = "devnet", subdir
dependencies = [
{ name = "MoveStdlib" },
]

[move.toolchain-version]
compiler-version = "1.24.1"
edition = "2024.beta"
flavor = "sui"
9 changes: 7 additions & 2 deletions unit-one/example_projects/hello_world/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[move]
version = 0
manifest_digest = "B2F8F93B84A84C2FCD809920ACF46C3381BC51B0764D78D4A97BB8C71F722F2B"
deps_digest = "112928C94A84031C09CD9B9D1D44B149B73FC0EEA5FA8D8B2D7CA4D91936335A"
manifest_digest = "DB072483FBDF525751B78403105D3DBE412A969F062ED443B19B657E3DEF7010"
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"

dependencies = [
{ name = "Sui" },
Expand All @@ -20,3 +20,8 @@ source = { git = "https://github.com/MystenLabs/sui.git", rev = "devnet", subdir
dependencies = [
{ name = "MoveStdlib" },
]

[move.toolchain-version]
compiler-version = "1.24.1"
edition = "2024.beta"
flavor = "sui"
9 changes: 7 additions & 2 deletions unit-three/example_projects/fungible_tokens/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[move]
version = 0
manifest_digest = "C16FF25ED360F469D919A97F7109D0292E4654BE1637C21125CBEF1F7A4E2407"
deps_digest = "112928C94A84031C09CD9B9D1D44B149B73FC0EEA5FA8D8B2D7CA4D91936335A"
manifest_digest = "4745002A00713707E8DC6DA15567DCC1137D1EF3B21C39042DD7AC25357D1C4B"
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"

dependencies = [
{ name = "Sui" },
Expand All @@ -20,3 +20,8 @@ source = { git = "https://github.com/MystenLabs/sui.git", rev = "devnet", subdir
dependencies = [
{ name = "MoveStdlib" },
]

[move.toolchain-version]
compiler-version = "1.24.1"
edition = "2024.beta"
flavor = "sui"
7 changes: 7 additions & 0 deletions unit-three/example_projects/generics/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ version = 0
dependencies = [
{ name = "Sui" },
]
manifest_digest = "9D1225EE7AEADAEA7370D4A5F323DF879D52EA441C77BAE724668B824ACD6F00"
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"

[[move.package]]
name = "MoveStdlib"
Expand All @@ -18,3 +20,8 @@ source = { git = "https://github.com/MystenLabs/sui.git", rev = "devnet", subdir
dependencies = [
{ name = "MoveStdlib" },
]

[move.toolchain-version]
compiler-version = "1.24.1"
edition = "2024.beta"
flavor = "sui"
7 changes: 7 additions & 0 deletions unit-three/example_projects/witness/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ version = 0
dependencies = [
{ name = "Sui" },
]
manifest_digest = "73C565C7C3742B39E1F6295478D1AD69467B9FC094E41AFD447A2E2BED5A6E21"
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"

[[move.package]]
name = "MoveStdlib"
Expand All @@ -18,3 +20,8 @@ source = { git = "https://github.com/MystenLabs/sui.git", rev = "devnet", subdir
dependencies = [
{ name = "MoveStdlib" },
]

[move.toolchain-version]
compiler-version = "1.24.1"
edition = "2024.beta"
flavor = "sui"
9 changes: 7 additions & 2 deletions unit-two/example_projects/transcript/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[move]
version = 0
manifest_digest = "23A956CBD3A0A6C88F8E7EE5E0C622368C8252DC631EB64F274586C67B81D80A"
deps_digest = "112928C94A84031C09CD9B9D1D44B149B73FC0EEA5FA8D8B2D7CA4D91936335A"
manifest_digest = "21FECB6EE394281E3D78742791A3FBA04C0DAF8A5FDFE634B98FF14A4DE4BECF"
deps_digest = "F8BBB0CCB2491CA29A3DF03D6F92277A4F3574266507ACD77214D37ECA3F3082"

dependencies = [
{ name = "Sui" },
Expand All @@ -20,3 +20,8 @@ source = { git = "https://github.com/MystenLabs/sui.git", rev = "devnet", subdir
dependencies = [
{ name = "MoveStdlib" },
]

[move.toolchain-version]
compiler-version = "1.24.1"
edition = "2024.beta"
flavor = "sui"

0 comments on commit a3f10cb

Please sign in to comment.