Sam H. Smith
Sam H. Smith
No. I'm on linux now though so there are some built in utilities I can use instead.
I belive the reason there isn't a libglfw.so in /lib64 is so that applications can target glfw-2? Anyway glfw-net should change it's search target to look for libglfw.so.3 instead.
I'm fully in agreement with you about not using delegates and proc adresses. For my purposes focusing on Core would make the most sense to me. There might be some...
I can confirm I have this issue to. Although the weirdest part is that I just rerun it and eventually it goes away for a while.
Sumeragi Simplification changes so much of this that it will have to be re-evaluated afterwards.
This is fixed by new-sumeragi. Make sure to run the tps-oneshot in release though, otherwise the nodes can never get round to reporting new blocks because they are so overwhelmed...
> 1. if we are going to hold these structures as encoded in memory there can be no indirections such as `Box` inside it because structures are encoded as a...
As of now the code in the sumeragi main loop has been very explicit. This was done in order to get a clear view of the actual operations that were...
I think peer and system should be combined. Since the majority of data flow in a running iroha node is between things in both these crates. In my opinion they...
I suspect the best way to implement this is to add a new "view change requested" message. Essentially build a parallel system that runs in the same event loop to...