Mark Logan
Mark Logan
wip
## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box...
- Add cache metrics (#17835) - Several caching improvements: (#17930)
- [accumulator] Support accumulator in effects v2 - Prototype: Framework support for accumulators - Prototype: execution changes for accumulators - Move is_system_tx() to TransactionData - Move mock_checkpoint_builder to core -...
## 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...
Proposed API for authenticated event streams
Attempt to find bugs in which pending consensus transactions are never marked as processed.
Shared version assignments now travel alongside transactions as they go through the scheduler. Also, scheduler can handle "virtual" transactions (e.g. `TransactionKey::RandomRound`) and can wait until the key resolves to a...
- Test version of Move API (no public functions added). - e2e tests. Note that any scenario that can cause underflow causes panics, since we don't have the scheduler yet....