-
# Lines of code
https://github.com/code-423n4/2024-08-wildcat/blob/main/src/HooksFactory.sol#L553
https://github.com/code-423n4/2024-08-wildcat/blob/main/src/market/WildcatMarketConfig.sol#L171
# V…
-
This is a list of prerequisites before releasing v1.0.0
BIP39 status change from Proposed to Final
https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki
BIP44 status change from Propos…
-
Before Doreen left, she showed me this awesome stimulus motion workflow she was working on in bips. uuid: "431e1fd2a37f11e2bff300259058e3f2"
This workflow generates a folder called Stimulus_Motion wi…
-
Bitcoin Core uses BIP-386 for `tr(...)` descriptors, and in the case of `tr(KEY)`, the produced key is tweaked according to BIP-341:
https://github.com/bitcoin/bips/blob/85cda4e225b4d5fd7aff403f69…
benma updated
4 months ago
-
Peer-to-peer layer encryption.
https://github.com/bitcoin/bips/blob/master/bip-0151.mediawiki
This hasn't landed yet in Core (see: https://github.com/bitcoin/bitcoin/pull/14032), but is really o…
-
https://github.com/bitcoin/bips/blob/master/bip-0002.mediawiki#progression-to-final-status Suggests:
> Software authors are encouraged to publish summaries of what BIPs their software supports to a…
-
Sometimes, related GitHub issues and PRs can be hard to find. By showing a force-directed-graph of connected issues/PRs, we can help people find them.
![image](https://github.com/user-attachments/a…
-
We'll likely need status labels of BIPs and a procedure of moving the BIPs between status. I don't think that we need to figure this out as a priority BUT I wanted to capture the opportunity to become…
-
Implementing the mnemonic (BIP39) doesn't seems difficult: https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki
I suggest to drop the broken C library and rewrite implementation in pure V…
maxux updated
5 months ago
-
There are a number of options how to implement multisig with Taproot [1], so first we have to decide which one(s) we will implement. Using a single `OP_CHECKSIGADD`-based script is the simplest and mo…