Andrew Schran
Andrew Schran
Global timeout on both client and server side should be a default but not an override. Should be configurable on a per-method basis to a different value, or no timeout...
Adds back deferral for randomness-using tx arriving in commits for which randomness is not generated.
Bring max concurrency limits down to more reasonable numbers, also increases Quinn max streams to accommodate the new limits.
- Switches `RandomnessManager` to use `dyn SubmitToConsensus` instead of the concrete `ConsensusAdapter`. - Updates `TestAuthorityBuilder` to use mock no-op consensus for randomness. (Randomness will still not function because DKG never...
## Description Adds `version_specific_data` to `CheckpointSummary` to keep track of which `RandomnessRound`s are present in a checkpoint. Batching is configurable by a minimum interval based on the commit timestamp. ##...