Skip to content

release v8.11.0#2288

Merged
rafaelcr merged 25 commits intomasterfrom
develop
May 26, 2025
Merged

release v8.11.0#2288
rafaelcr merged 25 commits intomasterfrom
develop

Conversation

@rafaelcr
Copy link
Copy Markdown
Collaborator

No description provided.

rafaelcr and others added 24 commits April 28, 2025 10:23
* fix: ignore unanchored

* test: unanchored param
…information (#2265)

* test: log balance error

* test: json fix

* fix: try block wait

* test: wait block

* test: more wait

* fix: wait full cycle

* fix: del aggr

* fix: wait construction

* fix: remove block hash expectation

* fix: get current block

* fix: revert some

* fix: try reverting all
)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-FASTIFY-9788069

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.6.0 to 6.6.1.
- [Commits](indutny/elliptic@v6.6.0...v6.6.1)

---
updated-dependencies:
- dependency-name: elliptic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.6 to 3.2.4.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.1.6...3.2.4)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](PrismJS/prism@v1.29.0...v1.30.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@fastify/multipart](https://github.com/fastify/fastify-multipart) from 8.3.0 to 8.3.1.
- [Release notes](https://github.com/fastify/fastify-multipart/releases)
- [Commits](fastify/fastify-multipart@v8.3.0...v8.3.1)

---
updated-dependencies:
- dependency-name: "@fastify/multipart"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [redoc](https://github.com/Redocly/redoc) to 2.4.0 and updates ancestor dependency [@redocly/cli](https://github.com/Redocly/redocly-cli). These dependencies need to be updated together.


Updates `redoc` from 2.1.5 to 2.4.0
- [Release notes](https://github.com/Redocly/redoc/releases)
- [Changelog](https://github.com/Redocly/redoc/blob/main/CHANGELOG.md)
- [Commits](Redocly/redoc@v2.1.5...v2.4.0)

Updates `@redocly/cli` from 1.19.0 to 1.34.1
- [Release notes](https://github.com/Redocly/redocly-cli/releases)
- [Changelog](https://github.com/Redocly/redocly-cli/blob/main/docs/changelog.md)
- [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@1.19.0...@redocly/cli@1.34.1)

---
updated-dependencies:
- dependency-name: redoc
  dependency-type: indirect
- dependency-name: "@redocly/cli"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rafael Cárdenas <rafael@rafaelcr.com>
Bumps  and [undici](https://github.com/nodejs/undici). These dependencies needed to be updated together.

Updates `undici` from 5.28.4 to 6.21.2
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v5.28.4...v6.21.2)

Updates `undici` from 6.21.0 to 6.21.2
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v5.28.4...v6.21.2)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: direct:production
- dependency-name: undici
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps  and [base-x](https://github.com/cryptocoinjs/base-x). These dependencies needed to be updated together.

Updates `base-x` from 4.0.0 to 4.0.1
- [Commits](cryptocoinjs/base-x@v4.0.0...v4.0.1)

Updates `base-x` from 3.0.10 to 4.0.1
- [Commits](cryptocoinjs/base-x@v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: base-x
  dependency-version: 4.0.1
  dependency-type: indirect
- dependency-name: base-x
  dependency-version: 4.0.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: upgrade undici from 6.21.0 to 6.21.1 (#2206)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-UNDICI-8641354

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* chore: upgrade @fastify/multipart from 8.3.0 to 8.3.1 (#2215)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-FASTIFYMULTIPART-8660811

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BASEX-10118294

---------

Co-authored-by: Charlie <2747302+CharlieC3@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Rafael Cárdenas <rafael@rafaelcr.com>
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8720086
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Rafael Cárdenas <rafael@rafaelcr.com>
* fix: simplify transaction events query

* fix: default filters, fix reduce
* fix: balances after microblocks

* fix: add test

* chore: add migration

* fix: truncate table first
* feat: store and expose vm_error in failed transactions

* fix: tests

* fix: load vm_error from table

* fix: parse vm error

* fix: standard null type

* fix: tests

* fix: property may not come in past node versions

* fix: db controller
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 22, 2025

Vercel deployment URL: https://stacks-blockchain-qrijegj0z-hirosystems.vercel.app 🚀

@codecov
Copy link
Copy Markdown

codecov Bot commented May 22, 2025

Codecov Report

Attention: Patch coverage is 96.25000% with 3 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/api/routes/v2/block-tenures.ts 95.00% 1 Missing ⚠️
src/datastore/pg-store.ts 96.42% 1 Missing ⚠️
src/datastore/pg-write-store.ts 94.73% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

* fix: always treat block 0 boot data as canonical

* fix: tests
@rafaelcr rafaelcr requested a review from janniks May 23, 2025 15:07
@rafaelcr rafaelcr merged commit b2e369a into master May 26, 2025
50 checks passed
@hirosystems-release-bot
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 8.11.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants