Denis Zygann

Results 13 comments of Denis Zygann

I add an if condition to the `finalize_manifest.py` ``` if str.__contains__(filename, "\\"): print(f"Exclude {filename} file from trusted_files") continue ``` ---- Edit ---- I just see you have an `exclude_paths_regex` variable....

Hi @dimakuv Hashgraph is considered a strong and more efficient alternative to current block-chain technology. Here's a link to the repository: [Hashgraph](https://github.com/c3ai-lab/hashgraph) I tried to copy the hashgraph executable, but...

Hi @dimakuv > Try to rename the hashgraph/ directory (inside the Docker image) to something else, like hashgraph-dir/. this did the trick! Now it runs into the next issue :D...