forked from aptos-labs/aptos-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[diem-transactional-tests] migrate stdlib_scripts tests
- Loading branch information
1 parent
dfdbe41
commit 9c86bec
Showing
6 changed files
with
38 additions
and
29 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
diem-move/diem-framework/core/transactional-tests/sys_admin/update_diem_version.exp
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
processed 1 task |
1 change: 1 addition & 0 deletions
1
diem-move/diem-framework/core/transactional-tests/sys_admin/update_diem_version.move
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
//# run --signers DiemRoot --args 0 13 -- 0x1::SystemAdministrationScripts::update_diem_version |
1 change: 1 addition & 0 deletions
1
...e/diem-framework/core/transactional-tests/vasps/create_parent_and_child_vasp_accounts.exp
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
processed 4 tasks |
35 changes: 35 additions & 0 deletions
35
.../diem-framework/core/transactional-tests/vasps/create_parent_and_child_vasp_accounts.move
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
//# init --addresses Alice=0x1ca48626b4a6af9ee9247b9c87c56622 | ||
//# Bob=0x6333024799dc0e04f6abb6d9b5cb48ec | ||
//# Child=0x1987fd30165c76ee3f46dc50f8932ce5 | ||
//# --private-keys Alice=6184cda1a6d69519bc2d911da5aa61b3c0a021debf52291e0f632b39be577f64 | ||
//# Bob=e0f70dd3b1870976bac3784ca02745826f548f50315b4f107d52c7e041665946 | ||
//# Child=c2596670129d3ab8b5daf78b58374471fddea19030a912a2d3c9a3f55cc61a16 | ||
|
||
|
||
//# run --signers TreasuryCompliance | ||
//# --type-args 0x1::XUS::XUS | ||
//# --args 0 | ||
//# @Bob | ||
//# x"4ef8ded2db202bcde9c070fff7be48bc" | ||
//# b"bob" | ||
//# true | ||
//# -- 0x1::AccountCreationScripts::create_parent_vasp_account | ||
|
||
|
||
//# run --signers Bob | ||
//# --type-args 0x1::XUS::XUS | ||
//# --args @Child | ||
//# x"853ca357812881559c72de8350a460fb" | ||
//# true | ||
//# 0 | ||
//# -- 0x1::AccountCreationScripts::create_child_vasp_account | ||
|
||
|
||
//# run --signers TreasuryCompliance | ||
//# --type-args 0x1::XDX::XDX | ||
//# --args 0 | ||
//# @Alice | ||
//# x"0fb58139cf145f855e50686d787185bd" | ||
//# b"alice" | ||
//# true | ||
//# -- 0x1::AccountCreationScripts::create_parent_vasp_account |
24 changes: 0 additions & 24 deletions
24
.../move-compiler/functional-tests/tests/diem/stdlib_scripts/create_parent_vasp_account.move
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
language/move-compiler/functional-tests/tests/diem/stdlib_scripts/update_diem_version.move
This file was deleted.
Oops, something went wrong.