commit | e9f13e1341e248a00be88e9ce34e97577c8eb2e1 | [log] [tgz] |
---|---|---|
author | Evan Rosky <erosky@google.com> | Wed Jul 14 17:15:39 2021 -0700 |
committer | Evan Rosky <erosky@google.com> | Fri Jul 16 17:17:33 2021 -0700 |
tree | 5ef55d82279df8eae12e2b38f18582ac7a175888 | |
parent | 2e5a48be0e7c19894ae2e6dad90c4e0eee6c10f8 [diff] |
Aggregate stage-split operations into WCT Previously different operations were just applying transactions as they were called. We need better control over this for synchronization purposes, so we basically pass wct into these operations so that everything can be aggregated into one WCT if desired. Bug: 192291727 Test: existing tests pass (this is a refactor) Change-Id: Ie26d634bcd3ab6baf4d2a4788986689914a58c13