Skip to content

Commit

Permalink
Merge branch 'develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanYuan authored Aug 13, 2024
2 parents f87e573 + 9e924c9 commit 35b7944
Show file tree
Hide file tree
Showing 375 changed files with 17,775 additions and 6,093 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_benchmarks_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
ci_benchmarks_macos:
name: ci_benchmarks_macos
needs: prologue
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_integration_tests_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
name: ci_integration_tests_macos
needs: prologue
timeout-minutes: 140
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_linters_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
ci_linters_macos:
name: ci_linters_macos
needs: prologue
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_quick_checks_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
ci_quick_checks_macos:
name: ci_quick_checks_macos
needs: prologue
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_unit_tests_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
ci_unit_tests_macos:
name: ci_unit_tests_macos
needs: prologue
runs-on: macos-11
runs-on: macos-12
steps:
- name: Install nextest
uses: taiki-e/install-action@nextest
Expand Down
508 changes: 254 additions & 254 deletions .github/workflows/package.yaml

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# CHANGELOG

## [v0.117.0](https://github.com/nervosnetwork/ckb/compare/v0.116.1...v0.117.0) (2024-07-29)

## Features

- #4454: Add `include_tx_pool: Option<bool>` param to `ChainRpcImpl::get_live_cell`' (@eval-exec)

This is a breaking change to the RPC.

- #4486: Add `assume_valid_target_reached: bool` to `NetRpc::sync_state` (@eval-exec)

This is a breaking change to the RPC.

## Bug Fixes

- #4484: Fix rich indexer `partial` query by args performance issue (@EthanYuan)
- #4505: Fix websocket subscription performance issue (@chenyukang)

## Improvements

- #4487: tweak `max_ancestors_count` (@zhangsoledad)
- #4459: Use standalone runtime for RPC service (@chenyukang)
- #4511: Modify the record scope of tx-pool reject record and fix rule for orphan tx. (@zhangsoledad)
- #4531: Early return `process_fetch_cmd` if ckb received exit signal (@eval-exec)

## [v0.116.1](https://github.com/nervosnetwork/ckb/compare/v0.115.0...v0.116.1) (2024-05-11)

### Features
Expand Down
Loading

0 comments on commit 35b7944

Please sign in to comment.