Skip to content

Commit

Permalink
Update PRs (#5409)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperledger-bot authored Nov 9, 2023
1 parent e1ce54c commit e347cf4
Show file tree
Hide file tree
Showing 10 changed files with 557 additions and 230 deletions.
30 changes: 30 additions & 0 deletions pull-requests/hyperledger-labs/fabric-operations-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,36 @@ permalink: /pull-requests/hyperledger-labs/fabric-operations-console
# fabric-operations-console <span class="fs-3 right-align">[GitHub](https://github.com/hyperledger-labs/fabric-operations-console){: .btn .mr-4 }</span>


<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger-labs/fabric-operations-console/pull/557" class=".btn">#557</a>
</td>
<td>
<b>
restricting only manager to edit roles
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
#### Type of change

<!--- What type of change? Pick one option and delete the others. -->

- Bug fix
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-09 09:16:14 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down
186 changes: 5 additions & 181 deletions pull-requests/hyperledger-labs/fabric-token-sdk.md

Large diffs are not rendered by default.

112 changes: 109 additions & 3 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/781" class=".btn">#781</a>
</td>
<td>
<b>
feat: Accept Presentation Request
</b>
</td>
</tr>
<tr>
<td>
<span class="chip">pollux</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-xxxx

## 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
* [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
* [x] My changes can and should be tested by unit and/or integration tests
* [x] If yes to above: I have added tests to cover my changes
* [x] 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-09 10:56:11 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger-labs/open-enterprise-agent/pull/780" class=".btn">#780</a>
</td>
<td>
<b>
fix(prism-agent): perform percent encoding on auth header for token introspection request
</b>
</td>
</tr>
<tr>
<td>
<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 -->

When making a request where Basic auth credential contains special character, it will fail with invalid credential. Credential should be encoded before sending.

## 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-09 10:40:25 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down Expand Up @@ -85,9 +193,7 @@ Tests will be added in another PR.
<td>
# Overview
<!-- What this PR does, and why is needed, a useful description is expected, and relevant tickets should be mentioned -->

https://input-output.atlassian.net/browse/ATL-6132
https://input-output.atlassian.net/browse/ATL-6133
Add migrations needed for JWT revocation implementation

## Checklist

Expand Down
32 changes: 32 additions & 0 deletions pull-requests/hyperledger/aries-vcx.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,38 @@ 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/1055" class=".btn">#1055</a>
</td>
<td>
<b>
Indifferent to b64url padding in indy-utils
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
it was found that recent updates to base64 in indy-utils made the codebase less resilient to b64url padding when decoding. Previously we were indifferent to padding when decoding, then a regression was made which made indy-utils REQUIRE padding. This PR fixes the regression such that indy-utils will decode with or without padding.

this is important for utils such as `unpack_message`.

according to encryption envelope: https://github.com/hyperledger/aries-rfcs/blob/main/features/0019-encryption-envelope/README.md

> NOTE: In the unpack algorithm, the base64url decode implementation used MUST correctly decode padded and unpadded base64URL encoded data.
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-09 11:54:38 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down
31 changes: 31 additions & 0 deletions pull-requests/hyperledger/besu.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,37 @@ 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/6146" class=".btn">#6146</a>
</td>
<td>
<b>
Apply the same reverse sort order as https://github.com/hyperledger/b…
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
## PR description
PR https://github.com/hyperledger/besu/pull/6106 reversed the transaction sort order, but only for the gas-price sorter.

This PR applies the same logic to the base-fee sorter.

FYI @fab-10
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-09 10:43:07 +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 @@ -319,43 +319,3 @@ fixes #2326
</div>
</div>

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

**feat(indy): 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-02 10:01:11 +0000 UTC
</div>
</div>

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


<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/fabric-samples/pull/1136" class=".btn">#1136</a>
</td>
<td>
<b>
Fix equal string in bash
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
<nil>
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-09 11:45:32 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down
Loading

0 comments on commit e347cf4

Please sign in to comment.