From c8715ed0858a4b8053f0cf8fff78aed09fb71060 Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Fri, 19 Jan 2024 10:42:50 -0800 Subject: [PATCH 1/3] Bump core in local Makefile to 20.1.0 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a62d515d..c49fd394 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ console: build-latest: $(MAKE) build TAG=latest \ XDR_REF=v20.0.2 \ - CORE_REF=v20.0.2 \ + CORE_REF=v20.1.0 \ CORE_SUPPORTS_ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true \ HORIZON_REF=horizon-v2.27.0 \ SOROBAN_RPC_REF=v20.1.0 @@ -32,7 +32,7 @@ build-latest: build-testing: $(MAKE) build TAG=testing \ XDR_REF=v20.0.2 \ - CORE_REF=v20.0.2 \ + CORE_REF=v20.1.0 \ CORE_SUPPORTS_ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true \ HORIZON_REF=horizon-v2.27.0 \ SOROBAN_RPC_REF=v20.1.0 @@ -40,7 +40,7 @@ build-testing: build-soroban-dev: $(MAKE) build TAG=soroban-dev \ XDR_REF=v20.0.2 \ - CORE_REF=v20.0.2 \ + CORE_REF=v20.1.0 \ CORE_SUPPORTS_ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true \ HORIZON_REF=horizon-v2.27.0 \ SOROBAN_RPC_REF=v20.1.0 From 2260f1948985c059a3e593f65e43db29910e57ed Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Fri, 19 Jan 2024 11:11:49 -0800 Subject: [PATCH 2/3] Increase past min that the core command will accept --- local/core/etc/config-settings/unlimited.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/core/etc/config-settings/unlimited.json b/local/core/etc/config-settings/unlimited.json index 0446b7f1..b0ebd57c 100644 --- a/local/core/etc/config-settings/unlimited.json +++ b/local/core/etc/config-settings/unlimited.json @@ -24,7 +24,7 @@ "fee_read_ledger_entry": 1000, "fee_write_ledger_entry": 3000, "fee_read1_kb": 1000, - "bucket_list_target_size_bytes": 2147483648, + "bucket_list_target_size_bytes": 2305843009213694000, "write_fee1_kb_bucket_list_low": 1000, "write_fee1_kb_bucket_list_high": 4000000, "bucket_list_write_fee_growth_factor": 1000 From 079a6540958c50b2068389fc3caf8c481584e951 Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Fri, 19 Jan 2024 11:20:49 -0800 Subject: [PATCH 3/3] Keep file up to date with testnet --- local/core/etc/config-settings/testnet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/core/etc/config-settings/testnet.json b/local/core/etc/config-settings/testnet.json index 895ab7e3..5f69caf6 100644 --- a/local/core/etc/config-settings/testnet.json +++ b/local/core/etc/config-settings/testnet.json @@ -301,7 +301,7 @@ "temp_rent_rate_denominator": 5356800, "max_entries_to_archive": 100, "bucket_list_size_window_sample_size": 30, - "eviction_scan_size": 100000, + "eviction_scan_size": 1048576, "starting_eviction_scan_level": 6 } },