some thinkering on a pipeline

This commit is contained in:
fbock
2024-05-10 13:39:00 +02:00
parent 608b2d849f
commit 8b71850754
3 changed files with 31 additions and 13 deletions

View File

@ -4,18 +4,21 @@
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "83f3e4f8fc8a23bd", "id": "ecf79a0752cdbb44",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "a6f226df420e6a1a", "id": "4cb88f1468c68f7e",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "canvas",
"state": { "state": {
"file": "Research/Trade Pipelines/Existing research.md", "file": "Research/Trade Pipelines/new concepts/random pipeline 1.canvas",
"mode": "source", "viewState": {
"source": false "x": 162.3828125,
"y": 54.00916748046863,
"zoom": 0
}
} }
} }
} }
@ -69,7 +72,7 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 300 "width": 329.5
}, },
"right": { "right": {
"id": "5f13d93e126071cf", "id": "5f13d93e126071cf",
@ -85,7 +88,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Research/Trade Pipelines/Existing research.md", "file": "Research/Trade Pipelines/new concepts/random pipeline 1.canvas",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -102,7 +105,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Research/Trade Pipelines/Existing research.md", "file": "Research/Trade Pipelines/new concepts/random pipeline 1.canvas",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -125,7 +128,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Research/Trade Pipelines/Existing research.md" "file": "Research/Trade Pipelines/new concepts/random pipeline 1.canvas"
} }
} }
} }
@ -146,13 +149,16 @@
"command-palette:Open command palette": false "command-palette:Open command palette": false
} }
}, },
"active": "a6f226df420e6a1a", "active": "4cb88f1468c68f7e",
"lastOpenFiles": [ "lastOpenFiles": [
"Research/Trade Pipelines/current trade flow.canvas", "Research/Trade Pipelines/current trade flow.canvas",
"Research/Trade Pipelines/new concepts/random pipeline 1.canvas",
"Research/Trade Pipelines/new concepts/Untitled.md",
"Research/Trade Pipelines/new concepts",
"Research/Trade Pipelines/Existing research.md",
"Research/Bitcoin fundamentals/Taproot output structure.canvas", "Research/Bitcoin fundamentals/Taproot output structure.canvas",
"Research/Bitcoin fundamentals/Knowledge sources.md", "Research/Bitcoin fundamentals/Knowledge sources.md",
"Research/Bitcoin fundamentals/Signature and Flags.canvas", "Research/Bitcoin fundamentals/Signature and Flags.canvas",
"Research/Trade Pipelines/Existing research.md",
"assets/anyonecanpay.webp", "assets/anyonecanpay.webp",
"Research/Bitcoin fundamentals/Spending Taproot UTXOs.md", "Research/Bitcoin fundamentals/Spending Taproot UTXOs.md",
"Research/Implementation/UI ideas.canvas", "Research/Implementation/UI ideas.canvas",

View File

@ -17,7 +17,6 @@ Collection of existing onchain p2p trade protocols and research.
##### Remove maker fee tx and taker fee tx ##### Remove maker fee tx and taker fee tx
Maybe contains concepts on how to handle the **trade bond** Maybe contains concepts on how to handle the **trade bond**
[Github Issue](https://github.com/bisq-network/proposals/issues/265#) [Github Issue](https://github.com/bisq-network/proposals/issues/265#)
##### Current bisq flow as taker ##### Current bisq flow as taker
[Wiki](https://docs.bisq.network/getting-started#take-an-offer) [Wiki](https://docs.bisq.network/getting-started#take-an-offer)
[Anatomy of a Bisq trade - Forum](https://bisq.community/t/anatomy-of-a-bisq-trade/10979/2) [Anatomy of a Bisq trade - Forum](https://bisq.community/t/anatomy-of-a-bisq-trade/10979/2)

View File

@ -0,0 +1,13 @@
{
"nodes":[
{"id":"94ad2b7c2e51b676","x":-3,"y":-660,"width":250,"height":60,"type":"text","text":""},
{"id":"ce45a9a761640918","type":"text","text":"**Maker**","x":-380,"y":-140,"width":125,"height":60},
{"id":"5b8863761f608702","type":"text","text":"Just going to write some stuff down here while thinking about it. Don't expect it to make sense yet!","x":-220,"y":-480,"width":405,"height":110,"color":"1"},
{"id":"8b7862709255b800","type":"text","text":"\n***MSTB*** (Maker seller taker buyer)","x":-177,"y":-320,"width":320,"height":60,"color":"3"},
{"id":"545e4ff11933963a","type":"text","text":"**Coordinator**\nMonitors mempool and chain\n\nSpending the input is always costly, so it could work as spam prevention.","x":143,"y":-195,"width":277,"height":170},
{"id":"5ef2d6eee11db40b","type":"text","text":"**Taker**","x":-380,"y":140,"width":125,"height":60}
],
"edges":[
{"id":"ffcfdb8c955cf910","fromNode":"ce45a9a761640918","fromSide":"right","toNode":"545e4ff11933963a","toSide":"left","label":"Signed TX (unpublished)\n* Bond to coordinator\n*Escrow amount to himself"}
]
}