rust-simplicity icon indicating copy to clipboard operation
rust-simplicity copied to clipboard

Results 42 rust-simplicity issues
Sort by recently updated
recently updated
newest added
trafficstars

We have a `bitcoin` dep pulled in by rust-elements at version 0.32.0. But the actual minimum is 0.32.2 (anything lower won't work with rust-elements). We should bump our minimum version...

Currently we use the `types::Context` object to hold type bounds. We provide an accessor to `BoundRef`s which index these bounds, but which internally hold a value uniquely tied to the...