diff --git a/content/docs/bounties.md b/content/docs/bounties.md index 5212007..e314725 100644 --- a/content/docs/bounties.md +++ b/content/docs/bounties.md @@ -10,40 +10,7 @@ Bounties are a vital tool we have in the Bitcoin ecosystem to drive development This page will track all known Silent Payment-related bounties, their amount, and basic info on completion requirements. -## Library implementation bounties - -{{% details title="Implement sending to Silent Payment addresses in BDK - **0.011 BTC**" closed="true" %}} - -As described in the Github issue comments, a bounty has been started by Seth For Privacy and has received contributions from many others in the community. - -### Completion requirements - -A merged pull request against the BDK repository, implementing sending to Silent Payment addresses. - -### Contributors - -| Person | Link | Amount | -| --- | --- | --- | -| sethforprivacy | https://x.com/sethforprivacy/status/1791171312733335902 | 100k sats | -| janusz | https://x.com/januszg_/status/1791469710066024470 | 130k sats | -| Yael | https://x.com/YaelOss/status/1791177147836502340 | 100k sats | -| justRay | https://x.com/justray1111/status/1791237240389030259 | 370k sats | -| sommerfeld | https://x.com/sommerfeld___/status/1791175492101411206 | 200k sats | -| Ruben Waterman | https://x.com/watermaniak/status/1791217114855993677 | 100k sats | -| Real Hal Finney | https://x.com/RealHalFinney/status/1791480570637119905 | 100k sats | - -### Total payout - -As of 05/18/2024, the total payout for this bounty is **0.011 BTC**. - -### Relevant links - -- [Github issue requesting support](https://github.com/bitcoindevkit/bdk/issues/1114) -- [GitHub issue for adding Silent Payment support to `rust-bitcoin`](https://github.com/rust-bitcoin/rust-bitcoin/issues/2778) -- [Existing Rust crate for Silent Payments support](https://github.com/cygnet3/rust-silentpayments) - - This existing crate could be a useful starting point, but is not required to be used for this bounty. - -{{% /details %}} +## Wallet implementation bounties {{% details title="Implement sending to Silent Payment addresses in Sparrow - **0.01 BTC**" closed="true" %}} @@ -53,15 +20,14 @@ A merged pull request against the Sparrow repository, implementing sending to Si ### Contributors -| Person | Link | Amount | -| --- | | --- | --- | +| Person | Link | Amount | +| --- | --- | --- | | Anon | npub1ltmm708jkyca77rq3lyg50lhr6ut4zjtyzr5f3wlzu6ntzftzz0s0hjnjc | 1M sats | ### Relevant links - [Sparrow Github](https://github.com/sparrowwallet/sparrow) -- [Existing Rust crate for Silent Payments support](https://github.com/cygnet3/rust-silentpayments) - - This existing crate could be a useful starting point, but is not required to be used for this bounty. +- [Existing development resources and libraries](../developers) {{% /details %}} @@ -74,7 +40,7 @@ A merged pull request against whatever will be the active Samourai repository at ### Contributors | Person | Link | Amount | -| --- | | --- | --- | +| --- | --- | --- | | Anon | npub1ltmm708jkyca77rq3lyg50lhr6ut4zjtyzr5f3wlzu6ntzftzz0s0hjnjc | 1M sats | ### Some notes @@ -83,8 +49,7 @@ Given the recent events, some people may have concerns about this bounty. We bel ### Relevant links -- [Existing Rust crate for Silent Payments support](https://github.com/cygnet3/rust-silentpayments) - - This existing crate could be a useful starting point, but is not required to be used for this bounty. +- [Existing development resources and libraries](../developers) {{% /details %}} @@ -97,14 +62,13 @@ A merged pull request against Electrum repository, implementing sending to Silen ### Contributors | Person | Link | Amount | -| --- | | --- | --- | +| --- | --- | --- | | Anon | npub1ltmm708jkyca77rq3lyg50lhr6ut4zjtyzr5f3wlzu6ntzftzz0s0hjnjc | 1M sats | ### Relevant links - [Electrum github](https://github.com/spesmilo/electrum) -- [Existing Rust crate for Silent Payments support](https://github.com/cygnet3/rust-silentpayments) - - This existing crate could be a useful starting point, but is not required to be used for this bounty. +- [Existing development resources and libraries](../developers) {{% /details %}} @@ -117,12 +81,47 @@ A merged pull request against BlueWallet repository, implementing sending to Sil ### Contributors | Person | Link | Amount | -| --- | | --- | --- | +| --- | --- | --- | | Anon | npub1ltmm708jkyca77rq3lyg50lhr6ut4zjtyzr5f3wlzu6ntzftzz0s0hjnjc | 1M sats | ### Relevant links - [BlueWallet Github](https://github.com/BlueWallet) +- [Existing TypeScript library created by the BlueWallet team for Silent Payments support](https://github.com/BlueWallet/SilentPayments) +- [Additional development resources and libraries](../developers) + +{{% /details %}} + +## Library implementation bounties + +{{% details title="Implement sending to Silent Payment addresses in BDK - **0.011 BTC**" closed="true" %}} + +As described in the Github issue comments, a bounty has been started by Seth For Privacy and has received contributions from many others in the community. + +### Completion requirements + +A merged pull request against the BDK repository, implementing sending to Silent Payment addresses. + +### Contributors + +| Person | Link | Amount | +| --- | --- | --- | +| sethforprivacy | https://x.com/sethforprivacy/status/1791171312733335902 | 100k sats | +| janusz | https://x.com/januszg_/status/1791469710066024470 | 130k sats | +| Yael | https://x.com/YaelOss/status/1791177147836502340 | 100k sats | +| justRay | https://x.com/justray1111/status/1791237240389030259 | 370k sats | +| sommerfeld | https://x.com/sommerfeld___/status/1791175492101411206 | 200k sats | +| Ruben Waterman | https://x.com/watermaniak/status/1791217114855993677 | 100k sats | +| Real Hal Finney | https://x.com/RealHalFinney/status/1791480570637119905 | 100k sats | + +### Total payout + +As of 05/18/2024, the total payout for this bounty is **0.011 BTC**. + +### Relevant links + +- [Github issue requesting support](https://github.com/bitcoindevkit/bdk/issues/1114) +- [GitHub issue for adding Silent Payment support to `rust-bitcoin`](https://github.com/rust-bitcoin/rust-bitcoin/issues/2778) - [Existing Rust crate for Silent Payments support](https://github.com/cygnet3/rust-silentpayments) - This existing crate could be a useful starting point, but is not required to be used for this bounty. diff --git a/themes/hextra b/themes/hextra index daaf281..1313415 160000 --- a/themes/hextra +++ b/themes/hextra @@ -1 +1 @@ -Subproject commit daaf281012523915eb0800c058dd8346756aa6a9 +Subproject commit 1313415c8b4e2c559b7b133506d6599d1723b807