diff --git a/pull-requests/hyperledger-labs/fabric-operations-console.md b/pull-requests/hyperledger-labs/fabric-operations-console.md
index e5fe3a9a5..cf1710b1f 100644
--- a/pull-requests/hyperledger-labs/fabric-operations-console.md
+++ b/pull-requests/hyperledger-labs/fabric-operations-console.md
@@ -117,35 +117,3 @@ more audit log improvements
-
-
-
-
- PR #554
- |
-
-
- Upgrade browserify-sign to 4.2.2 to address CVE.
-
- |
-
-
-
-
- |
-
- #### Type of change
-
-- Improvement (improvement to code, performance, etc)
-
-#### Description
-
-Upgrade npm browserify-sign in apollo to 4.2.2 to address https://nvd.nist.gov/vuln/detail/CVE-2023-46234
- |
-
-
-
- Created At 2023-11-03 20:24:45 +0000 UTC
-
-
-
diff --git a/pull-requests/hyperledger/besu.md b/pull-requests/hyperledger/besu.md
index 869e3928b..94e8379be 100644
--- a/pull-requests/hyperledger/besu.md
+++ b/pull-requests/hyperledger/besu.md
@@ -10,6 +10,130 @@ permalink: /pull-requests/hyperledger/besu
# besu [GitHub](https://github.com/hyperledger/besu){: .btn .mr-4 }
+
+
+
+
+ PR #6159
+ |
+
+
+ reftest updates
+
+ |
+
+
+
+
+ |
+
+
+
+
+## PR description
+
+## Fixed Issue(s)
+
+
+ |
+
+
+
+ Created At 2023-11-11 02:12:01 +0000 UTC
+
+
+
+
+
+
+
+ PR #6158
+ |
+
+
+ Release 23.10.x
+
+ |
+
+
+
+
+ |
+
+ Release 23.10.2
+
+### Breaking Changes
+- TX pool eviction in the legacy TX pool now favours keeping oldest transactions (more likely to evict higher nonces, less likely to introduce nonce gaps) [#6106](https://github.com/hyperledger/besu/pull/6106) and [#6146](https://github.com/hyperledger/besu/pull/6146)
+
+### Deprecations
+
+### Additions and Improvements
+- Ethereum Classic Spiral network upgrade [#6078](https://github.com/hyperledger/besu/pull/6078)
+- Add a method to read from a `Memory` instance without altering its inner state [#6073](https://github.com/hyperledger/besu/pull/6073)
+- TraceService: return results for transactions in block [#6086](https://github.com/hyperledger/besu/pull/6086)
+- Accept `input` and `data` field for the payload of transaction-related RPC methods [#6094](https://github.com/hyperledger/besu/pull/6094)
+- Add APIs to set and get the min gas price a transaction must pay for being selected during block creation [#6097](https://github.com/hyperledger/besu/pull/6097)
+- TraceService: return results for transactions in block [#6086](https://github.com/hyperledger/besu/pull/6086)
+- New option `--min-priority-fee` that sets the minimum priority fee a transaction must meet to be selected for a block. [#6080](https://github.com/hyperledger/besu/pull/6080) [#6083](https://github.com/hyperledger/besu/pull/6083)
+- Implement new `miner_setMinPriorityFee` and `miner_getMinPriorityFee` RPC methods [#6080](https://github.com/hyperledger/besu/pull/6080)
+- Clique config option `createemptyblocks` to not create empty blocks [#6082](https://github.com/hyperledger/besu/pull/6082)
+- Upgrade EVM Reference Tests to v13 (Cancun) [#6114](https://github.com/hyperledger/besu/pull/6114)
+- Add `yParity` to GraphQL and JSON-RPC for relevant querise. [6119](https://github.com/hyperledger/besu/pull/6119)
+- Force tx replacement price bump to zero when zero base fee market is configured or `--min-gas-price` is set to 0. This allows for easier tx replacement in networks where there is not gas price. [#6079](https://github.com/hyperledger/besu/pull/6079)
+- Introduce the possibility to limit the time spent selecting pending transactions during block creation, using the new experimental option `Xblock-txs-selection-max-time` on PoS and PoW networks (by default set to 5000ms) or `Xpoa-block-txs-selection-max-time` on PoA networks (by default 75% of the min block time) [#6044](https://github.com/hyperledger/besu/pull/6044)
+
+### Bug fixes
+- Upgrade netty to address CVE-2023-44487, CVE-2023-34462 [#6100](https://github.com/hyperledger/besu/pull/6100)
+- Upgrade grpc to address CVE-2023-32731, CVE-2023-33953, CVE-2023-44487, CVE-2023-4785 [#6100](https://github.com/hyperledger/besu/pull/6100)
+- Fix blob gas calculation in reference tests [#6107](https://github.com/hyperledger/besu/pull/6107)
+- Limit memory used in handling invalid blocks [#6138](https://github.com/hyperledger/besu/pull/6138)
+
+---
+
+
+ |
+
+
+
+ Created At 2023-11-10 22:14:01 +0000 UTC
+
+
+
+
+
+
+
+ PR #6156
+ |
+
+
+ Add `rpc-gas-cap` via transaction simulator
+
+ |
+
+
+
+
+ |
+
+
+
+
+## PR description
+This PR adds `rpc-gas-cap` directly into the transaction simulator, which seems a better approach than the one used in #6130.
+
+## Fixed Issue(s)
+
+
+Fixes #6042
+ |
+
+
+
+ Created At 2023-11-10 18:47:28 +0000 UTC
+
+
+
diff --git a/pull-requests/hyperledger/cello.md b/pull-requests/hyperledger/cello.md
index d41033548..94d3e574e 100644
--- a/pull-requests/hyperledger/cello.md
+++ b/pull-requests/hyperledger/cello.md
@@ -38,82 +38,3 @@ Signed-off-by: xichen1
-
-
-
-
- PR #581
- |
-
-
- [ISSUE-580] Fix Swaggers API docs
-
- |
-
-
-
-
- |
-
- This PR fixes #580
- |
-
-
-
- Created At 2023-11-04 01:05:33 +0000 UTC
-
-
-
-
-
-
-
- PR #579
- |
-
-
- Remove multiple node creation
-
- |
-
-
-
-
- |
-
- This PR removes multiple node creation parameter from API request and use the given name + org name as the node.
- |
-
-
-
- Created At 2023-11-03 20:57:57 +0000 UTC
-
-
-
-
-
-
-
- PR #578
- |
-
-
- Added the approve form.
-
- |
-
-
-
-
- |
-
- 1. Added the approve form.
-2. Checked the code style.
- |
-
-
-
- Created At 2023-11-03 18:16:46 +0000 UTC
-
-
-
diff --git a/trending/recent-prs.md b/trending/recent-prs.md
index 167f125b9..f52d2bdfa 100644
--- a/trending/recent-prs.md
+++ b/trending/recent-prs.md
@@ -1,13 +1,13 @@
-[6155](https://github.com/hyperledger/besu/pull/6155) Release 23.10.x
+[6159](https://github.com/hyperledger/besu/pull/6159) reftest updates
-[29](https://github.com/hyperledger/anoncreds-clsignatures-rs/pull/29) Update version to 0.2.4
+[6158](https://github.com/hyperledger/besu/pull/6158) Release 23.10.x
-[107](https://github.com/hyperledger/aries-mediator-service/pull/107) build(deps-dev): bump axios from 0.21.4 to 1.6.0 in /acapy/controller
+[6156](https://github.com/hyperledger/besu/pull/6156) Add `rpc-gas-cap` via transaction simulator
-[6154](https://github.com/hyperledger/besu/pull/6154) update version for snapshot
+[6155](https://github.com/hyperledger/besu/pull/6155) Release 23.10.x
-[59](https://github.com/hyperledger/bevel-samples/pull/59) Bump axios from 0.21.2 to 1.6.0 in /examples/supplychain-app/supplychain-frontend
+[6154](https://github.com/hyperledger/besu/pull/6154) update version for snapshot
[See more >>>](https://start-here.hyperledger.org/pull-requests)