William Smith

Results 6 comments of William Smith

@akichidis heads up - we had to revert this in suspicion it is blocking CI: https://github.com/MystenLabs/sui/commit/3d0bc68de89c057407b8361ea72a8b9457d98a4a

Now in the latest release

Now in the latest release

We already have a case where we create checkpoint diffs for forks (and also check the remote contents for completeness), namely in the split brain diagnostics code: https://github.com/MystenLabs/sui/blob/e0a919d2ee8819d73e454b2d7f21240a763f1302/crates/sui-core/src/checkpoints/mod.rs#L2020 Given that...

> > To facilitate this, the PR introduces a refactor that allows AuthorityState to hold a reference to TrafficController, and for all sui callsites to reference this rather than instantiating...