enabled blog (#63)

This commit is contained in:
Marco Argentieri
2023-12-14 15:22:24 +01:00
committed by GitHub
parent 317b3273a8
commit c0ca6415bb
3 changed files with 7 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ Alice wants to leave the Ark and get her funds back on-chain. It requires an on-
- signs it and send it to the ASP - signs it and send it to the ASP
4. ASP broadcasts [Pool transaction](#pool-transaction-aka-ark-transaction) 4. ASP broadcasts [Pool transaction](#pool-transaction-aka-ark-transaction)
5. Alice has now a new UTXO 5. Alice has now a new UTXO
6. For at most 4 weeks, Alice will be able to double spend hers [VTXO](#vtxo), but if she does it, the ASP will have time (24 hours) to grab the funds from the [VTXO](#vtxo) to itself using the [Forfeit transaction](#forfeit-transaction-) 6. For at most 4 weeks, Alice will be able to double spend her [VTXO](#vtxo), but if she does it, the ASP will have time (24 hours) to grab the funds from the [VTXO](#vtxo) to itself using the [Forfeit transaction](#forfeit-transaction-)
### Non-cooperative exit ### Non-cooperative exit

View File

@@ -22,4 +22,4 @@ Alice wants to send funds to Bob inside the Ark.
- signs (SIGHASH_ALL) and sends it to the ASP - signs (SIGHASH_ALL) and sends it to the ASP
4. ASP broadcasts [Pool transaction](./nomenclature#pool-transaction-aka-ark-transaction) 4. ASP broadcasts [Pool transaction](./nomenclature#pool-transaction-aka-ark-transaction)
5. Bob has now a new [VTXO](./nomenclature#vtxo-1) 5. Bob has now a new [VTXO](./nomenclature#vtxo-1)
6. For at most 4 weeks, Alice will be able to double spend hers [VTXO](./nomenclature#vtxo-1), but if she does it, the ASP will have time to grab the funds from the [VTXO](./nomenclature#vtxo-1) to itself using the [Forfeit transaction](./nomenclature#forfeit-transaction) 6. For at most 4 weeks, Alice will be able to double spend her [VTXO](./nomenclature#vtxo-1), but if she does it, the ASP will have time to grab the funds from the [VTXO](./nomenclature#vtxo-1) to itself using the [Forfeit transaction](./nomenclature#forfeit-transaction)

View File

@@ -36,15 +36,14 @@ const config = {
'**/user/noah-cli.md' '**/user/noah-cli.md'
] ]
}, },
blog: false, blog: {
/* blog: {
showReadingTime: true, showReadingTime: true,
editUrl: editUrl:
'https://github.com/ark-network/ark/edit/master/website/blog', 'https://github.com/ark-network/ark/edit/master/website/blog',
blogTitle: 'Blog', blogTitle: 'Blog',
blogDescription: 'Posts about Ark development', blogDescription: 'Posts about Ark development',
}, */ },
}), }),
], ],
], ],
@@ -68,7 +67,7 @@ const config = {
position: 'left', position: 'left',
label: 'Docs', label: 'Docs',
}, },
/*{ to: '/blog', label: 'Blog', position: 'left' },*/ { to: '/blog', label: 'Blog', position: 'left' },
{ {
href: 'https://github.com/ark-network', href: 'https://github.com/ark-network',
label: 'GitHub', label: 'GitHub',
@@ -133,7 +132,7 @@ const config = {
}, },
], ],
}, },
/* { {
title: 'MORE', title: 'MORE',
items: [ items: [
{ {
@@ -141,7 +140,7 @@ const config = {
to: '/blog', to: '/blog',
}, },
], ],
}, */ },
], ],
}, },
colorMode: { colorMode: {