-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve tests for convertL1 and disableL1
- Loading branch information
1 parent
9dd2260
commit cbc6678
Showing
8 changed files
with
316 additions
and
62 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
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
12 changes: 12 additions & 0 deletions
12
...er__transactions__pvm__banff__convert_subnet_to_l1__tests__ui_convert_subnet_to_l1-2.snap
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,12 @@ | ||
--- | ||
source: src/parser/transactions/pvm/banff/convert_subnet_to_l1.rs | ||
assertion_line: 230 | ||
expression: reduced | ||
--- | ||
[ | ||
"ConvertSubnetToL1": "Transaction", | ||
"SubnetID": "SkB92YpWm4UpburLz9tEKZw2i67H3FF6YkjaU4BkFUDTG9Xm", | ||
"Chain ID": "0x3132333435363738212223242526272811121314151617180102030405060708", | ||
"Subnet Manager": "0x000000000000000000000000000000000000dead", | ||
"Fee(AVAX)": "1152921505.606846975", | ||
] |
10 changes: 10 additions & 0 deletions
10
...rser__transactions__pvm__banff__disable_l1_validator__tests__ui_disable_l1_validator.snap
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,10 @@ | ||
--- | ||
source: src/parser/transactions/pvm/banff/disable_l1_validator.rs | ||
assertion_line: 190 | ||
expression: reduced | ||
--- | ||
[ | ||
"DisableL1Val": "transaction", | ||
"Validation ID": "0x0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef", | ||
"Fee(AVAX)": "1152921506.606846974", | ||
] |
Oops, something went wrong.