Skip to content

Commit

Permalink
Update PRs (#5500)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperledger-bot authored Nov 27, 2023
1 parent 77ccbb6 commit fcfbf65
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 33 deletions.
31 changes: 29 additions & 2 deletions pull-requests/hyperledger/aries-vcx.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,33 @@ 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/1070" class=".btn">#1070</a>
</td>
<td>
<b>
refactor: encryption envelope
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
- minor refactoring of encryption envelope which came up in progress of improving did-exchange implementation - a lot more can be done here (and will)
- On top of https://github.com/hyperledger/aries-vcx/pull/1069, please merge that first for clean changelog
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-26 21:34:34 +0000 UTC
</div>
</div>

<div>
<table>
<tr>
Expand Down Expand Up @@ -46,7 +73,7 @@ permalink: /pull-requests/hyperledger/aries-vcx
</td>
<td>
<b>
uniffi project reorganize
refactor: uniffi project reorganize
</b>
</td>
</tr>
Expand Down Expand Up @@ -98,7 +125,7 @@ permalink: /pull-requests/hyperledger/aries-vcx
</td>
<td>
<b>
Uniffi credential screen
feat: Uniffi credential screen
</b>
</td>
</tr>
Expand Down
27 changes: 0 additions & 27 deletions pull-requests/hyperledger/fabric.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,30 +181,3 @@ This PR aims to update the migration test. The goal is to migrate from Raft to B
</div>
</div>

<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/fabric/pull/4548" class=".btn">#4548</a>
</td>
<td>
<b>
Remove legacy chaincode deploy from snapshot integration test
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
This commit takes care to remove deprecate legacy chaincode deploy from the ledger snapshot integration test.

</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-19 23:21:36 +0000 UTC
</div>
</div>

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


<div>
<table>
<tr>
<td>
PR <a href="https://github.com/hyperledger/solang/pull/1602" class=".btn">#1602</a>
</td>
<td>
<b>
Add Soroban target foundations.
</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
This PR is a follow up to this PR: #1138 and #1129 , both of which discuss adding Soroban as a target for Solang.
The PR addresses three main points:
1- Soroban contracts have no dispatcher (a single point of entry). Therefore, externally callable functions in the contract should preserve their original name (if possible).
2- Soroban functions do not have their outputs as pointers in the inputs. Instead, they return the value at the end of execution.
3-Linking Soroban WASM contracts is pretty much similar to Polkadot's WASM, but with the following minor differences:
a- public functions are exported.
b- host functions (of course)

The next steps for this PR would be: (to be followed in another PRs)
1- Implement host function invocations. (The VM interface)
2- Implement XDR encoding and decoding.
3- Add Integration tests, and complete the mock VM implementation in soroban_tests.
</td>
</tr>
</table>
<div class="right-align">
Created At 2023-11-26 19:01:34 +0000 UTC
</div>
</div>

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

[1070](https://github.com/hyperledger/aries-vcx/pull/1070) refactor: encryption envelope

[1602](https://github.com/hyperledger/solang/pull/1602) Add Soroban target foundations.

[15](https://github.com/hyperledger-labs/benchmarking-cross-chain-bridges/pull/15) feat: xy and uniswap benchmarkers

[803](https://github.com/hyperledger/aries-rfcs/pull/803) Added 'trust input protocol' under concepts folder

[4553](https://github.com/hyperledger/fabric/pull/4553) Remove legacy chaincode deploy from SBE integration tests

[1601](https://github.com/hyperledger/solang/pull/1601) An expression statement should be followed by ;

[1069](https://github.com/hyperledger/aries-vcx/pull/1069) feature: Derive Display for all aries messages


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

0 comments on commit fcfbf65

Please sign in to comment.