vyzo

Results 664 comments of vyzo

Opened issue in Gambit: https://github.com/gambit/gambit/issues/312

Opened PR in Gambit: https://github.com/gambit/gambit/pull/313

https://github.com/gambit/gambit/pull/313 has been merged, so we now have certificate validation by default. ``` > (http-get "https://untrusted-root.badssl.com") *** ERROR IN std/net/request#http-request -- TLS ERROR: error:00000001:lib(0):func(0):reason(1) (force-output '#) ``` Note that the...

follow up on UX enhancements in https://github.com/gambit/gambit/issues/317

termite is another actor system for gambit; as @fare said similar primitives, but otherwise no relation.

yeah, its bitrot, log-error is replaced by errorf. I will be updating it soon, as i plan to simulate the episub extensions, possibly this weekend.

I started working on refactoring amd support for gs1.1/1.2 in #5

We can certainly do this, and but it would be a little work. We actually use testground for this nowadays, which runs the actual production code. See https://github.com/libp2p/gossipsub-hardening, which should...

That's a good point. What part of the protocol would you like to simulate? It should be fairly straightforward to write a simulator for v1.0 from scratch, v1.1 is a...