Skip to content

Commit

Permalink
goldens
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-aptos committed Jun 8, 2024
1 parent ed39d14 commit d86aeac
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 30 deletions.
19 changes: 9 additions & 10 deletions testsuite/generate-format/tests/staged/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,19 +113,18 @@ BitVec:
STRUCT:
- inner: BYTES
BlockEndInfo:
STRUCT:
- block_gas_limit_reached: BOOL
- block_output_limit_reached: BOOL
- block_effective_block_gas_units: U64
- block_approx_output_size: U64
ENUM:
0:
V0:
STRUCT:
- block_gas_limit_reached: BOOL
- block_output_limit_reached: BOOL
- block_effective_block_gas_units: U64
- block_approx_output_size: U64
BlockEpiloguePayload:
ENUM:
0:
BlockId:
NEWTYPE:
TYPENAME: HashValue
1:
WithBlockEndInfo:
V0:
STRUCT:
- block_id:
TYPENAME: HashValue
Expand Down
19 changes: 9 additions & 10 deletions testsuite/generate-format/tests/staged/aptos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,19 +101,18 @@ BitVec:
STRUCT:
- inner: BYTES
BlockEndInfo:
STRUCT:
- block_gas_limit_reached: BOOL
- block_output_limit_reached: BOOL
- block_effective_block_gas_units: U64
- block_approx_output_size: U64
ENUM:
0:
V0:
STRUCT:
- block_gas_limit_reached: BOOL
- block_output_limit_reached: BOOL
- block_effective_block_gas_units: U64
- block_approx_output_size: U64
BlockEpiloguePayload:
ENUM:
0:
BlockId:
NEWTYPE:
TYPENAME: HashValue
1:
WithBlockEndInfo:
V0:
STRUCT:
- block_id:
TYPENAME: HashValue
Expand Down
19 changes: 9 additions & 10 deletions testsuite/generate-format/tests/staged/consensus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,19 +175,18 @@ BlockData:
- block_type:
TYPENAME: BlockType
BlockEndInfo:
STRUCT:
- block_gas_limit_reached: BOOL
- block_output_limit_reached: BOOL
- block_effective_block_gas_units: U64
- block_approx_output_size: U64
ENUM:
0:
V0:
STRUCT:
- block_gas_limit_reached: BOOL
- block_output_limit_reached: BOOL
- block_effective_block_gas_units: U64
- block_approx_output_size: U64
BlockEpiloguePayload:
ENUM:
0:
BlockId:
NEWTYPE:
TYPENAME: HashValue
1:
WithBlockEndInfo:
V0:
STRUCT:
- block_id:
TYPENAME: HashValue
Expand Down

0 comments on commit d86aeac

Please sign in to comment.