Skip to content

Commit

Permalink
Update PRs (#5414)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperledger-bot authored Nov 10, 2023
1 parent 33f0138 commit 9204977
Show file tree
Hide file tree
Showing 11 changed files with 312 additions and 266 deletions.
162 changes: 108 additions & 54 deletions pull-requests/hyperledger-labs/open-enterprise-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,114 @@ permalink: /pull-requests/hyperledger-labs/open-enterprise-agent
# open-enterprise-agent <span class="fs-3 right-align">[GitHub](https://github.com/hyperledger-labs/open-enterprise-agent){: .btn .mr-4 }</span>


<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger-labs/open-enterprise-agent/pull/784" class=".btn">#784</a>
</td>
<td>
<b>
chore(castor): clean up sonarcloud issues and unused configurations
</b>
</td>
</tr>
<tr>
<td>
<span class="chip">castor</span><span class="chip">prism-agent</span><span class="chip">infra</span>
</td>
<td>
# Overview
<!-- What this PR does, and why is needed, a useful description is expected, and relevant tickets should be mentioned -->

Partially fixes ATL-5374. Clean up some warning from sonarcloud analysis and remove unused configurations.

## Checklist

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

### My changes...
* [ ] are breaking changes
* [x] 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-10 10:19:34 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger-labs/open-enterprise-agent/pull/783" class=".btn">#783</a>
</td>
<td>
<b>
fix(prism-agent): more descriptive error response for validateDID in issue flow
</b>
</td>
</tr>
<tr>
<td>
<span class="chip">castor</span><span class="chip">prism-agent</span>
</td>
<td>
# Overview
<!-- What this PR does, and why is needed, a useful description is expected, and relevant tickets should be mentioned -->

Fixes ATL-6156

## Checklist

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

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

### Documentation
* [x] 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-10 08:11:00 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down Expand Up @@ -335,57 +443,3 @@ Fixes https://input-output.atlassian.net/browse/ATL-5967
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger-labs/open-enterprise-agent/pull/775" class=".btn">#775</a>
</td>
<td>
<b>
fix: check for active RLS on db application user
</b>
</td>
</tr>
<tr>
<td>
<span class="chip">pollux</span><span class="chip">prism-agent</span><span class="chip">connect</span>
</td>
<td>
# Overview
<!-- What this PR does, and why is needed, a useful description is expected, and relevant tickets should be mentioned -->

Fixes ATL-5793. Check for active RLS after running migration and fail during startup if RLS is not active.

## 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)
* [ ] 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-03 11:47:06 +0000 UTC
</div>
</div>

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


<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger-labs/yui-relayer/pull/123" class=".btn">#123</a>
</td>
<td>
<b>
fix the direction of CheckRefreshRequired
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
<nil>
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-10 07:58:01 +0000 UTC
</div>
</div>

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


<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/anoncreds-rs/pull/271" class=".btn">#271</a>
</td>
<td>
<b>
AnonCreds Credentials and Presentations using the W3C Verifiable Credentials Data Model Standard
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
* W3C credential and presentation definitions: tied to AnonCreds W3C form
* Method to convert legacy credential into W3C form
* Method to convert AnonCreds W3C credential into legacy form
* Methods to issue/process a credential in W3C form
* Methods to create/verify a presentation in W3C form
* Helper methods for W3C credential
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-10 08:54:34 +0000 UTC
</div>
</div>

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


<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/aries-framework-javascript/pull/1637" class=".btn">#1637</a>
</td>
<td>
<b>
feat: bump indy-vdr version
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
It is already done in other open PRs, but just wanted to do this small one as it is getting a bit annoying to work on macOS these days 😞. This new release of `indy-vdr` wrapper takes the correct binary for this platform.
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-10 11:14:18 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down
34 changes: 34 additions & 0 deletions pull-requests/hyperledger/besu-verkle-trie.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,40 @@ 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/9" class=".btn">#9</a>
</td>
<td>
<b>
Fix javadoc
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
<!-- Thanks for sending a pull request! Please check out our contribution guidelines: -->

## PR description

Fix javadoc issues for pipeline

## 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 09:22:47 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down
40 changes: 0 additions & 40 deletions pull-requests/hyperledger/bevel.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,43 +351,3 @@ fixes #2412
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/bevel/pull/2413" class=".btn">#2413</a>
</td>
<td>
<b>
[substrate] replace ansible roles readme with inline code comments
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
### **Commit to be reviewed**
---

**feat(substrate): replace ansible roles readme with inline code comments**

```
This PR enhances the readability and understanding of our roles by adding comment messages throughout the code.
Changes:
- Added clear and concise comment messages in ansible roles.
- Maintained proper code indentation for increased code reliability.
- Removed the roles' Readme.md if it existed.
```

fixes #2326
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-03 11:11:59 +0000 UTC
</div>
</div>

Loading

0 comments on commit 9204977

Please sign in to comment.