-
Notifications
You must be signed in to change notification settings - Fork 132
feat: add lock / unlock functionality to agg_bridge for native miden assets
#2771
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
a1db91e
feat: add scale data to bridge storage
partylikeits1983 7cf9843
feat: update config_agg_bridge note & fix register_faucet proc
partylikeits1983 8ba2cd5
feat: extend faucet registration with full metadata, is_native flag, …
partylikeits1983 096496d
feat: replace FPI with bridge-local reads in bridge_out, add lock pat…
partylikeits1983 3761f55
feat: add unlock path for native tokens in bridge_in, plus lock/unloc…
partylikeits1983 ac2f76d
chore: add changelog entry & bump rand to fix cargo-deny
partylikeits1983 179c101
refactor: slim faucet & update SPEC section
partylikeits1983 ff53888
style: rustfmt import grouping
partylikeits1983 67a28aa
refactor: tighten MASM stack ops, normalize stack-comment style
partylikeits1983 5531a6d
refactor: cleanup masm & stack comments
partylikeits1983 fe7c822
refactor: pack ConfigAggBridgeNote::create args into ConversionMetadata
partylikeits1983 80eb103
refactor: split bridge_in output-note emission into bridge_in_output.…
partylikeits1983 50d6a8f
refactor: fix stack-comment depths in CONFIG_AGG_BRIDGE.masm
partylikeits1983 ba2fa99
refactor: clarify docstrings and add native-path duplicate-claim test
partylikeits1983 e197f46
refactor: dedupe shared CLAIM_* consts and colocate UNLOCK_*_LOC
partylikeits1983 d3fc185
Merge branch 'agglayer' into ajl-agg-bridge-lock-unlock
partylikeits1983 fe4d174
refactor: apply PR suggestions
partylikeits1983 195eb55
Merge branch 'agglayer' into ajl-agg-bridge-lock-unlock
partylikeits1983 c5c0a9e
refactor(agglayer): drop redundant memory layout description in CONFI…
partylikeits1983 222df44
refactor(agglayer): add mem_load_double_word_unaligned helper
partylikeits1983 57cf8c6
refactor(agglayer): pre-pad CONFIG_AGG_BRIDGE call frames to drop the…
partylikeits1983 762a909
refactor(agglayer): introduce sub-key constants for faucet_metadata_map
partylikeits1983 50ff994
refactor(agglayer): cheaper register_faucet local stash via repeated …
partylikeits1983 6940c0a
refactor(agglayer): use repeat.5 dup.4 to duplicate origin token address
partylikeits1983 b499207
refactor(agglayer): unify get_faucet_metadata_hash key-prep with sibl…
partylikeits1983 4b1642c
refactor(agglayer): correct stack-padding annotations in register_faucet
partylikeits1983 7ea675a
refactor(agglayer): clarify is_faucet_native trailing-zeros comment
partylikeits1983 d96fcde
refactor(agglayer): clarify unlock_and_send local-stash comment
partylikeits1983 cfa5b4c
docs(agglayer): document native faucet registration and updated bridg…
partylikeits1983 f61c3ad
Apply suggestions from code review
mmagician File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.