Twitter thread and visual demonstration
https://twitter.com/benthecarman/status/1497270907290763270
Credits Samourai Wallet
Due to a flaw in the wallet, an address was used both for a mix output and a change output. This allowed analysts to link an output that was sent to Poloniex back to hacked Bitfinex funds.
A CoinSwap implementation alpha release, provides invisible private transactions
Credits: Chris Belcher
This is a proof of concept release. From the readme:
It doesn’t have config files yet so you have to edit the source files to configure stuff.
A Dive into CoinPool : Bitcoin Balances for Billions
Credits: Gleb Naumenko, Antoine Riard
This is a scaling solution for bitcoin based around shared ownership of a UTXO. The construction uses new opcodes in order to facilitate any-order withdrawals without needing to store an exponential number of pre-signed transactions. However, most operations require participation from all participants to succeed.
https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-March/020036.html
Credits: A. J. Towns
An assessment of Chialisp and a comparison between Simplicity
vs. btc-lisp
futures for bitcoin.
https://twitter.com/rusty_twit/status/1496642600371384321
How should we think about the proprietary products developed by Lightning Labs?
https://github.com/jamesob/simple-ctv-vault
Credits: James O’Bierne
https://twitter.com/CashApp/status/1490767860750336004
https://blog.lnrouter.app/lightning-payment-speed-2022
As a service, it is hard to choose reliable routing peers that forward payments quickly. Plenty of nodes have bad response times and do not maintain proper liquidity in their channels. This makes payments slow and payment times of 8+ seconds not uncommon. Recent tests by c-lightning revealed a median payment time of 8.6s baseline. And no, this is not a unique c-lightning issue.
Credits: SeverinAlexB
https://twitter.com/murchandamus/status/1492212197652639754
Credits: Mark Erhardt
https://twitter.com/thomasg_eth/status/1492663192404779013
Very sophisticated phisher that was extremely well funded attempting to steal eth.
Credits: thomasg_eth
https://blog.coinbase.com/retrospective-recent-coinbase-bug-bounty-award-9f127e04f060
The underlying cause of the bug was a missing logic validation check in a Retail Brokerage API endpoint, which allowed a user to submit trades to a specific order book using a mismatched source account. This API is only utilized by our Retail Advanced Trading platform, which is currently in limited beta release.
https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-March/020035.html
Is it useful to have arbitrary lines of credit for bitcoin wallets? Is this identical to nLockTime schemes and thus adds uncessary complexity?
Credits: Chris Stewart
https://github.com/bitcoindevkit/bdk/issues/549
Credits satrinity402
https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-February/019975.html
https://github.com/casey/ord/blob/master/bip.mediawiki
Credits: Casey Rodarmor
This scheme refines bitcoin values to collections of intervals so that every
UTXO corresponds to a collection of intervals, and for each block every natural
number in [1, totalMined]
is in exactly one interval.
https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-February/019879.html
Credits: James O’Beirne
If passed, the bill would prevent any agency head from prohibiting or otherwise restricting “the ability of a covered user to— (1) use virtual currency or its equivalent for such user’s own purposes, such as to purchase real or virtual goods and services for the user’s own use; or (2) conduct transactions through a self-hosted wallet.”
This is the monthly feature where we collect software that is New to Us (TM).