Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bridge relay triggers mints via API #4322

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

hughy
Copy link
Contributor

@hughy hughy commented Sep 27, 2023

Summary

updates the 'service:bridge:relay' command to invoke the 'bridge/send' API endpoint to trigger minting tokens on the destination chain

calls 'bridge/send' only once per Iron Fish block to try to process blocks atomically

adds 'sender' to each note in the response of 'chain/getTransactionStream' RPC so that we can pass the sender address to the bridge API for validation

depends on iron-fish/ironfish-bridge#8

Testing Plan

Documentation

Does this change require any updates to the Iron Fish Docs (ex. the RPC API
Reference
)? If yes, link a
related documentation pull request for the website.

[ ] Yes

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and
what additional work is required, if any.

[ ] Yes

updates the 'service:bridge:relay' command to invoke the 'bridge/send' API
endpoint to trigger minting tokens on the destination chain

calls 'bridge/send' only once per Iron Fish block to try to process blocks
atomically

adds 'sender' to each note in the response of 'chain/getTransactionStream' RPC
so that we can pass the sender address to the bridge API for validation
@hughy hughy marked this pull request as ready for review September 27, 2023 22:21
@hughy hughy requested a review from a team as a code owner September 27, 2023 22:21
@hughy hughy merged commit d779f3f into bridge-prototype Sep 29, 2023
@hughy hughy deleted the feat/hughy/ifl-1698/relay-send branch September 29, 2023 18:23
leanthebean pushed a commit that referenced this pull request Feb 5, 2024
updates the 'service:bridge:relay' command to invoke the 'bridge/send' API
endpoint to trigger minting tokens on the destination chain

calls 'bridge/send' only once per Iron Fish block to try to process blocks
atomically

adds 'sender' to each note in the response of 'chain/getTransactionStream' RPC
so that we can pass the sender address to the bridge API for validation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants