Skip to content

Commit

Permalink
Update PRs (#5495)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperledger-bot authored Nov 25, 2023
1 parent a9c5f1a commit 747803f
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 89 deletions.
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 @@ -392,57 +392,3 @@ Fixes ATL-xxxx
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger-labs/open-enterprise-agent/pull/792" class=".btn">#792</a>
</td>
<td>
<b>
Feat: ZKP verification
</b>
</td>
</tr>
<tr>
<td>
<span class="chip">pollux</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 https://input-output.atlassian.net/browse/ATL-5944

## 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-18 17:03:58 +0000 UTC
</div>
</div>

26 changes: 0 additions & 26 deletions pull-requests/hyperledger/anoncreds-tex.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,3 @@ permalink: /pull-requests/hyperledger/anoncreds-tex
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/anoncreds-tex/pull/25" class=".btn">#25</a>
</td>
<td>
<b>
Settings
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
<nil>
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-18 17:48:59 +0000 UTC
</div>
</div>

9 changes: 8 additions & 1 deletion pull-requests/hyperledger/besu-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@ permalink: /pull-requests/hyperledger/besu-native
</td>
<td>
In progress, ported from https://github.com/dragan2234/rust_verkle_crypto_api
Changing out ipa_multipoint API to these functions:

- pedersenHash: same as before (not changed)
- commit: expects up to 256 LE 32byte Fr values, returns Commitment serialized to Fp.
- groupToField: expects Commitment serialized to Fp, returns Fr
- updateCommitment: expects Commitment, diff value, and index, returns Commitment serialized to Fp

Everything expects LE bytes, and returns LE bytes. There is a lot of overhead with reversing bytes, for that I think we can simply fork banderwagon lib and make some changes on specialized "besu" branch.
</td>
</tr>
</table>
Expand Down
32 changes: 32 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,38 @@ 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/23" class=".btn">#23</a>
</td>
<td>
<b>
WIP: call nativeLib only with LE bytes
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
<!-- Thanks for sending a pull request! Please check out our contribution guidelines: -->

## PR description

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

<div>
<table>
<tr>
Expand Down
12 changes: 8 additions & 4 deletions pull-requests/hyperledger/fabric-samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ permalink: /pull-requests/hyperledger/fabric-samples
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/fabric-samples/pull/1136" class=".btn">#1136</a>
PR <a href="https://github.com/hyperledger/fabric-samples/pull/1140" class=".btn">#1140</a>
</td>
<td>
<b>
Fix equal string in bash
add support for docker compose v2 (fix #730)
</b>
</td>
</tr>
Expand All @@ -27,12 +27,16 @@ permalink: /pull-requests/hyperledger/fabric-samples
</td>
<td>
<nil>
Linux servers with docker engine installed through [docker document](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository) could not run `network.sh` successfully due to docker compose version compatibility. The default docker engine doesn't support `docker-compose` command.

As the [docker document](https://docs.docker.com/compose/migrate/#what-does-this-mean-for-my-projects-that-use-compose-v1) suggest, `docker compose` is preferred to use in docker compose V2.

This PR adds support for docker compose V2 version. It uses `docker compose` command if it finds `docker-compose` command fails to execute.
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-09 11:45:32 +0000 UTC
Created At 2023-11-25 12:45:41 +0000 UTC
</div>
</div>

8 changes: 4 additions & 4 deletions trending/recent-prs.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

[23](https://github.com/hyperledger/besu-verkle-trie/pull/23) WIP: call nativeLib only with LE bytes

[1140](https://github.com/hyperledger/fabric-samples/pull/1140) add support for docker compose v2 (fix #730)

[1035](https://github.com/hyperledger/aries-mobile-agent-react-native/pull/1035) feat: remove connection notification in proof/offer over existing connection

[2627](https://github.com/hyperledger/aries-cloudagent-python/pull/2627) 0.11.0

[20](https://github.com/hyperledger/iroha-2-examples/pull/20) ADD: block_stream

[799](https://github.com/hyperledger-labs/open-enterprise-agent/pull/799) test: fix multi-agent config support

[798](https://github.com/hyperledger-labs/open-enterprise-agent/pull/798) feat(pollux): add size and last used index to credential_status_lists table


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

0 comments on commit 747803f

Please sign in to comment.