Hector Santos

Results 7 comments of Hector Santos

Possible points to improve: * Detail the configuration of the locutus.toml file, for example how to specify the file to use as initial state. * Link to the application examples...

I have been researching and testing with the three libraries you mention. Using all three together with [opentelemetry-jaeger](https://crates.io/crates/opentelemetry-jaeger/0.16.0) it is possible to achieve network traceability, both for a single node...

I'm currently developing the solution, but I have created this draft https://github.com/freenet/locutus/pull/89

@gogo2464 Apparently, the publish never manages to save the contract due to an issue in the `perform_contract_put` method. By fixing this issue, I have been able to successfully launch the...

@gogo2464 The fix has just been merged. Can you confirm that the issue has been resolved to close it?

# Subscription Tree Pruning - Implementation ## Problem When a peer unsubscribes from a contract, the current implementation only removes that peer from the local subscribers list. It doesn't check...

I'm on board with **Option 2** for external tests. For **in-tree** tests, I think the **freenet-test** macro should become the standard approach for any test that needs to spin up...