-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Execute messages from the same transaction to the same destination at…
…omically. (#2343) * Atomic message bundles * Add a TransactionTracker; have one oracle responses list per txn. * Deduplicate bundle and operation handling. * Extract message execution from execute_block. * Move next_message_index to TransactionTracker. * Add to_posted test helper function. * Fix message_id_for_operation. * Return iterator from make_message_bundles_for. * Address review comments. * Address review comments; don't track messages twice.
- Loading branch information
Showing
41 changed files
with
1,755 additions
and
1,698 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.