Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[test_loop] Change ClientQueries trait requirements in TestLoop util (#…
…11520) Part 2 Change in interface of ClientQueries to not depend on `AsRef<AccountId>`. Note that we can get the account_id from Client using the validator signer module. ### Other PRs [Part 1](#11521): [test_loop] Introduce TestLoopV2 [Part 2](#11520): [test_loop] Change ClientQueries trait requirements in TestLoop util [Part 3](#11522): [test_loop] test_loop_sync_actor_maker implementation in TestLoopV2 [Part 4](#11523): [test_loop] Introduce TestLoopPeerManagerActor for handling network messages across clients [Part 5](#11524): [test_loop] Convert current tests to use TestLoopV2 [Part 6](#11525): [test_loop] Cleanup old test loop code [Part 7](#11528): [test_loop] Better visualizer support for TestLoopV2
- Loading branch information