Janito Vaqueiro Ferreira Filho
Janito Vaqueiro Ferreira Filho
Great, thanks! I haven't opened a PR yet because I'm not sure how to proceed. The initial implementation I had was very close to [this one](https://gist.github.com/jvff/b02de8ade9d705920267e0773e273641), except it didn't actually...
Sorry for sending out a large code dump :sweat_smile: Would it be okay if I opened a PR using the second solution, which should be simpler?
No worries! Thanks for your time on this :) I've opened a PR (#126) with the implementation. Should this issue be closed and the discussion and review continue there?
Moved to Testnet #2 because this requires a complete redesign of the solution.
Closing because the solution needs to be restarted from scratch.
Closing based on the discussion to use `#[witty(skip)]` instead.
Thanks for the report! Would you be able to run the node service using `RUST_LOG=debug linera service ...` and collect a log file to send to us?
Thanks for the logs! When looking at them, I saw that there seems to be a loop where a chain is subscribed to itself, and sends a message to itself,...
The issue should be reproducible in `0.6.0` as well :thinking: We considered at least warning if a chain subscribes to itself, but that by itself doesn't cause the problem (you...
We can discuss the name of the trait. I think `Witty` is too generic, and may cause confusion because it may seem it includes other traits present in the crate...