Skip to content

Commit

Permalink
Update serde format test -- we are not breaking but extending yaml apis
Browse files Browse the repository at this point in the history
  • Loading branch information
wrwg committed Jan 27, 2025
1 parent dab34aa commit 90f4c9a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions testsuite/generate-format/tests/staged/api.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
AbilitySet:
NEWTYPESTRUCT: U8
AbortInfo:
STRUCT:
- reason_name: STR
Expand Down Expand Up @@ -341,6 +343,16 @@ FunctionInfo:
TYPENAME: AccountAddress
- module_name: STR
- function_name: STR
FunctionTag:
STRUCT:
- args:
SEQ:
TYPENAME: TypeTag
- results:
SEQ:
TYPENAME: TypeTag
- abilities:
TYPENAME: AbilitySet
G1Bytes:
NEWTYPESTRUCT:
TUPLEARRAY:
Expand Down Expand Up @@ -782,6 +794,10 @@ TypeTag:
u32: UNIT
10:
u256: UNIT
11:
Function:
NEWTYPE:
TYPENAME: FunctionTag
ValidatorTransaction:
ENUM:
0:
Expand Down

0 comments on commit 90f4c9a

Please sign in to comment.