mirror of
https://github.com/corda/corda.git
synced 2025-03-15 08:41:04 +00:00
* ENT-2655: added a lock on leader status to ensure no clients can be leader at the same time * ENT-2655: reworked tests to not use hacky timeouts, now check for max 1 leader at any given time, improved error handling in the latch * ENT-2655: address PR comments and use atomic int properly