Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PRs #5326

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 32 additions & 36 deletions pull-requests/hyperledger/besu.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,38 @@ permalink: /pull-requests/hyperledger/besu
# besu <span class="fs-3 right-align">[GitHub](https://github.com/hyperledger/besu){: .btn .mr-4 }</span>


<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/besu/pull/6072" class=".btn">#6072</a>
</td>
<td>
<b>
Refactor TrieLogManager and CachedWorldStorageManager
</b>
</td>
</tr>
<tr>
<td>

</td>
<td>
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
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-10-23 03:36:10 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down Expand Up @@ -766,39 +798,3 @@ Instead of sorting rewardPercentiles for each block header, this PR sorts only o
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/besu/pull/6034" class=".btn">#6034</a>
</td>
<td>
<b>
fix incorrect argument passing in blockParameter of TraceCallMany class
</b>
</td>
</tr>
<tr>
<td>

</td>
<td>
<!-- Thanks for sending a pull request! Please check out our contribution guidelines: -->
<!-- https://github.com/hyperledger/besu/blob/main/CONTRIBUTING.md -->

## PR description
fix incorrect argument passing code in blockParameter function of TraceCallMany class. only need to change one line of code

## Fixed Issue(s)
<!-- Please link to fixed issue(s) here using format: fixes #<issue number> -->
<!-- Example: "fixes #2" -->
fixed #6033

</td>
</tr>
</table>
<div class="right-align">
Created At 2023-10-16 04:53:32 +0000 UTC
</div>
</div>

4 changes: 2 additions & 2 deletions trending/recent-prs.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
Loading