Skip to content

Commit

Permalink
Discount Confidential Transactions (#637)
Browse files Browse the repository at this point in the history
* Update dependencies

* Use discount-ct when building txs

* Broadcast using the electrum client

* Fix CI

* Remove use of esplora url

* Address PR feedback

* Fix dart/flutter

* Update zero-conf fee rate check

* Fix clippy
  • Loading branch information
dangeross authored Jan 19, 2025
1 parent 3a09bbe commit 746b6e0
Show file tree
Hide file tree
Showing 24 changed files with 1,343 additions and 599 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,9 @@ jobs:
# In this test, we reference the checked out repo (e.g. this PR branch)
cargo add --path ../lib/core breez-sdk-liquid
# Add the secp256k1-zkp patch: https://github.com/BlockstreamResearch/rust-secp256k1-zkp/pull/48/commits
# Add the secp256k1-zkp patch: https://github.com/BlockstreamResearch/rust-secp256k1-zkp/pull/48/commits and rebased on secp256k1-zkp 0.11.0
echo "[patch.crates-io]" >> Cargo.toml
echo "secp256k1-zkp = {git = 'https://github.com/sanket1729/rust-secp256k1-zkp.git', rev = '60e631c24588a0c9e271badd61959294848c665d'}" >> Cargo.toml
echo "secp256k1-zkp = {git = 'https://github.com/dangeross/rust-secp256k1-zkp.git', rev = '57d29b15269ca2ce3c3b118b6a72b66c1169e7b1'}" >> Cargo.toml
# Propagate the patch in Cargo.lock
rm Cargo.lock
cargo update --package secp256k1-zkp
Expand Down
Loading

0 comments on commit 746b6e0

Please sign in to comment.