Skip to content

Commit

Permalink
Update PRs (#5416)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperledger-bot authored Nov 10, 2023
1 parent 2857cc5 commit eaec4f6
Show file tree
Hide file tree
Showing 13 changed files with 974 additions and 1,281 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 @@ -149,35 +149,3 @@ Upgrade npm browserify-sign in apollo to 4.2.2 to address https://nvd.nist.gov/v
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger-labs/fabric-operations-console/pull/553" class=".btn">#553</a>
</td>
<td>
<b>
changes as per pipeline execution
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
#### Type of change
- Test update

#### Description
- Removed package lock json
- Added new tag to run on existing console and regression
- Update in tests as per pipeline execution (Cypress launches test runner / browser with clean state after each feature file execution and that clears the local storage / identities)
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-03 12:37:16 +0000 UTC
</div>
</div>

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


<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/anoncreds-clsignatures-rs/pull/29" class=".btn">#29</a>
</td>
<td>
<b>
Update version to 0.2.4
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
<nil>
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-10 17:55:35 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down
348 changes: 92 additions & 256 deletions pull-requests/hyperledger/anoncreds-revocation.md

Large diffs are not rendered by default.

360 changes: 88 additions & 272 deletions pull-requests/hyperledger/aries-mediator-service.md

Large diffs are not rendered by default.

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


<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/aries-vcx/pull/1057" class=".btn">#1057</a>
</td>
<td>
<b>
fix(aries_vcx): make tests run in parallel
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
fixes #1050
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-10 13:16:49 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down
36 changes: 0 additions & 36 deletions pull-requests/hyperledger/besu-verkle-trie.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,39 +176,3 @@ Cleaning repo (adding maintainers, update gradle for publish etc)
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/besu-verkle-trie/pull/3" class=".btn">#3</a>
</td>
<td>
<b>
Add verkle trie implementation
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
Implementing the Verkle Trie within Besu. It sets up the initial version of the repository by adding the necessary code and librairies for Verkle Trie.

This PR lays the groundwork for our implementation of this important feature.

In this PR, we have:

Initialized the repository.
Added the Java library necessary for the Verkle Trie.
Set up the basic structure for further development and implementation of the Verkle Trie.

This is the first step in our plan to integrate the Verkle Trie into Besu. Future PRs will build upon this foundation, adding more functionality and tests as we progress in our implementation.
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-03 17:21:27 +0000 UTC
</div>
</div>

156 changes: 119 additions & 37 deletions pull-requests/hyperledger/besu.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,125 @@ 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/6155" class=".btn">#6155</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 17:59:28 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/besu/pull/6154" class=".btn">#6154</a>
</td>
<td>
<b>
update version for snapshot
</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-10 16:35:40 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/besu/pull/6152" class=".btn">#6152</a>
</td>
<td>
<b>
Gas price pending TX test using wrong class
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
## PR description
Create instance of the correct class in gas price TX test

## Fixed Issue(s)
No issue raised for this
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-10 13:03:08 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down Expand Up @@ -435,40 +554,3 @@ Fixes #6126
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/besu/pull/6119" class=".btn">#6119</a>
</td>
<td>
<b>
Update RPCs for yParity
</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

* Update the GraphQL and JSON-RPC endpoints to provide `yParity` instead of `v` for non-legacy transactions.
* Update the JSON-RPC tests to use the Hive data.
* Add JSON-RPC tests for Shanghai and Cancun blocks/fields.

## 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-03 17:29:17 +0000 UTC
</div>
</div>

Loading

0 comments on commit eaec4f6

Please sign in to comment.