Skip to content

Commit

Permalink
Update PRs (#5267)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperledger-bot authored Oct 11, 2023
1 parent b6ee898 commit 7ff9a6e
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 31 deletions.
88 changes: 61 additions & 27 deletions pull-requests/hyperledger/besu.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,67 @@ 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/6020" class=".btn">#6020</a>
</td>
<td>
<b>
Plugin change the interface so the plugin can return an error string
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
## PR description
This PR changes the return value of the validate method of the PluginTransactionValidator class to return an Optional<String>, so implementations can return a reason for rejecting a transaction.
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-10-11 06:03:37 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/besu/pull/6019" class=".btn">#6019</a>
</td>
<td>
<b>
Codehash compare
</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
A hacked build of #5889 to compare the code storage before and after changes to check for inconsistencies.

## Fixed Issue(s)
<!-- Please link to fixed issue(s) here using format: fixes #<issue number> -->
<!-- Example: "fixes #2" -->
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-10-11 06:00:22 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down Expand Up @@ -780,30 +841,3 @@ relates #5977
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/besu/pull/5983" class=".btn">#5983</a>
</td>
<td>
<b>
[MINOR] Expose getSize to transaction interface
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
## PR description
Exposes getSize to transaction interface so it can be used by plugins
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-10-04 05:48:13 +0000 UTC
</div>
</div>

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

[6020](https://github.com/hyperledger/besu/pull/6020) Plugin change the interface so the plugin can return an error string

[6019](https://github.com/hyperledger/besu/pull/6019) Codehash compare

[6017](https://github.com/hyperledger/besu/pull/6017) Update 23.10.0 changelog

[538](https://github.com/hyperledger-labs/fabric-operations-console/pull/538) remove a few settings from the settings api

[2460](https://github.com/hyperledger/sawtooth-core/pull/2460) Fix compiler and clippy errors

[6015](https://github.com/hyperledger/besu/pull/6015) Set version to 23.10.0

[33](https://github.com/hyperledger-labs/fabric-ansible-collection/pull/33) v2.0.4


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

0 comments on commit 7ff9a6e

Please sign in to comment.