-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
validator txn api fix #13718
validator txn api fix #13718
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Example: |
We can index the i.e. we will surface them up in protobufs but not in actual indexing. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
@larry-aptos I think i didn't want to give full example in PR description because it's too long. Perhaps I meant "detail omitted..." |
aptos_types::transaction::Transaction::ValidatorTransaction(txn) => { | ||
Transaction::ValidatorTransaction((txn, info, events, timestamp).into()) | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bookmark
Description
TLDR
ValidatorTransaction::JWKUpdate
.validator_transaction_type
, value being"observed_jwk_update"
.quorum_certified_update
: details of the JWK updates.ValidatorTransaction::DKGResult
.validator_transaction_type
, value being"dkg_result"
.dkg_transcript
: details of the DKG transcript.BlockMetadataTransaction
toValidatorTransaction::DKGResult
when randomness is enabled.0x1::stake::DistributeRewardsEvent
0x1::stake::DistributeRewards
0x1::reconfiguration::NewEpoch
0x1::reconfiguration::NewEpochEvent
Example JSONs
example
ValidatorTransaction::JWKUpdate
json:example
ValidatorTransaction::DKGResult
json:Type of Change
Which Components or Systems Does This Change Impact?
How Has This Been Tested?
Key Areas to Review
Checklist