Siraaj Khandkar

Results 4 comments of Siraaj Khandkar

@PaulVMo I'm currently working on full, snapless resync from scratch, including fixing any issues that come up along the way. Will update this issue once I have something relevant.

@evanmcc Until full investigation of what exactly goes wrong in the presence of rescue blocks, we discussed a workaround with @Vagabond - just avoid making snaps with rescue blocks: https://github.com/helium/blockchain-core/pull/1195

Dunno about Caramel per se, but this works: ``` $ ocaml OCaml version 4.09.1 # `_;; Error: Syntax error # `__;; - : [> `__ ] = `__ # ```

Same two symptoms for me in `examples/src/tls_rustls/server.rs`: 1. ` http.serve_connection(conn, svc).await` `-->` `hyper::Error(Io, Kind(UnexpectedEof))` ; 2. `info.peer_certificates()` `-->` `None`. My setup: 1. Void Linux, kernel 6.6.16_1; 2. rustc 1.75.0 (82e1608df...