-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mock-consensus: 💰 execute a spend via mock consensus (#3857)
~f/ixes #3788.~ this introduces a new `mock_consensus_can_send_a_spend_action` test which, as the name implies, shows that the mock consensus harness can send and execute a `Spend` action via our consensus service. a `MockClient::with_sync_to_storage` helper (bikesheds are welcome here) is introduced, to facilitate syncing to the latest snapshot of the temporary storage. * #3588 * #3788
- Loading branch information
Showing
2 changed files
with
97 additions
and
1 deletion.
There are no files selected for viewing
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
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