Skip to content

Commit

Permalink
Update PRs (#5452)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperledger-bot authored Nov 17, 2023
1 parent 2a5156d commit 25b3d84
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 5 deletions.
56 changes: 56 additions & 0 deletions pull-requests/hyperledger/aries-cloudagent-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,62 @@ permalink: /pull-requests/hyperledger/aries-cloudagent-python
# aries-cloudagent-python <span class="fs-3 right-align">[GitHub](https://github.com/hyperledger/aries-cloudagent-python){: .btn .mr-4 }</span>


<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/2611" class=".btn">#2611</a>
</td>
<td>
<b>
feat: support resolving did:peer:1 received in did exchange
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
This is an experimental implementation of supporting did:peer:1 resolution. This enables ACA-Py to correctly handle DID Exchange requests from AFJ (AFJ now fails to process our responses since we're not passing back a did:peer, still the unqualified values).

Notably, this does not support creating or sending did:peer:1, just storing and resolving.
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-17 04:24:18 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/aries-cloudagent-python/pull/2609" class=".btn">#2609</a>
</td>
<td>
<b>
fix: more resilient checks in verify signed attachments
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
Fixes #2608.

This PR makes the signed attachment verification a bit more resilient. According to [RFC 7515](https://datatracker.ietf.org/doc/html/rfc7515), there's no reason for us to strictly expect a `kid` to be present in the `jwk` and we can verify that the jwk corresponds to the kid in the header trivially. In short, the previous rigidity was unnecessary. This corrects that.
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-17 02:37:34 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down
26 changes: 26 additions & 0 deletions pull-requests/hyperledger/besu.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,32 @@ 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/6179" class=".btn">#6179</a>
</td>
<td>
<b>
Stretch timeout when low peer count
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
in low peer count networks, be more lenient with timeout disconnections
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-17 04:46:52 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down
10 changes: 5 additions & 5 deletions trending/recent-prs.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

[1448](https://github.com/hyperledger/besu-docs/pull/1448) Bump got, @docusaurus/core, @docusaurus/plugin-client-redirects, @docusaurus/plugin-content-docs, @docusaurus/plugin-google-gtag, @docusaurus/plugin-google-tag-manager, @docusaurus/preset-classic, @docusaurus/theme-common, @easyops-cn/docusaurus-search-local and redocusaurus
[6179](https://github.com/hyperledger/besu/pull/6179) Stretch timeout when low peer count

[1447](https://github.com/hyperledger/besu-docs/pull/1447) Bump trim, @docusaurus/core, @docusaurus/plugin-client-redirects, @docusaurus/plugin-content-docs, @docusaurus/plugin-google-gtag, @docusaurus/plugin-google-tag-manager, @docusaurus/preset-classic, @docusaurus/theme-common, @easyops-cn/docusaurus-search-local and redocusaurus
[2611](https://github.com/hyperledger/aries-cloudagent-python/pull/2611) feat: support resolving did:peer:1 received in did exchange

[1446](https://github.com/hyperledger/besu-docs/pull/1446) Bump axios, @docusaurus/core, @docusaurus/plugin-client-redirects, @docusaurus/plugin-content-docs, @docusaurus/plugin-google-gtag, @docusaurus/plugin-google-tag-manager, @docusaurus/preset-classic, @docusaurus/theme-common, @easyops-cn/docusaurus-search-local and redocusaurus
[2609](https://github.com/hyperledger/aries-cloudagent-python/pull/2609) fix: more resilient checks in verify signed attachments

[1596](https://github.com/hyperledger/solang/pull/1596) Move LoopScopes into ExprContext
[1448](https://github.com/hyperledger/besu-docs/pull/1448) Bump got, @docusaurus/core, @docusaurus/plugin-client-redirects, @docusaurus/plugin-content-docs, @docusaurus/plugin-google-gtag, @docusaurus/plugin-google-tag-manager, @docusaurus/preset-classic, @docusaurus/theme-common, @easyops-cn/docusaurus-search-local and redocusaurus

[791](https://github.com/hyperledger-labs/open-enterprise-agent/pull/791) fix: enable keycloak with pre-configured agent in helm chart
[1447](https://github.com/hyperledger/besu-docs/pull/1447) Bump trim, @docusaurus/core, @docusaurus/plugin-client-redirects, @docusaurus/plugin-content-docs, @docusaurus/plugin-google-gtag, @docusaurus/plugin-google-tag-manager, @docusaurus/preset-classic, @docusaurus/theme-common, @easyops-cn/docusaurus-search-local and redocusaurus


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

0 comments on commit 25b3d84

Please sign in to comment.