Skip to content

Commit

Permalink
Update PRs (#5366)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperledger-bot authored Oct 31, 2023
1 parent 910c337 commit 5af3986
Show file tree
Hide file tree
Showing 7 changed files with 174 additions and 77 deletions.
30 changes: 29 additions & 1 deletion pull-requests/hyperledger-labs/fabric-smart-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,32 @@ permalink: /pull-requests/hyperledger-labs/fabric-smart-client
# fabric-smart-client <span class="fs-3 right-align">[GitHub](https://github.com/hyperledger-labs/fabric-smart-client){: .btn .mr-4 }</span>


<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger-labs/fabric-smart-client/pull/508" class=".btn">#508</a>
</td>
<td>
<b>
fix: FSC panics when provided with a malformed identity certificate
</b>
</td>
</tr>
<tr>
<td>
<span class="chip">improvement</span>
</td>
<td>
<nil>
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-10-31 09:27:57 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down Expand Up @@ -157,7 +183,9 @@ You can disable automated security fix PRs for this repo from the [Security Aler
<span class="chip">bug</span>
</td>
<td>
<nil>
This PR brings the following:
- Ability to set a context when waiting for chaincode events
- Better lock strategy for the event bus
</td>
</tr>
</table>
Expand Down
26 changes: 0 additions & 26 deletions pull-requests/hyperledger-labs/yui-relayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,29 +68,3 @@ delete the following interface
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger-labs/yui-relayer/pull/117" class=".btn">#117</a>
</td>
<td>
<b>
Add otherArgs to time track
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
<nil>
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-10-24 07:52:40 +0000 UTC
</div>
</div>

35 changes: 35 additions & 0 deletions pull-requests/hyperledger/besu.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,41 @@ 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/6085" class=".btn">#6085</a>
</td>
<td>
<b>
create trielog state for tracing
</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)

fixes #6050
<!-- 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-25 08:53:36 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down
41 changes: 0 additions & 41 deletions pull-requests/hyperledger/cacti.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,44 +243,3 @@ For rebasing and squashing, here's a [must read guide](https://github.com/servo/
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/cacti/pull/2829" class=".btn">#2829</a>
</td>
<td>
<b>
build(deps): replace ipfs-http-client with kubo-rpc-client
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
- Replace deprecated ipfs-http-client with kubo-rpc-client.
- kubo-rpc-client must be imported dynamically since it's ESM-only and we still use CJS.

Depends on: #2821

**Pull Request Requirements**
- [ ] Rebased onto `upstream/main` branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.
- [ ] Have git sign off at the end of commit message to avoid being marked red. You can add `-s` flag when using `git commit` command. You may refer to this [link](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) for more information.
- [ ] Follow the Commit Linting specification. You may refer to this [link](https://www.conventionalcommits.org/en/v1.0.0-beta.4/#specification) for more information.

**Character Limit**
- [ ] Pull Request Title and Commit Subject must not exceed 72 characters (including spaces and special characters).
- [ ] Commit Message per line must not exceed 80 characters (including spaces and special characters).

**A Must Read for Beginners**
For rebasing and squashing, here's a [must read guide](https://github.com/servo/servo/wiki/Beginner's-guide-to-rebasing-and-squashing) for beginners.
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-10-24 11:58:50 +0000 UTC
</div>
</div>

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


<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/fabric/pull/4510" class=".btn">#4510</a>
</td>
<td>
<b>
bug fix 4509. Configuration parameters CA and address in peer.deliver…
</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

#### Description

Fabric reads the values stored in core.yaml in the peer.deliveryclient.addressOverrides section, but when connecting to orderers through the connect method in the blocksprovider.go file (internal/pkg/peer/blocksprovider/blocksprovider.go) it is using the RandomEndpoint function (endpoint, err := d.Orderers.RandomEndpoint()) located in the connection.go file (internal/pkg/peer/orderers/connection.go) to set up the endpoint that will make the connection. However the RandomEndpoint function does not use the peer.deliveryclient.addressOverrides information read by Fabric.

#### Additional details

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

#### Related issues

https://github.com/hyperledger/fabric/issues/4509

<!---
#### Release Note
If change impacts current users, uncomment Release Note heading and provide
release note text.
Also, copy release note text into the release specific /release_notes file.
-->

<!--
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-31 12:07:21 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/fabric/pull/4508" class=".btn">#4508</a>
</td>
<td>
<b>
Switching to use buildx to build docker images
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
This commit enables to use `docker buildx` and make use of remote cache while building new images to reuse unchanged layers instead of building them each time, thus speeding up building new Fabric container images.



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

<div>
<table>
<tr>
Expand Down
11 changes: 7 additions & 4 deletions pull-requests/hyperledger/indy-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ permalink: /pull-requests/hyperledger/indy-node
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/indy-node/pull/1820" class=".btn">#1820</a>
PR <a href="https://github.com/hyperledger/indy-node/pull/1821" class=".btn">#1821</a>
</td>
<td>
<b>
Installdocs 1
Add Indy-Besu PoC
</b>
</td>
</tr>
Expand All @@ -27,12 +27,15 @@ permalink: /pull-requests/hyperledger/indy-node
</td>
<td>
Node installation documents to install the server.
Work in progress:

- [ ] Squash Initial commit
- [ ] CI/CD pipeline Integration
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-09-26 23:05:33 +0000 UTC
Created At 2023-10-31 08:37:29 +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 @@

[774](https://github.com/hyperledger-labs/open-enterprise-agent/pull/774) feat: Create/Store presentation proof request
[4510](https://github.com/hyperledger/fabric/pull/4510) bug fix 4509. Configuration parameters CA and address in peer.deliver…

[147](https://github.com/hyperledger-labs/fabric-operator/pull/147) Fix the Makefile by adding missing targets
[4508](https://github.com/hyperledger/fabric/pull/4508) Switching to use buildx to build docker images

[4507](https://github.com/hyperledger/fabric/pull/4507) Add error handle for stream
[508](https://github.com/hyperledger-labs/fabric-smart-client/pull/508) fix: FSC panics when provided with a malformed identity certificate

[48](https://github.com/hyperledger-labs/fabric-machine/pull/48) Archive lab
[1821](https://github.com/hyperledger/indy-node/pull/1821) Add Indy-Besu PoC

[3](https://github.com/hyperledger-labs/aries-fabric-wrapper/pull/3) Archive lab
[774](https://github.com/hyperledger-labs/open-enterprise-agent/pull/774) feat: Create/Store presentation proof request


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

0 comments on commit 5af3986

Please sign in to comment.