clvm_rs icon indicating copy to clipboard operation
clvm_rs copied to clipboard

Rust implementation of clvm

Results 35 clvm_rs issues
Sort by recently updated
recently updated
newest added

This PR extends serialization to a "version 2" of serialization that uses the (currently unused) byte `0xfe` to mean "back-reference". A serialization of an atom follows the `0xfe`, and indicates...

stale-pr

Trying to make wasm version of `run_chia_program`.

@richardkiss I've just confirmed that the wasm of clvm_rs can be successfully integrated into clvm_tools-js! [clvm_tools-js#clvm_rs](https://github.com/Chia-Mine/clvm_tools-js/tree/clvm_rs) ```shell # Terminal git clone https://github.com/Chia-Mine/clvm_tools-js cd clvm_tools-js git checkout clvm_rs npm install npm...

Draft for: - [ ] https://github.com/Chia-Network/clvm_rs/pull/249

stale-pr

rely on the existing unit tests in src/test_ops.rs This is a step towards untangling `clvm_rs` from `clvm` and `clvm_tools`, which will allow us to change `clvm_tools`'s `brun` to report accurate...

stale-pr

I noticed `run_as_generator` returns a `uint16` error, but the underlying `run_generator2` function returns a `u32`. This pr updates the clvm_rs return type to match the python. I'm not really familiar...

stale-pr