Cardano to Midnight bridge: handler implementation and pallet events added#1188
Merged
Conversation
ddd7075 to
0d92e70
Compare
adb8c56 to
ba2eda2
Compare
Contributor
Author
|
/bot rebuild-metadata |
Contributor
|
❌ Metadata rebuild failed. Check the workflow logs for details. |
d7454df to
10221e2
Compare
Contributor
Author
|
/bot rebuild-metadata |
Contributor
|
✅ Metadata rebuild complete! Changes have been committed. |
Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io>
Contributor
Author
|
/bot rebuild-metadata |
Contributor
|
✅ Metadata rebuild complete! Changes have been committed. |
justinfrevert
approved these changes
Apr 13, 2026
Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io>
Contributor
Author
|
/bot rebuild-metadata |
Contributor
|
✅ Metadata rebuild complete! Changes have been committed. |
Klapeyron
reviewed
Apr 14, 2026
Klapeyron
reviewed
Apr 14, 2026
Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io>
…-m-bridge-handler Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io>
Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io>
Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io>
Contributor
Author
|
/bot rebuild-metadata |
Contributor
|
✅ Metadata rebuild complete! Changes have been committed. |
This was
linked to
issues
Apr 22, 2026
m2ux
added a commit
that referenced
this pull request
Apr 23, 2026
…added (#1188) * WIP handler of c-to-m transactions * Update with events emitted from pallet * fix clippy * Fix e2e test helpers * Port PR from partner-chains * Implement inherit double execution protection test * Revert tests, res, configuration, toolkit and tests * fmt * changes file * chore: rebuild metadata * chore: rebuild metadata * Revert metadata Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io> * Move c2n-bridge handler to a separate mod Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io> * chore: rebuild metadata * Review comments and stateless nonce computation Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io> * Fix file name Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io> * Fix clippy Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io> * chore: rebuild metadata --------- Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io> Co-authored-by: Lech Głowiak <lech.glowiak@iohk.io> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Mike Clay <mike.clay@shielded.io>
m2ux
added a commit
that referenced
this pull request
Apr 23, 2026
…added (#1188) * WIP handler of c-to-m transactions * Update with events emitted from pallet * fix clippy * Fix e2e test helpers * Port PR from partner-chains * Implement inherit double execution protection test * Revert tests, res, configuration, toolkit and tests * fmt * changes file * chore: rebuild metadata * chore: rebuild metadata * Revert metadata Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io> * Move c2n-bridge handler to a separate mod Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io> * chore: rebuild metadata * Review comments and stateless nonce computation Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io> * Fix file name Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io> * Fix clippy Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io> * chore: rebuild metadata --------- Signed-off-by: Lech Głowiak <lech.glowiak@shielded.io> Co-authored-by: Lech Głowiak <lech.glowiak@iohk.io> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Mike Clay <mike.clay@shielded.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Implements Cardano-to-Midnight bridge handler.
According to the newest agreement, the pallet emits events that contain both Cardano Tx Hash and Midnight Ledger Tx hash.
This is backward compatible, because the bridge is not active in any environment.
This is not final, list of things to add is long and there are GH issues prefixed with
[C-to-M Bridge].From functional perspective #1248 is the biggest chunk of work left for future.
Also integration and testing are blocked by the problem with ledger that crashes when bridge transacitons are made.
🗹 TODO before merging
📌 Submission Checklist
🧪 Testing Evidence
Please describe any additional testing aside from CI:
🔱 Fork Strategy
Links
Closes: #1083