Skip to content

Commit

Permalink
Update PRs (#5327)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperledger-bot authored Oct 23, 2023
1 parent 713a00b commit c8714e6
Show file tree
Hide file tree
Showing 8 changed files with 135 additions and 166 deletions.
26 changes: 0 additions & 26 deletions pull-requests/hyperledger-labs/fabric-token-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,29 +38,3 @@ This PR adds a command to the tokengen cli utility to update the auditor and/or
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger-labs/fabric-token-sdk/pull/507" class=".btn">#507</a>
</td>
<td>
<b>
use latest idemix
</b>
</td>
</tr>
<tr>
<td>
<span class="chip">improvements</span>
</td>
<td>
<nil>
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-10-16 09:20:38 +0000 UTC
</div>
</div>

2 changes: 1 addition & 1 deletion pull-requests/hyperledger-labs/open-enterprise-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permalink: /pull-requests/hyperledger-labs/open-enterprise-agent
</td>
<td>
<b>
feat: ATL-5966 Presentation API Refactor
feat: presentation API refactor
</b>
</td>
</tr>
Expand Down
26 changes: 26 additions & 0 deletions pull-requests/hyperledger-labs/yui-ibc-solidity.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,32 @@ permalink: /pull-requests/hyperledger-labs/yui-ibc-solidity
# yui-ibc-solidity <span class="fs-3 right-align">[GitHub](https://github.com/hyperledger-labs/yui-ibc-solidity){: .btn .mr-4 }</span>


<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger-labs/yui-ibc-solidity/pull/230" class=".btn">#230</a>
</td>
<td>
<b>
ICS-02: Add light client status check
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
<nil>
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-10-23 08:57:58 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down
52 changes: 0 additions & 52 deletions pull-requests/hyperledger-labs/yui-relayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,55 +36,3 @@ permalink: /pull-requests/hyperledger-labs/yui-relayer
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger-labs/yui-relayer/pull/114" class=".btn">#114</a>
</td>
<td>
<b>
Fix empty proof error at `ProveState` of the tendermint prover
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
<nil>
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-10-16 11:00:46 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger-labs/yui-relayer/pull/113" class=".btn">#113</a>
</td>
<td>
<b>
Make core.MsgID serializable
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
<nil>
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-10-16 07:53:32 +0000 UTC
</div>
</div>

87 changes: 31 additions & 56 deletions pull-requests/hyperledger/besu.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,34 @@ 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/6073" class=".btn">#6073</a>
</td>
<td>
<b>
feat: add a way to read memory without altering the word capacity
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
## PR description

Objects using the `MessageFrame` may wish to immutably read the memory of the frame without altering the word capacity of the memory, i.e. a “shadow” read as it behaves transparently w.r.t. the EVM.
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-10-23 12:20:00 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand All @@ -18,7 +46,7 @@ permalink: /pull-requests/hyperledger/besu
</td>
<td>
<b>
Refactor TrieLogManager and CachedWorldStorageManager
Decouple TrieLogManager and CachedWorldStorageManager
</b>
</td>
</tr>
Expand All @@ -33,6 +61,8 @@ permalink: /pull-requests/hyperledger/besu

This PR splits these concepts out ahead of adding in trie log pruning.

CachedWorldStorageManager is added as a field alongside TrieLogManager in BonsaiWorldStateProvider.

Following previous refactors, there's now no need to have an AbstractTrieLogManager or TrieLogManager interface
</td>
</tr>
Expand Down Expand Up @@ -743,58 +773,3 @@ fixes a wrong breaking change entry reported here #6031
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/besu/pull/6036" class=".btn">#6036</a>
</td>
<td>
<b>
Fix typos
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
<nil>
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-10-16 11:54:54 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/besu/pull/6035" class=".btn">#6035</a>
</td>
<td>
<b>
Minor optimization on Eth_feeHistory
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
This PR has a minor optimization on Eth_feeHistory, on top of [this other optimization on Eth_feeHistory ](https://github.com/hyperledger/besu/pull/6011).

Instead of sorting rewardPercentiles for each block header, this PR sorts only once and the sorted list is used as a parameter for each call to compute rewards.

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

72 changes: 72 additions & 0 deletions pull-requests/hyperledger/fabric-ca.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,78 @@ permalink: /pull-requests/hyperledger/fabric-ca
# fabric-ca <span class="fs-3 right-align">[GitHub](https://github.com/hyperledger/fabric-ca){: .btn .mr-4 }</span>


<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/fabric-ca/pull/385" class=".btn">#385</a>
</td>
<td>
<b>
chore: remove refs to deprecated io/ioutil
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
<!--- DELETE MARKDOWN COMMENTS BEFORE SUBMITTING PULL REQUEST. -->

<!--- Provide a descriptive summary of your changes in the Title above. -->

#### Type of change

<!--- What type of change? Pick one option and delete the others. -->

- Bug fix
- New feature
- Improvement (improvement to code, performance, etc)
- Test update
- Documentation update

#### Description

<!--- Describe your changes in detail, including motivation. -->

#### Additional details

<!--- Additional implementation details or comments to reviewers. -->
<!--- Summarize how the pull request was tested (if not obvious from commit). -->

#### Related issues

<!--- Include a link to any associated issues, e.g. Jira issue or approved rfc. -->

<!---
#### Release Note
If change impacts current users, uncomment Release Note heading and provide
release note text.
-->

<!--
Checklist (DELETE AFTER READING):
- `Signed-off-by` added to commits (required for DCO check to pass)
- Tests have been added/updated (required for bug fixes and features)
- Unit and/or integration tests pass locally
- Run linters and checks locally using 'make checks'
- If change requires documentation updates, make updates in pull request,
or open a separate issue and provide link
- Squash commits into a single commit, unless a stack of commits is
intentional to assist reviewers or to preserve review comments.
- For additional contribution guidelines see the project's CONTRIBUTING.md file
-->

</td>
</tr>
</table>
<div class="right-align">
Created At 2023-10-23 08:24:19 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down
26 changes: 0 additions & 26 deletions pull-requests/hyperledger/iroha-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,3 @@ permalink: /pull-requests/hyperledger/iroha-javascript
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/iroha-javascript/pull/172" class=".btn">#172</a>
</td>
<td>
<b>
Iroha `2.0.0-pre-rc.20` update
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
<nil>
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-10-16 06:38:15 +0000 UTC
</div>
</div>

10 changes: 5 additions & 5 deletions trending/recent-prs.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

[6072](https://github.com/hyperledger/besu/pull/6072) Refactor TrieLogManager and CachedWorldStorageManager
[6073](https://github.com/hyperledger/besu/pull/6073) feat: add a way to read memory without altering the word capacity

[1573](https://github.com/hyperledger/solang/pull/1573) Atlantis
[230](https://github.com/hyperledger-labs/yui-ibc-solidity/pull/230) ICS-02: Add light client status check

[178](https://github.com/hyperledger-labs/orion-sdk-go/pull/178) set config command + tests
[385](https://github.com/hyperledger/fabric-ca/pull/385) chore: remove refs to deprecated io/ioutil

[4488](https://github.com/hyperledger/fabric/pull/4488) Removing nwo.DeployChaincodeLegacy()
[6072](https://github.com/hyperledger/besu/pull/6072) Decouple TrieLogManager and CachedWorldStorageManager

[6071](https://github.com/hyperledger/besu/pull/6071) Optimize GetPooledTransactionsFromPeerTask with HashSet
[1573](https://github.com/hyperledger/solang/pull/1573) Atlantis


[See more >>>](https://start-here.hyperledger.org/pull-requests)

0 comments on commit c8714e6

Please sign in to comment.