From d94a8cb58cb9c37067afedbb293f0269eecf79a9 Mon Sep 17 00:00:00 2001 From: Henrique Albuquerque Date: Fri, 12 Apr 2024 17:59:31 +0100 Subject: [PATCH 1/2] Fix typo --- frontend/src/app/docs/api-docs/api-docs.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/docs/api-docs/api-docs.component.html b/frontend/src/app/docs/api-docs/api-docs.component.html index eb3ab3323..a6a98018d 100644 --- a/frontend/src/app/docs/api-docs/api-docs.component.html +++ b/frontend/src/app/docs/api-docs/api-docs.component.html @@ -386,7 +386,7 @@

Bitcoin blocks have two independent consensus-enforced resource constraints - a 4MWU weight limit, and the 80,000 sigop limit.

-

Most transactions use a more of the weight limit than the sigop limit. However, some transactions use a disproportionate number of sigops compared to their weight.

+

Most transactions use more of the weight limit than the sigop limit. However, some transactions use a disproportionate number of sigops compared to their weight.

To account for this, Bitcoin Core calculates and uses an "adjusted vsize" equal 5 times the number of sigops, or the unadjusted vsize, whichever is larger.

Then, during block template construction, Bitcoin Core selects transactions in descending order of fee rate measured in satoshis per adjusted vsize

On mempool.space, effective fee rates for unconfirmed transactions are also measured in terms of satoshis per adjusted vsize, after accounting for CPFP relationships and other dependencies.

From f89bd5b972d52e154a8d3e0cfb586c7bbe527967 Mon Sep 17 00:00:00 2001 From: Henrique Albuquerque Date: Fri, 12 Apr 2024 18:05:18 +0100 Subject: [PATCH 2/2] Add contributor statement --- contributors/henrialb.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 contributors/henrialb.txt diff --git a/contributors/henrialb.txt b/contributors/henrialb.txt new file mode 100644 index 000000000..7902ebefb --- /dev/null +++ b/contributors/henrialb.txt @@ -0,0 +1,3 @@ +I hereby accept the terms of the Contributor License Agreement in the CONTRIBUTING.md file of the mempool/mempool git repository as of April 12, 2024. + +Signed: henrialb