rust-elements
rust-elements copied to clipboard
Rust support for Elements transaction/block deserialization
Is it possible to add `SIGHASH_RANGEPROOF` support? I implemented something working here - https://github.com/pavel-kokolemin/rust-elements/commit/4cbc317ac320689e7cd214695071cbb1ed10f8c3 but it's not ready for PR (only `SIGHASH_ALL` + `SIGHASH_RANGEPROOF` and without unit tests).
upstream issue: https://github.com/ElementsProject/elements/issues/1080 Current discussion: ElementsProject/rust-elements#108 (comment)
It appears that the [bincode value fix](https://github.com/ElementsProject/rust-elements/pull/98) resulted in a different serialization format compared to before the [regression](https://github.com/ElementsProject/rust-elements/pull/96) (v0.16). With current master (fe3e9469618a479de02f8ececf92f9d456fc4c38), the following code: ```rust let commitment =...
Are there any plans on doing something similar in this library to the `libbitcoinconsensus` feature in `rust-bitcoin`? At the moment, we are testing all of our stuff by spinning up...
Implementation of the currently proposed spec for asset contracts 2.0.
Use "liquidex" field for the asset blinding factor. Related ELIP: https://github.com/ElementsProject/ELIPs/pull/18
This passes (elements 21) ``` rust-elements/elementsd-tests$ ELEMENTSD_EXE=bin/elementsd cargo test -- tx_issuance ``` This fails ``` ELEMENTSD_EXE=~/dev/bin/elements-23.2.1/bin/elementsd cargo test -- tx_issuance ``` with ``` error JSON-RPC error: RPC error response: RpcError...
Automated update to Github CI workflow `rust.yml` by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action