Will Winder
Will Winder
First of all, nice job diving into the guts of UGS! Getting through all of the abstraction layers to plumb in a new feature like this is a big accomplishment....
Curious what you think about these comments @breiler since you've been cleaning up these layers a lot in the last year.
@carneeki I think that updating "pause" would be the simplest way to implement this. I'm not sure about allowing jogging during a stream though, seems like that would be hard...
@acfunk @urtho @SilentRhetoric hi folks. I'd just like to draw your attention to #5781 which adds this feature. It didn't make the current beta release, but you can plan on...
~Investigation required: what exactly is wrong with the state proof response?~ The `EXPECTED` output includes `block` and `cert` as top level data. The `ACTUAL` output is just a `block`. The...
Additional block tests failing due to state proof messages (but for different reasons): * @unit.responses.statedelta * @unit.responses.txngroupdeltas ``` "spt": { 0: { "n": 23963136 } }, ``` These have a...
In my case I was hoping to minimize the types defined under components/schemas because I'm also planning to use the spec for documentation and was trying to minimize the number...
I believe it. I spent a morning reviewing the code and there's definitely a lot going on in **GenerateGoSchema**. It seems like that function could be refactored to return an...