-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update develop with master #2189
Conversation
Cut `v8.2.0`
## [8.2.0](v8.1.2...v8.2.0) (2024-10-25) ### Features * allow stackerdb_chunks messages to be stored in db raw events table ([d03f2ef](d03f2ef)) * include `tenure-height` in block responses ([#2134](#2134)) ([07426a2](07426a2)) * ingest `signer_signature` from `/new_block` event and expose in new endpoint ([#2125](#2125)) ([c389154](c389154)) ### Bug Fixes * event-replay block parsing outdated and incorrect ([#2133](#2133)) ([2cd69fa](2cd69fa))
) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 Co-authored-by: snyk-bot <[email protected]>
) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-8229906 Co-authored-by: snyk-bot <[email protected]>
…ist-tool/package-lock.json to reduce vulnerabilities (#2072) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 - https://snyk.io/vuln/npm:debug:20170905 Co-authored-by: snyk-bot <[email protected]>
* fix: indexes to optimize principal-based etag db lookups * chore: fix mempool_txs index and query * fix: force usage of idx_nft_events_optimized index
## [8.2.1](v8.2.0...v8.2.1) (2024-11-05) ### Bug Fixes * indexes to optimize principal-based etag db lookups ([#2157](#2157)) ([9da4dcd](9da4dcd))
## [8.2.2](v8.2.1...v8.2.2) (2024-11-10) ### Bug Fixes * **rosetta:** add support for Nakamoto coinbase for unlock events ([#2162](#2162)) ([2370799](2370799))
…2172) * feat: option to modify estimated fees in /v2/fees/transaction proxy * chore: lazy load env STACKS_CORE_FEE_ESTIMATION_MODIFIER * chore: use undici for rpc proxy tests
## [8.3.0-beta.1](v8.2.2...v8.3.0-beta.1) (2024-11-19) ### Features * option to modify estimated fees in /v2/fees/transaction proxy ([#2172](#2172)) ([9b7e97d](9b7e97d))
* fix: socket-io reconnection bug * test: add socket-io reconnection test
## [8.3.0-beta.2](v8.3.0-beta.1...v8.3.0-beta.2) (2024-11-21) ### Bug Fixes * socket-io reconnection bug ([#2174](#2174)) ([b99c672](b99c672))
Merge develop into beta
## [8.2.3](v8.2.2...v8.2.3) (2024-12-10) ### Bug Fixes * bug in multisig tx decoding ([#2181](#2181)) ([1f4125d](1f4125d))
Cut release `v8.3.0`
) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 Co-authored-by: snyk-bot <[email protected]>
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just need to fix the package lock conflict (probably just small conflicts from the dep bots)
Vercel deployment URL: https://stacks-blockchain-2v2d3id6f-hirosystems.vercel.app 🚀 |
## [8.4.0](v8.3.0...v8.4.0) (2024-12-17) ### Features * adjust rBTC default amount, add xlarge url param, add tests ([b30f16a](b30f16a)) * change tbtc faucet default, allow user to request more than default ([8e3f288](8e3f288)) ### Bug Fixes * update BTC faucet comments to use regtest instead of testnet ([ced8242](ced8242))
We're unable to cut
beta
branches fromdevelop
as it seems the past few releases aren't indevelop
.I'd like to release the new btc faucet amount changes this week if possible, so updating
develop
is needed to do that.