diff --git a/pull-requests/hyperledger-labs/fabric-smart-client.md b/pull-requests/hyperledger-labs/fabric-smart-client.md
index 97c769f29..31f1daaa4 100644
--- a/pull-requests/hyperledger-labs/fabric-smart-client.md
+++ b/pull-requests/hyperledger-labs/fabric-smart-client.md
@@ -10,6 +10,32 @@ permalink: /pull-requests/hyperledger-labs/fabric-smart-client
# fabric-smart-client [GitHub](https://github.com/hyperledger-labs/fabric-smart-client){: .btn .mr-4 }
+
+
+
+
+ PR #508
+ |
+
+
+ fix: FSC panics when provided with a malformed identity certificate
+
+ |
+
+
+
+ improvement
+ |
+
+
+ |
+
+
+
+ Created At 2023-10-31 09:27:57 +0000 UTC
+
+
+
@@ -157,7 +183,9 @@ You can disable automated security fix PRs for this repo from the [Security Aler
bug
-
+ This PR brings the following:
+- Ability to set a context when waiting for chaincode events
+- Better lock strategy for the event bus
|
diff --git a/pull-requests/hyperledger-labs/yui-relayer.md b/pull-requests/hyperledger-labs/yui-relayer.md
index 56848215e..f25a7e4d8 100644
--- a/pull-requests/hyperledger-labs/yui-relayer.md
+++ b/pull-requests/hyperledger-labs/yui-relayer.md
@@ -68,29 +68,3 @@ delete the following interface
-
-
-
-
- PR #117
- |
-
-
- Add otherArgs to time track
-
- |
-
-
-
-
- |
-
-
- |
-
-
-
- Created At 2023-10-24 07:52:40 +0000 UTC
-
-
-
diff --git a/pull-requests/hyperledger/besu.md b/pull-requests/hyperledger/besu.md
index bddaf1a3a..1623e1f73 100644
--- a/pull-requests/hyperledger/besu.md
+++ b/pull-requests/hyperledger/besu.md
@@ -10,6 +10,41 @@ permalink: /pull-requests/hyperledger/besu
# besu [GitHub](https://github.com/hyperledger/besu){: .btn .mr-4 }
+
+
+
+
+ PR #6085
+ |
+
+
+ create trielog state for tracing
+
+ |
+
+
+
+
+ |
+
+
+
+
+## PR description
+
+## Fixed Issue(s)
+
+fixes #6050
+
+
+ |
+
+
+
+ Created At 2023-10-25 08:53:36 +0000 UTC
+
+
+
diff --git a/pull-requests/hyperledger/cacti.md b/pull-requests/hyperledger/cacti.md
index 902f492c9..176bafef3 100644
--- a/pull-requests/hyperledger/cacti.md
+++ b/pull-requests/hyperledger/cacti.md
@@ -243,44 +243,3 @@ For rebasing and squashing, here's a [must read guide](https://github.com/servo/
-
-
-
-
- PR #2829
- |
-
-
- build(deps): replace ipfs-http-client with kubo-rpc-client
-
- |
-
-
-
-
- |
-
- - 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.
- |
-
-
-
- Created At 2023-10-24 11:58:50 +0000 UTC
-
-
-
diff --git a/pull-requests/hyperledger/fabric.md b/pull-requests/hyperledger/fabric.md
index ec912aa03..222518b83 100644
--- a/pull-requests/hyperledger/fabric.md
+++ b/pull-requests/hyperledger/fabric.md
@@ -10,6 +10,104 @@ permalink: /pull-requests/hyperledger/fabric
# fabric [GitHub](https://github.com/hyperledger/fabric){: .btn .mr-4 }
+
+
+
+
+ PR #4510
+ |
+
+
+ bug fix 4509. Configuration parameters CA and address in peer.deliver…
+
+ |
+
+
+
+
+ |
+
+
+
+
+
+#### Type of change
+
+
+
+- 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
+
+
+
+
+#### Related issues
+
+https://github.com/hyperledger/fabric/issues/4509
+
+
+
+
+
+ |
+
+
+
+ Created At 2023-10-31 12:07:21 +0000 UTC
+
+
+
+
+
+
+
+ PR #4508
+ |
+
+
+ Switching to use buildx to build docker images
+
+ |
+
+
+
+
+ |
+
+ 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.
+
+
+
+ |
+
+
+
+ Created At 2023-10-31 11:30:26 +0000 UTC
+
+
+
diff --git a/pull-requests/hyperledger/indy-node.md b/pull-requests/hyperledger/indy-node.md
index 52beefc3e..c7246cef0 100644
--- a/pull-requests/hyperledger/indy-node.md
+++ b/pull-requests/hyperledger/indy-node.md
@@ -14,11 +14,11 @@ permalink: /pull-requests/hyperledger/indy-node
- PR #1820
+ PR #1821
|
- Installdocs 1
+ Add Indy-Besu PoC
|
@@ -27,12 +27,15 @@ permalink: /pull-requests/hyperledger/indy-node
- Node installation documents to install the server.
+ Work in progress:
+
+- [ ] Squash Initial commit
+- [ ] CI/CD pipeline Integration
|
- Created At 2023-09-26 23:05:33 +0000 UTC
+ Created At 2023-10-31 08:37:29 +0000 UTC
diff --git a/trending/recent-prs.md b/trending/recent-prs.md
index 65162d489..ab730fb1f 100644
--- a/trending/recent-prs.md
+++ b/trending/recent-prs.md
@@ -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)