Skip to content

Commit

Permalink
Update PRs (#5419)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperledger-bot authored Nov 11, 2023
1 parent e9b5bc2 commit 492dc83
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 116 deletions.
32 changes: 0 additions & 32 deletions pull-requests/hyperledger-labs/fabric-operations-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,35 +117,3 @@ more audit log improvements
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger-labs/fabric-operations-console/pull/554" class=".btn">#554</a>
</td>
<td>
<b>
Upgrade browserify-sign to 4.2.2 to address CVE.
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
#### 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
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-03 20:24:45 +0000 UTC
</div>
</div>

124 changes: 124 additions & 0 deletions pull-requests/hyperledger/besu.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,130 @@ 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/6159" class=".btn">#6159</a>
</td>
<td>
<b>
reftest updates
</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

## 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-11-11 02:12:01 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/besu/pull/6158" class=".btn">#6158</a>
</td>
<td>
<b>
Release 23.10.x
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
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)

---


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

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/besu/pull/6156" class=".btn">#6156</a>
</td>
<td>
<b>
Add `rpc-gas-cap` via transaction simulator
</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
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)
<!-- Please link to fixed issue(s) here using format: fixes #<issue number> -->
<!-- Example: "fixes #2" -->
Fixes #6042
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-10 18:47:28 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down
79 changes: 0 additions & 79 deletions pull-requests/hyperledger/cello.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,82 +38,3 @@ Signed-off-by: xichen1 <xichen.pan@gmail.com>
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/cello/pull/581" class=".btn">#581</a>
</td>
<td>
<b>
[ISSUE-580] Fix Swaggers API docs
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
This PR fixes #580
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-04 01:05:33 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/cello/pull/579" class=".btn">#579</a>
</td>
<td>
<b>
Remove multiple node creation
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
This PR removes multiple node creation parameter from API request and use the given name + org name as the node.
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-03 20:57:57 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/cello/pull/578" class=".btn">#578</a>
</td>
<td>
<b>
Added the approve form.
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
1. Added the approve form.
2. Checked the code style.
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-03 18:16:46 +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 @@

[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)

0 comments on commit 492dc83

Please sign in to comment.