From cb0fcb3cec6edf0dc6c946881687fecdad0f2201 Mon Sep 17 00:00:00 2001 From: secondl1ght <85003930+secondl1ght@users.noreply.github.com> Date: Wed, 14 Jun 2023 21:48:36 -0600 Subject: [PATCH 1/4] update frontend local instructions --- frontend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/README.md b/frontend/README.md index b626a23b9..8fc77a2b4 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -17,7 +17,7 @@ Get the latest Mempool code: ``` git clone https://github.com/mempool/mempool -cd mempool +cd mempool/frontend ``` ### 2. Specify Website From f37c82c012d5dfbc2ce91e2744a7247a794c5cfc Mon Sep 17 00:00:00 2001 From: secondl1ght <85003930+secondl1ght@users.noreply.github.com> Date: Wed, 14 Jun 2023 21:55:17 -0600 Subject: [PATCH 2/4] create secondl1ght.txt contributor file --- contributors/secondl1ght.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 contributors/secondl1ght.txt diff --git a/contributors/secondl1ght.txt b/contributors/secondl1ght.txt new file mode 100644 index 000000000..a386a103a --- /dev/null +++ b/contributors/secondl1ght.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 June 14, 2023. + +Signed: secondl1ght From 7c9b3706b5a321547ab4c308b022100420955848 Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 15 Jun 2023 21:39:51 -0400 Subject: [PATCH 3/4] the last two docker-compose overrides need MEMPOOL_ in front --- docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index b669b37c8..d95bc7aee 100644 --- a/docker/README.md +++ b/docker/README.md @@ -144,8 +144,8 @@ Corresponding `docker-compose.yml` overrides: MEMPOOL_ADVANCED_GBT_AUDIT: "" MEMPOOL_ADVANCED_GBT_MEMPOOL: "" MEMPOOL_CPFP_INDEXING: "" - MAX_BLOCKS_BULK_QUERY: "" - DISK_CACHE_BLOCK_INTERVAL: "" + MEMPOOL_MAX_BLOCKS_BULK_QUERY: "" + MEMPOOL_DISK_CACHE_BLOCK_INTERVAL: "" ... ``` From be74bcacf6d63d927bf1fa4d763c52315ed360f8 Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 15 Jun 2023 21:46:09 -0400 Subject: [PATCH 4/4] contributer license --- contributors/pfoytik.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 contributors/pfoytik.txt diff --git a/contributors/pfoytik.txt b/contributors/pfoytik.txt new file mode 100644 index 000000000..f15f7cb33 --- /dev/null +++ b/contributors/pfoytik.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 June 15, 2023. + +Signed pfoytik