Skip to content

Commit ca322ab

Browse files
authored
Merge pull request #2122 from hirosystems/beta
release to master
2 parents a669da0 + fd54012 commit ca322ab

File tree

169 files changed

+5620
-3191
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+5620
-3191
lines changed

.env

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ PG_APPLICATION_NAME=stacks-blockchain-api
6060
# (with both Event Server and API endpoints).
6161
# STACKS_API_MODE=
6262

63-
# Stacks nodes automatically perform garbage-collection by dropping transactions from the mempool if they
64-
# are pending for more than 256 blocks. This variable controls the block age threshold at which the API will do
65-
# the same.
66-
# STACKS_MEMPOOL_TX_GARBAGE_COLLECTION_THRESHOLD=256
67-
6863
# To avoid running unnecessary mempool stats during transaction influx, we use a debounce mechanism for the process.
6964
# This variable controls the duration it waits until there are no further mempool updates
7065
# MEMPOOL_STATS_DEBOUNCE_INTERVAL=1000

.eslintignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ scripts/
88
stacks-blockchain/
99
src/schemas/*
1010
docs/
11-
#client/
12-
#src/tests/
13-
src/tests-rosetta/
14-
src/tests-rosetta-cli/
15-
src/tests-bns/
1611
client/src/
1712
config/
1813
utils/src/

0 commit comments

Comments
 (0)