Skip to content

Commit

Permalink
Merge pull request #127 from pradel/feat/fix-config-3-0-0-0-0
Browse files Browse the repository at this point in the history
feat: add support to 3.0.0.0.0
  • Loading branch information
wileyj authored Oct 25, 2024
2 parents 749aae7 + e2cdb80 commit 1b60fa7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
1 change: 0 additions & 1 deletion conf/mainnet/Config.toml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ bootstrap_node = "02196f005965cebe6ddc3901b7b1cc1aa7a88f305bb8c5893456b8f9a60592

[[events_observer]]
endpoint = "stacks-blockchain-api:3700"
retry_count = 255
events_keys = ["*"]

[burnchain]
Expand Down
3 changes: 1 addition & 2 deletions conf/mocknet/Config.toml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use_test_genesis_chainstate = true

[[events_observer]]
endpoint = "stacks-blockchain-api:3700"
retry_count = 255
events_keys = ["*"]

[burnchain]
Expand Down Expand Up @@ -63,4 +62,4 @@ read_only_call_limit_write_length = 0
read_only_call_limit_read_length = 100000
read_only_call_limit_write_count = 0
read_only_call_limit_read_count = 30
read_only_call_limit_runtime = 1000000000
read_only_call_limit_runtime = 1000000000
1 change: 0 additions & 1 deletion conf/testnet/Config.toml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ peer_port = 18333

[[events_observer]]
endpoint = "stacks-blockchain-api:3700"
retry_count = 255
events_keys = ["*"]

[[ustx_balance]]
Expand Down
8 changes: 4 additions & 4 deletions sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ STACKS_SHUTDOWN_TIMEOUT=1200

###############################
## Nginx proxy
##
##
NGINX_PROXY_PORT=80

###############################
## Docker image versions
##
STACKS_BLOCKCHAIN_VERSION=2.5.0.0.3
STACKS_BLOCKCHAIN_API_VERSION=7.11.0
##
STACKS_BLOCKCHAIN_VERSION=3.0.0.0.0
STACKS_BLOCKCHAIN_API_VERSION=8.1.2
# version of the postgres image to use (if there is existing data, set to this to version 13)
# if starting a new sync from genesis, can use any version > 13
POSTGRES_VERSION=15
Expand Down

0 comments on commit 1b60fa7

Please sign in to comment.