Skip to content
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

processor proto update. #411

Merged

Conversation

larry-aptos
Copy link
Collaborator

@larry-aptos larry-aptos commented Jun 14, 2024

  • Add support to new transaction type BlockEpilogueTransaction, in details:
    • new transaction is indexed under Transactions table
      • Transaction data will not be indexed in any table, i.e.,
        • fields will be ignored.
"block_end_info": {
  "block_gas_limit_reached": false,
  "block_output_limit_reached": false,
  "block_effective_block_gas_units": 0,
  "block_approx_output_size": 1244
},

next step

  • update the dependency to use a tagged version

@larry-aptos larry-aptos requested a review from a team June 19, 2024 00:54
@larry-aptos larry-aptos changed the title DO NOT COMMIT: processor proto update. processor proto update. Jun 20, 2024
@@ -19,7 +19,7 @@ aptos-moving-average = { path = "moving-average" }

ahash = { version = "0.8.7", features = ["serde"] }
anyhow = "1.0.62"
aptos-protos = { git = "https://github.com/aptos-labs/aptos-core.git", tag = "aptos-node-v1.12.1" }
aptos-protos = { git = "https://github.com/aptos-labs/aptos-core.git", rev = "d76b5bb423b78b2b9affc72d3853f0d973d3f11f" }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a blocker but any reason we're not using a tag now?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's in devnet; tag will only be available for testnet/mainet release candidate.

  1. we can change back to tag once it's in testnet.
  2. we can request devnet tag to make life easier.

@larry-aptos larry-aptos merged commit 96c2efa into main Jun 20, 2024
7 checks passed
@larry-aptos larry-aptos deleted the update-the-aptos-indexer-processors-with-block-epilogue branch June 20, 2024 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants