From 86f46715103ccf421276e41ee69ec7a31efdd554 Mon Sep 17 00:00:00 2001 From: TomZ Date: Wed, 24 Mar 2021 20:38:35 +0100 Subject: [PATCH] TIL: we can shorten some URLS With thanks to admin Leandro Di Marco today I learned that the URLs on bitcoincashresearch can be shortened to remove the topic from there and just have the /t/num/ which is unique and auto redirects. --- CHIP-2021-01-Allow Smaller Transactions.md | 8 ++++---- CHIP-2021-01-Restrict Transaction Versions.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHIP-2021-01-Allow Smaller Transactions.md b/CHIP-2021-01-Allow Smaller Transactions.md index ae522bb..780d576 100644 --- a/CHIP-2021-01-Allow Smaller Transactions.md +++ b/CHIP-2021-01-Allow Smaller Transactions.md @@ -53,20 +53,20 @@ To avoid the weakness in merkle-blocks we introduce the rule that transactions s ## References: -Discussion on [bitcoincashresearch](https://bitcoincashresearch.org/t/consensus-change-proposal-min-tx-size-of-100-bytes-instead-forbid-64-byte-txs/154) +Discussion on [bitcoincashresearch](https://bitcoincashresearch.org/t/154) [Leaf-Node weakness in Bitcoin Merkle Tree Design](https://bitslog.wordpress.com/2018/06/09/leaf-node-weakness-in-bitcoin-merkle-tree-design/) ## Statements **Freetrader, BCHN release manager.** -> I reviewed this and would support activation of this CHIP (revision [75b97e22a3dc295de7373255025f38cd0911b866](https://gitlab.com/bitcoin.cash/chips/-/blob/75b97e22a3dc295de7373255025f38cd0911b866/CHIP-2021-01-Allow%20Smaller%20Transactions.md)) in the first network upgrade after May 2021. ([source](https://bitcoincashresearch.org/t/consensus-change-proposal-min-tx-size-of-100-bytes-instead-forbid-64-byte-txs/154/32?u=tom)) +> I reviewed this and would support activation of this CHIP (revision [75b97e22a3dc295de7373255025f38cd0911b866](https://gitlab.com/bitcoin.cash/chips/-/blob/75b97e22a3dc295de7373255025f38cd0911b866/CHIP-2021-01-Allow%20Smaller%20Transactions.md)) in the first network upgrade after May 2021. ([source](https://bitcoincashresearch.org/t/154/32)) **Benjamin Scherrey ([proteusguy](https://bitcoincashresearch.org/u/proteusguy)), ActorForth** -> I’ve reviewed the CHIP and support it as written. My interest is as a development stakeholder. ([source](https://bitcoincashresearch.org/t/consensus-change-proposal-min-tx-size-of-100-bytes-instead-forbid-64-byte-txs/154/31?u=tom)) +> I’ve reviewed the CHIP and support it as written. My interest is as a development stakeholder. ([source](https://bitcoincashresearch.org/t/154/31)) **Andrew Stone, developer Bitcoin Unlimited** -> Awemany (working as a BU dev) and I originally brought this problem to the BCH community’s attention. When ABC chose to limit at 100 bytes I pointed out this was idiocy way back before the original fork, and was ignored. So BU is happy to support a change that fixes yet-another-dumb-decision autocratically made during the ABC days. ([source](https://bitcoincashresearch.org/t/consensus-change-proposal-min-tx-size-of-100-bytes-instead-forbid-64-byte-txs/154/36)) +> Awemany (working as a BU dev) and I originally brought this problem to the BCH community’s attention. When ABC chose to limit at 100 bytes I pointed out this was idiocy way back before the original fork, and was ignored. So BU is happy to support a change that fixes yet-another-dumb-decision autocratically made during the ABC days. ([source](https://bitcoincashresearch.org/t/154/36)) ## Copyright Notice diff --git a/CHIP-2021-01-Restrict Transaction Versions.md b/CHIP-2021-01-Restrict Transaction Versions.md index 018bf3a..8103f6d 100644 --- a/CHIP-2021-01-Restrict Transaction Versions.md +++ b/CHIP-2021-01-Restrict Transaction Versions.md @@ -39,19 +39,19 @@ Blocks that have transactions which violate this rule shall be deemed invalid. # References: -Discussion on [bitcoincashresearch](https://bitcoincashresearch.org/t/restrict-transaction-version-numbers/173) +Discussion on [bitcoincashresearch](https://bitcoincashresearch.org/t/173) ## Statements **BigBlockIfTrue, BCHN developer.** -> Reviewed, looks good to me. Recommend activation of this CHIP in the first network upgrade after May 2021. [source](https://bitcoincashresearch.org/t/restrict-transaction-version-numbers/173/7) +> Reviewed, looks good to me. Recommend activation of this CHIP in the first network upgrade after May 2021. [source](https://bitcoincashresearch.org/t/173/7) **Freetrader, BCHN release manager.** Quoting the supporting statement from BigBlockIfTrue: -> Likewise [source](https://bitcoincashresearch.org/t/restrict-transaction-version-numbers/173/10) +> Likewise [source](https://bitcoincashresearch.org/t/173/10) **Andrew Stone, developer Bitcoin Unlimited** -> I support this change, so BU does so unless a BUIP is explicitly raised against it. ([source](https://bitcoincashresearch.org/t/restrict-transaction-version-numbers/173/11)) +> I support this change, so BU does so unless a BUIP is explicitly raised against it. ([source](https://bitcoincashresearch.org/t/173/11)) ## Copyright Notice