Skip to content

Commit 7d2f8df

Browse files
committed
Merge branch 'master' into develop
2 parents d03f2ef + 4f5f582 commit 7d2f8df

File tree

10 files changed

+286
-264
lines changed

10 files changed

+286
-264
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

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,66 @@
1+
## [8.1.0](https://github.com/hirosystems/stacks-blockchain-api/compare/v8.0.4...v8.1.0) (2024-10-16)
2+
3+
4+
### Features
5+
6+
* add block etag ([#2103](https://github.com/hirosystems/stacks-blockchain-api/issues/2103)) ([66e6800](https://github.com/hirosystems/stacks-blockchain-api/commit/66e680051061f25de2acc87898aeac145b5c9093))
7+
* add cache handler for principal activity including mempool transactions ([#2100](https://github.com/hirosystems/stacks-blockchain-api/issues/2100)) ([2370c21](https://github.com/hirosystems/stacks-blockchain-api/commit/2370c211e957ed2191f52710b93e4456c0b2fb89))
8+
* add principal cache etag to account endpoints ([#2097](https://github.com/hirosystems/stacks-blockchain-api/issues/2097)) ([28e9864](https://github.com/hirosystems/stacks-blockchain-api/commit/28e9864844a22994205f44fc279be6b019d4b019))
9+
* return estimated balance in account balance endpoints ([#2104](https://github.com/hirosystems/stacks-blockchain-api/issues/2104)) ([e217cea](https://github.com/hirosystems/stacks-blockchain-api/commit/e217ceac6bb3340688445fa346bc2d01b212f6d2))
10+
11+
12+
### Bug Fixes
13+
14+
* add declaration copy step in build ([#2110](https://github.com/hirosystems/stacks-blockchain-api/issues/2110)) ([2b6aa6a](https://github.com/hirosystems/stacks-blockchain-api/commit/2b6aa6a6971e029bca8b7a7cd4c171ae8aca4a03))
15+
* prune and restore mempool transactions with equal nonces for the same sender ([#2091](https://github.com/hirosystems/stacks-blockchain-api/issues/2091)) ([1ce75de](https://github.com/hirosystems/stacks-blockchain-api/commit/1ce75de8f7866c6e528b56706e624c4600b17412))
16+
* randomize key order for testnet stx faucet transactions ([#2120](https://github.com/hirosystems/stacks-blockchain-api/issues/2120)) ([f7265f9](https://github.com/hirosystems/stacks-blockchain-api/commit/f7265f952d3e4232546c1cd0792eaf12444a0af7))
17+
* update mempool garbage collection logic for 3.0 ([#2117](https://github.com/hirosystems/stacks-blockchain-api/issues/2117)) ([8b10b69](https://github.com/hirosystems/stacks-blockchain-api/commit/8b10b693861b2ab7a0f9a8c2bfc321886e9d1f3d))
18+
* use total_count CTE and return it with the parsed results ([#2073](https://github.com/hirosystems/stacks-blockchain-api/issues/2073)) ([bb30911](https://github.com/hirosystems/stacks-blockchain-api/commit/bb30911bae0d3cb5fb26312d84dce7b04f5ffa97))
19+
20+
## [8.1.0-beta.4](https://github.com/hirosystems/stacks-blockchain-api/compare/v8.1.0-beta.3...v8.1.0-beta.4) (2024-10-15)
21+
22+
23+
### Bug Fixes
24+
25+
* /extended/v2/pox/cycles/{n}/signers/{key}/stackers returning 500 error ([d6e0010](https://github.com/hirosystems/stacks-blockchain-api/commit/d6e0010ca7104d4fdf3a1593a41b29e6d56578bc))
26+
27+
## [8.1.0-beta.3](https://github.com/hirosystems/stacks-blockchain-api/compare/v8.1.0-beta.2...v8.1.0-beta.3) (2024-10-15)
28+
29+
30+
### Bug Fixes
31+
32+
* randomize key order for testnet stx faucet transactions ([#2120](https://github.com/hirosystems/stacks-blockchain-api/issues/2120)) ([f7265f9](https://github.com/hirosystems/stacks-blockchain-api/commit/f7265f952d3e4232546c1cd0792eaf12444a0af7))
33+
* update mempool garbage collection logic for 3.0 ([#2117](https://github.com/hirosystems/stacks-blockchain-api/issues/2117)) ([8b10b69](https://github.com/hirosystems/stacks-blockchain-api/commit/8b10b693861b2ab7a0f9a8c2bfc321886e9d1f3d))
34+
35+
## [8.1.0-beta.2](https://github.com/hirosystems/stacks-blockchain-api/compare/v8.1.0-beta.1...v8.1.0-beta.2) (2024-10-11)
36+
37+
38+
### Bug Fixes
39+
40+
* add declaration copy step in build ([#2110](https://github.com/hirosystems/stacks-blockchain-api/issues/2110)) ([2b6aa6a](https://github.com/hirosystems/stacks-blockchain-api/commit/2b6aa6a6971e029bca8b7a7cd4c171ae8aca4a03))
41+
42+
## [8.1.0-beta.1](https://github.com/hirosystems/stacks-blockchain-api/compare/v8.0.3...v8.1.0-beta.1) (2024-10-07)
43+
44+
45+
### Features
46+
47+
* add block etag ([#2103](https://github.com/hirosystems/stacks-blockchain-api/issues/2103)) ([66e6800](https://github.com/hirosystems/stacks-blockchain-api/commit/66e680051061f25de2acc87898aeac145b5c9093))
48+
* add cache handler for principal activity including mempool transactions ([#2100](https://github.com/hirosystems/stacks-blockchain-api/issues/2100)) ([2370c21](https://github.com/hirosystems/stacks-blockchain-api/commit/2370c211e957ed2191f52710b93e4456c0b2fb89))
49+
* add principal cache etag to account endpoints ([#2097](https://github.com/hirosystems/stacks-blockchain-api/issues/2097)) ([28e9864](https://github.com/hirosystems/stacks-blockchain-api/commit/28e9864844a22994205f44fc279be6b019d4b019))
50+
* return estimated balance in account balance endpoints ([#2104](https://github.com/hirosystems/stacks-blockchain-api/issues/2104)) ([e217cea](https://github.com/hirosystems/stacks-blockchain-api/commit/e217ceac6bb3340688445fa346bc2d01b212f6d2))
51+
52+
53+
### Bug Fixes
54+
55+
* prune and restore mempool transactions with equal nonces for the same sender ([#2091](https://github.com/hirosystems/stacks-blockchain-api/issues/2091)) ([1ce75de](https://github.com/hirosystems/stacks-blockchain-api/commit/1ce75de8f7866c6e528b56706e624c4600b17412))
56+
* use total_count CTE and return it with the parsed results ([#2073](https://github.com/hirosystems/stacks-blockchain-api/issues/2073)) ([bb30911](https://github.com/hirosystems/stacks-blockchain-api/commit/bb30911bae0d3cb5fb26312d84dce7b04f5ffa97))
57+
58+
## [8.0.4](https://github.com/hirosystems/stacks-blockchain-api/compare/v8.0.3...v8.0.4) (2024-10-14)
59+
60+
### Bug Fixes
61+
62+
* /extended/v2/pox/cycles/{n}/signers/{key}/stackers returning 500 error ([d6e0010](https://github.com/hirosystems/stacks-blockchain-api/commit/d6e0010ca7104d4fdf3a1593a41b29e6d56578bc))
63+
164
## [8.0.3](https://github.com/hirosystems/stacks-blockchain-api/compare/v8.0.2...v8.0.3) (2024-10-01)
265

366

0 commit comments

Comments
 (0)