diff --git a/pull-requests/hyperledger/besu.md b/pull-requests/hyperledger/besu.md
index 58c794891..b393e9133 100644
--- a/pull-requests/hyperledger/besu.md
+++ b/pull-requests/hyperledger/besu.md
@@ -10,6 +10,38 @@ permalink: /pull-requests/hyperledger/besu
# besu [GitHub](https://github.com/hyperledger/besu){: .btn .mr-4 }
+
+
+
+
+ PR #6072
+ |
+
+
+ Refactor TrieLogManager and CachedWorldStorageManager
+
+ |
+
+
+
+
+ |
+
+ Two concepts were mixed together via inheritance:
+1. trie log management
+2. caching world states
+
+This PR splits these concepts out ahead of adding in trie log pruning.
+
+Following previous refactors, there's now no need to have an AbstractTrieLogManager or TrieLogManager interface
+ |
+
+
+
+ Created At 2023-10-23 03:36:10 +0000 UTC
+
+
+
@@ -766,39 +798,3 @@ Instead of sorting rewardPercentiles for each block header, this PR sorts only o
-
-
-
-
- PR #6034
- |
-
-
- fix incorrect argument passing in blockParameter of TraceCallMany class
-
- |
-
-
-
-
- |
-
-
-
-
-## PR description
-fix incorrect argument passing code in blockParameter function of TraceCallMany class. only need to change one line of code
-
-## Fixed Issue(s)
-
-
-fixed #6033
-
- |
-
-
-
- Created At 2023-10-16 04:53:32 +0000 UTC
-
-
-
diff --git a/trending/recent-prs.md b/trending/recent-prs.md
index 0a736aeb0..126312066 100644
--- a/trending/recent-prs.md
+++ b/trending/recent-prs.md
@@ -1,4 +1,6 @@
+[6072](https://github.com/hyperledger/besu/pull/6072) Refactor TrieLogManager and CachedWorldStorageManager
+
[1573](https://github.com/hyperledger/solang/pull/1573) Atlantis
[178](https://github.com/hyperledger-labs/orion-sdk-go/pull/178) set config command + tests
@@ -7,7 +9,5 @@
[6071](https://github.com/hyperledger/besu/pull/6071) Optimize GetPooledTransactionsFromPeerTask with HashSet
-[4487](https://github.com/hyperledger/fabric/pull/4487) change workflow
-
[See more >>>](https://start-here.hyperledger.org/pull-requests)