Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update group checksums when combining multiple deltas. (#5394)
The function processing the oracle delta stream combines multiple deltas into one to reduce the number of proposal. However, the group checksums were not being updated, causing some group checksums update to be lost. gRPC guarantees that the ordering of the deltas coming from the stream so overwriting the group checksums is safe. Tested by following the steps in #5368. Fixes #5368
- Loading branch information