Mark Tyneway
Mark Tyneway
This is great work so far, ultimately we will want a more formal spec before we can merge this to ensure that multi client implementations go easily and also its...
Usually we have this level of conversation at the specs level rather than the implementation so that code review is more checking specs against code. We would want to get...
If `hsd` stops trying to make outbound connections, then it creates risk around eclipse attacks. If you are annoyed by the logging messages, run with `--log-level info` or apply this...
I understand what you mean now, when a connection fails then it should deprioritize that address in the future. It would be interesting to write a script to scan through...
I haven't ever had luck with `seth events` actually working as expected. I do think that there is a good opportunity for creating a `cast events` command. There are times...
This is useful, thank you! We have been considering deprecating the docker compose based devnet in favor of the kurtosis one, this would allow us to align more closely with...
> > This is useful, thank you! We have been considering deprecating the docker compose based devnet in favor of the kurtosis one, this would allow us to align more...
I am not sure how extensive the test coverage of this code is. Do we have unit tests? Is the best way to test just syncing a node?
I believe this is a good change