Skip to content

Commit

Permalink
Update PRs (#5514)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperledger-bot authored Nov 29, 2023
1 parent 1d4417f commit 252cef7
Show file tree
Hide file tree
Showing 13 changed files with 296 additions and 443 deletions.
8 changes: 4 additions & 4 deletions pull-requests/hyperledger-labs/fabric-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ permalink: /pull-requests/hyperledger-labs/fabric-operator
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger-labs/fabric-operator/pull/153" class=".btn">#153</a>
PR <a href="https://github.com/hyperledger-labs/fabric-operator/pull/155" class=".btn">#155</a>
</td>
<td>
<b>
Reverting Use tags default to true
Change the probes from legacy endpoints to tcp ports
</b>
</td>
</tr>
Expand All @@ -27,12 +27,12 @@ permalink: /pull-requests/hyperledger-labs/fabric-operator
</td>
<td>
<nil>
https://github.com/hyperledger-labs/fabric-operator/issues/154
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-07 15:58:16 +0000 UTC
Created At 2023-11-29 13:08:58 +0000 UTC
</div>
</div>

54 changes: 0 additions & 54 deletions pull-requests/hyperledger-labs/open-enterprise-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,57 +288,3 @@ Improves configuration for integration tests:
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger-labs/open-enterprise-agent/pull/795" class=".btn">#795</a>
</td>
<td>
<b>
Epic - Revocation for JWT credentials (tmp title)
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
# Overview
<!-- What this PR does, and why is needed, a useful description is expected, and relevant tickets should be mentioned -->

Epic: [ATL-4095](https://input-output.atlassian.net/browse/ATL-4095)

## Checklist

### My PR contains...
* [ ] No code changes (changes to documentation, CI, metadata, etc.)
* [ ] Bug fixes (non-breaking change which fixes an issue)
* [ ] Improvements (misc. changes to existing features)
* [x] Features (non-breaking change which adds functionality)

### My changes...
* [ ] are breaking changes
* [ ] are not breaking changes
* [ ] If yes to above: I have updated the documentation accordingly

### Documentation
* [ ] My changes do not require a change to the project documentation
* [ ] My changes require a change to the project documentation
* [ ] If yes to above: I have updated the documentation accordingly

### Tests
* [ ] My changes can not or do not need to be tested
* [ ] My changes can and should be tested by unit and/or integration tests
* [ ] If yes to above: I have added tests to cover my changes
* [ ] If yes to above: I have taken care to cover edge cases in my tests

</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-22 14:31:58 +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/36" class=".btn">#36</a>
</td>
<td>
<b>
Update version to 0.3.0
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
Also cleans up a few warnings when the `serde` feature is disabled.
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-29 18:18:48 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down
252 changes: 0 additions & 252 deletions pull-requests/hyperledger/anoncreds-rs.md

Large diffs are not rendered by default.

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


<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/aries-acapy-plugins/pull/44" class=".btn">#44</a>
</td>
<td>
<b>
chore: add dco remediation configuration
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
To help get #38 merged in, this configuration enables allowing 3rd party remediation commits.
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-29 14:56:26 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down
40 changes: 38 additions & 2 deletions pull-requests/hyperledger/aries-cloudagent-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,40 @@ 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/2638" class=".btn">#2638</a>
</td>
<td>
<b>
fix: update broken demo dependency
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
Couldn't proceed with further local testing on my host. Probably due to differences in python versions.

```
self.proc = await asyncio.wait_for(future, 20, loop=loop)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: wait_for() got an unexpected keyword argument 'loop'
```

But pip install works fine now.
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-29 14:22:52 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down Expand Up @@ -315,10 +349,12 @@ You can disable automated security fix PRs for this repo from the [Security Aler
</tr>
<tr>
<td>
<span class="chip">AnonCreds</span>
</td>
<td>
<nil>
Incorporate the new `askar-anoncreds` wallet type into the Credential and Presentation (`V2.0` only!) endpoints. Update demo and integration tests and add a document.

Revocation support (for anoncreds) is still outstanding, this is the next task.
</td>
</tr>
</table>
Expand Down
83 changes: 83 additions & 0 deletions pull-requests/hyperledger/aries-vcx.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,89 @@ 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/1077" class=".btn">#1077</a>
</td>
<td>
<b>
fix(message_macros): explicit lifetime declaration
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
Add explicit static lifetime rather than let the compiler guess. As per suggestion of lint `ELIDED_LIFETIMES_IN_ASSOCIATED_CONSTANT`

https://github.com/rust-lang/rust/issues/115010

This should fix the clippy warning we are seeing
(the ones point to `MessageType` trait derive macro)
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-29 17:51:33 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/aries-vcx/pull/1076" class=".btn">#1076</a>
</td>
<td>
<b>
fix(mediator-client): use standard endpoint intended for mediator clients
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
https://github.com/decentralized-identity/didcomm-messaging/blob/main/extensions/return_route/main.md#queue-transport
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-29 16:10:37 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/aries-vcx/pull/1075" class=".btn">#1075</a>
</td>
<td>
<b>
draft: change: simplify didcore components, did-exchange protocol
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
Yet quite a bit of work outstanding to get this even compiling. WIP
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-29 14:09:39 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down
57 changes: 30 additions & 27 deletions pull-requests/hyperledger/besu-verkle-trie.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,36 @@ permalink: /pull-requests/hyperledger/besu-verkle-trie
# besu-verkle-trie <span class="fs-3 right-align">[GitHub](https://github.com/hyperledger/besu-verkle-trie){: .btn .mr-4 }</span>


<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/besu-verkle-trie/pull/25" class=".btn">#25</a>
</td>
<td>
<b>
TEST: genesis stateroot
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
## PR description
Provides a new testcase based on kaustinen genesis.
It puts a list of key-value pairs from a csv file and commits.
The expected stateroot is taken from geth dotfile after genesis.
This can be used to investigates the bugs found in the commitments.
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-29 15:37:20 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down Expand Up @@ -105,30 +135,3 @@ Fixes #14
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/besu-verkle-trie/pull/20" class=".btn">#20</a>
</td>
<td>
<b>
Ensure Clean State of Nodes After Commit in Besu-Verkle-Trie
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
fixes https://github.com/neotheprogramist/besu-verkle-trie/issues/1
fixes https://github.com/hyperledger/besu-verkle-trie/issues/15
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-22 14:45:31 +0000 UTC
</div>
</div>

Loading

0 comments on commit 252cef7

Please sign in to comment.