Rigidity
Rigidity
@altendky I believe this was implemented again by Earle a while back? Maybe we can close this
I'll give my perspective from the Chialisp and coin set model point of view. I want to be clear up front that my intent here is not to debate the...
No, I did not write this with AI. Maybe I'm just a bot.
There is a feature called Identical Spend Aggregation which allows spends for the same coin and same solution to be deduplicated during block construction.
We already have the Revocation Layer that can be used for this purpose. Permuto is already using it for Revocable CATs and there's no reason it wouldn't work for an...
https://github.com/Chia-Network/clvm_rs/pull/435
https://github.com/Chia-Network/clvm_rs/pull/435
This breaks CI workflows that rely on installing Rustup and assuming the `rust-toolchain.toml` file will be respected automatically. That said, the `dtolnay/rust-toolchain` workflow skips installing Rustup if it's already installed,...
Personally, widespread breaking changes like this should be a major version bump, and specified as part of the URL passed into cURL. So for instance, you would go from sh.rustup.rs...
Any update on this? This affects non-async code too (especially auto-generated bindings), since you can't take `&[T]` or `Option` to avoid taking ownership of JS values