Chia-Network / clvm_rs

Rust implementation of clvm
Apache License 2.0
67 stars 57 forks source link

drop CI dependency on clvm_tools_rs #356

Closed arvidn closed 8 months ago

arvidn commented 8 months ago

It's only used by run-programs.py to compile .clvm -> .hex. This PR also checks-in the hex files.

The reason for this is to remove a cyclical dependency. clvm_tools_rs depends on this repository, which can cause issues when incompatible changes are made. e.g. https://github.com/Chia-Network/clvm_rs/actions/runs/7259364759/job/19776353813?pr=355

coveralls-official[bot] commented 8 months ago

Pull Request Test Coverage Report for Build 7260868619


Totals Coverage Status
Change from base Build 7158462817: 0.8%
Covered Lines: 5320
Relevant Lines: 5673

💛 - Coveralls