Skip to content

Commit

Permalink
Merge branch 'rc/v0.113.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Feb 1, 2024
2 parents 6431c14 + 95ad24b commit 87818f6
Show file tree
Hide file tree
Showing 86 changed files with 1,071 additions and 693 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## [v0.113.1](https://github.com/nervosnetwork/ckb/compare/v0.113.0...v0.113.1) (2024-01-31)

### Bug Fixes

* #4330: Don't account for cell dep for `MAX_ANCESTORS_COUNT` (@chenyukang)
* #4332: Fix the websockets terminate issue (@chenyukang)
* #4308: Fix RPC cors issue of preflight request (@chenyukang)
* #4323: Fix error message when sent HTTP GET to RPC (@chenyukang)
* #4324: Fix RBF fee and celldeps check rule issue with replaced txs and their descendants (@chenyukang)
* #4325: Fix the regex expression for ckb's version test (@chenyukang)

## [v0.113.0](https://github.com/nervosnetwork/ckb/compare/v0.112.1...v0.113.0) (2024-01-09)

### Features
Expand Down
Loading

0 comments on commit 87818f6

Please sign in to comment.