Brian Anderson
Brian Anderson
cc @a-ridley perhaps you know how the HCS is currently being used. I am trying to understand if some subset of the HCS transactions are intrinsic to the operation of...
Also, fwiw I don't technically know how obtain Hedera transactions from blocks yet. The hedera block RPC API doesn't seem to provide that information.
logs are filled with "no client for avalanche", which means the initial health check for the client failed. The initial check is returning > 2023-02-28T17:46:34.401832816+00:00 WARN realtps_import::delay - for chain...
From reading the above links I still believe that this software must retain the MIT license. Claiming that it can be distributed as either MIT _OR_ Apache is not correct....
Hi @Marwes. Thanks for the report. The first thing that can be done is have `generate_doc_tests` emit the `cargo:rerun-if-changed` directive for each of the input files. See these docs: http://doc.crates.io/build-script.html...
Ah, I forgot that the tests recompiled dynamically. Yeah, I believe you are right that the reason it is that way is so that failure to compile the test cases...
> Tests that check if code compiles or not ie compile_test instead of run_test Haha, of course. Does my previous suggestion for how to fix this with caching sound reasonable?...
I've started hacking on a [fix for #18](https://github.com/budziq/rust-skeptic/issues/18#issuecomment-462881184) that I thought would fix this, but looks like it won't. The "every test case is an executable" behavior of skeptic is...
I've [posted a branch](https://github.com/budziq/rust-skeptic/issues/18#issuecomment-464269889) prototype fix for #18. It doesn't improve testing times yet, but I think it will when it's done.
Not to discourage any short-term solutions to this, but I'm still of the opinion that the way to solve all these problems is to just use cargo. I mentioned some...