Skip to content

Commit

Permalink
chore(release): 8.6.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## [8.6.0-beta.1](v8.5.0...v8.6.0-beta.1) (2025-01-28)

### Features

* consider tenure block fullness for transaction fee estimations ([#2203](#2203)) ([396e2ea](396e2ea))
* store total transaction size in blocks table ([#2204](#2204)) ([ac7c41b](ac7c41b))

### Bug Fixes

* make tx_total_size column nullable ([#2207](#2207)) ([77bd2f8](77bd2f8))
  • Loading branch information
semantic-release-bot committed Jan 28, 2025
1 parent 2f1fc04 commit c80d9df
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [8.6.0-beta.1](https://github.com/hirosystems/stacks-blockchain-api/compare/v8.5.0...v8.6.0-beta.1) (2025-01-28)


### Features

* consider tenure block fullness for transaction fee estimations ([#2203](https://github.com/hirosystems/stacks-blockchain-api/issues/2203)) ([396e2ea](https://github.com/hirosystems/stacks-blockchain-api/commit/396e2ea09f02a832205b67a5d595ab7f9ab4c579))
* store total transaction size in blocks table ([#2204](https://github.com/hirosystems/stacks-blockchain-api/issues/2204)) ([ac7c41b](https://github.com/hirosystems/stacks-blockchain-api/commit/ac7c41b86d7ead4f534a407f22f5680014ea0db0))


### Bug Fixes

* make tx_total_size column nullable ([#2207](https://github.com/hirosystems/stacks-blockchain-api/issues/2207)) ([77bd2f8](https://github.com/hirosystems/stacks-blockchain-api/commit/77bd2f884b3ad1537af917e951e1d6609df90d3c))

## [8.5.0](https://github.com/hirosystems/stacks-blockchain-api/compare/v8.4.0...v8.5.0) (2025-01-20)


Expand Down

0 comments on commit c80d9df

Please sign in to comment.