Tom Ridge
Tom Ridge
I also have this problem. As a non-ppx expert, how do I add `-no-check` to my Makefile-based build?
This is with an `nbdkit` server.
Another thing: after the server crash, something on the client "segfaults". Presumably something to do with the nbd-client that was running.
I think I understand 1. and 4. Could you elaborate on 2. and 3. ?
@Ngoguey42 In order to "first compute the hash of the commit in order to check if the backend knows it" - don't we have to replay all the operations leading...
I agree that it might be very useful to have GC write its own internal logs to a separate file (whilst also reporting logs to the usual places). Since it's...
Thanks for this. It explains more what Merkle proofs are. From my point of view, the documentation should ideally live with the code - people wouldn't necessarily expect to consult...
Also, very nice use of mdx!
Some initial tracing through the code... scripts/yes-wallet/yes_wallet_lib.ml", line 660 (surrounding code): ``` let* store = Tezos_store.Store.init ~store_dir:(Filename.concat base_dir "store") ~context_dir:(Filename.concat base_dir "context") ~allow_testchains:true ~readonly:true mainnet_genesis in ``` Note the use...
Worth mentioning that purely within file_manager, a flush is called on a readonly index, and this causes the initial exception. So even locally there seems to be something wrong (file_manager...