Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
indexer-alt: fix field count for wal_ types (#20540)
## Description ``` // Add one here for cp_sequence_number field, because StoredObjectUpdate is used for // wal_* handlers, where the actual type has an additional field besides fields of T. ``` ## Test plan Ci, we will want to add a test for chunk size <> commit limit, and will do that in a separate pr. --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK: - [ ] REST API:
- Loading branch information