Skip to content

Commit

Permalink
Bump core in local Makefile to 20.1.0 (#546)
Browse files Browse the repository at this point in the history
* Bump core in local Makefile to 20.1.0

* Increase past min that the core command will accept

* Keep file up to date with testnet
  • Loading branch information
sisuresh authored Jan 19, 2024
1 parent 974fb36 commit 5acbe30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@ 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

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

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
Expand Down
2 changes: 1 addition & 1 deletion local/core/etc/config-settings/testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
},
Expand Down
2 changes: 1 addition & 1 deletion local/core/etc/config-settings/unlimited.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5acbe30

Please sign in to comment.