Skip to content

Commit

Permalink
Test the new workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-aptos committed Jan 23, 2025
1 parent 5860402 commit 9927bb6
Show file tree
Hide file tree
Showing 13 changed files with 2,951 additions and 2,857 deletions.
1 change: 1 addition & 0 deletions protos/proto/aptos/transaction/v1/transaction.proto
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ message BlockMetadataTransaction {
bytes previous_block_votes_bitvec = 4;
string proposer = 5;
repeated uint32 failed_proposer_indices = 6;
uint64 test = 7;
}

message GenesisTransaction {
Expand Down
328 changes: 164 additions & 164 deletions protos/python/aptos_protos/aptos/transaction/v1/transaction_pb2.py

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -161,19 +161,22 @@ class BlockMetadataTransaction(_message.Message):
"previous_block_votes_bitvec",
"proposer",
"failed_proposer_indices",
"test",
]
ID_FIELD_NUMBER: _ClassVar[int]
ROUND_FIELD_NUMBER: _ClassVar[int]
EVENTS_FIELD_NUMBER: _ClassVar[int]
PREVIOUS_BLOCK_VOTES_BITVEC_FIELD_NUMBER: _ClassVar[int]
PROPOSER_FIELD_NUMBER: _ClassVar[int]
FAILED_PROPOSER_INDICES_FIELD_NUMBER: _ClassVar[int]
TEST_FIELD_NUMBER: _ClassVar[int]
id: str
round: int
events: _containers.RepeatedCompositeFieldContainer[Event]
previous_block_votes_bitvec: bytes
proposer: str
failed_proposer_indices: _containers.RepeatedScalarFieldContainer[int]
test: int
def __init__(
self,
id: _Optional[str] = ...,
Expand All @@ -182,6 +185,7 @@ class BlockMetadataTransaction(_message.Message):
previous_block_votes_bitvec: _Optional[bytes] = ...,
proposer: _Optional[str] = ...,
failed_proposer_indices: _Optional[_Iterable[int]] = ...,
test: _Optional[int] = ...,
) -> None: ...

class GenesisTransaction(_message.Message):
Expand Down
24 changes: 22 additions & 2 deletions protos/rust/src/pb/aptos.indexer.v1.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9927bb6

Please sign in to comment.