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.
[AptosFramework] unified with core framework
Closes: aptos-labs#554
- Loading branch information
Showing
55 changed files
with
2,002 additions
and
6,255 deletions.
There are no files selected for viewing
1,348 changes: 316 additions & 1,032 deletions
1,348
api/goldens/aptos_api__tests__accounts_test__test_account_modules.json
Large diffs are not rendered by default.
Oops, something went wrong.
1,348 changes: 316 additions & 1,032 deletions
1,348
api/goldens/aptos_api__tests__accounts_test__test_account_modules_structs.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
1,348 changes: 316 additions & 1,032 deletions
1,348
api/goldens/aptos_api__tests__accounts_test__test_get_module_aptos_config.json
Large diffs are not rendered by default.
Oops, something went wrong.
1,348 changes: 316 additions & 1,032 deletions
1,348
api/goldens/aptos_api__tests__accounts_test__test_get_module_with_script_functions.json
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...os_api__tests__invalid_post_request_test__test_invalid_script_function_function_name.json
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,4 +1,4 @@ | ||
{ | ||
"code": 400, | ||
"message": "invalid request body: invalid UserTransactionRequest: could not find script function by 0x1::AptosAccount::invalid" | ||
"message": "invalid request body: invalid UserTransactionRequest: could not find script function by 0x1::Account::invalid" | ||
} |
2 changes: 1 addition & 1 deletion
2
...ns/aptos_api__tests__invalid_post_request_test__test_invalid_type_argument_data_type.json
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,4 +1,4 @@ | ||
{ | ||
"code": 400, | ||
"message": "Request body deserialize error: deserialize Move type failed, invalid type: boolean `true`, expected a string at line 1 column 324" | ||
"message": "Request body deserialize error: deserialize Move type failed, invalid type: boolean `true`, expected a string at line 1 column 319" | ||
} |
Oops, something went wrong.