add musig2 bip

This commit is contained in:
fbock
2024-06-11 16:47:35 +02:00
parent d33c4ebeef
commit 91f04d76e0
2 changed files with 9 additions and 11 deletions

View File

@ -11,14 +11,11 @@
"id": "bdb9fd88a01a8909", "id": "bdb9fd88a01a8909",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "canvas", "type": "markdown",
"state": { "state": {
"file": "Research/Trade Pipelines/new concepts/concept pipeline 1.canvas", "file": "Research/Bitcoin fundamentals/Knowledge sources.md",
"viewState": { "mode": "source",
"x": -5.715431435294194, "source": false
"y": 993.2035026007628,
"zoom": 0.25093295426175405
}
} }
} }
} }
@ -88,7 +85,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Research/Trade Pipelines/new concepts/concept pipeline 1.canvas", "file": "Research/Bitcoin fundamentals/Knowledge sources.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -105,7 +102,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Research/Trade Pipelines/new concepts/concept pipeline 1.canvas", "file": "Research/Bitcoin fundamentals/Knowledge sources.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -128,7 +125,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Research/Trade Pipelines/new concepts/concept pipeline 1.canvas" "file": "Research/Bitcoin fundamentals/Knowledge sources.md"
} }
} }
} }
@ -151,12 +148,12 @@
}, },
"active": "bdb9fd88a01a8909", "active": "bdb9fd88a01a8909",
"lastOpenFiles": [ "lastOpenFiles": [
"Research/Trade Pipelines/new concepts/concept pipeline 1.canvas",
"Research/Trade Pipelines/new concepts/concept locking script 1.canvas", "Research/Trade Pipelines/new concepts/concept locking script 1.canvas",
"assets/Pasted image 20240611120722.png", "assets/Pasted image 20240611120722.png",
"assets/Pasted image 20240611105421.png", "assets/Pasted image 20240611105421.png",
"assets/ptlc2.png", "assets/ptlc2.png",
"assets/ptlc.png", "assets/ptlc.png",
"Research/Trade Pipelines/new concepts/concept pipeline 1.canvas",
"Research/Bitcoin fundamentals/Knowledge sources.md", "Research/Bitcoin fundamentals/Knowledge sources.md",
"Research/Trade Pipelines/current trade flow.canvas", "Research/Trade Pipelines/current trade flow.canvas",
"Research/Implementation/Libraries.md", "Research/Implementation/Libraries.md",

View File

@ -10,6 +10,7 @@ Understanding the following BIPs is relevant for the project.
* [BIP 65 - OP_CHECKLOCKTIMEVERIFY](https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki) * [BIP 65 - OP_CHECKLOCKTIMEVERIFY](https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki)
* [BIP 174 - Partially Signed Bitcoin Transaction Format](https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki) * [BIP 174 - Partially Signed Bitcoin Transaction Format](https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki)
* [BIP 370 - PSBT Version 2](https://github.com/bitcoin/bips/blob/master/bip-0370.mediawiki) * [BIP 370 - PSBT Version 2](https://github.com/bitcoin/bips/blob/master/bip-0370.mediawiki)
* [BIP 327 - MuSig2](https://github.com/bitcoin/bips/blob/master/bip-0327.mediawiki)
#### BIP Readtrough videos #### BIP Readtrough videos
* [BIP 340 Readtrough - Jimmy Song](https://www.youtube.com/watch?v=rVsNFMzQUck) * [BIP 340 Readtrough - Jimmy Song](https://www.youtube.com/watch?v=rVsNFMzQUck)