Skip to content

Agglayer: restructure asm directory #2294

@partylikeits1983

Description

@partylikeits1983

The file layout of the crates/miden-agglayer/asm directory should be updated to follow this layout:

asm
├── agglayer
│   ├── bridge
│   │   ├── asset_conversion.masm
│   │   ├── bridge_in.masm
│   │   ├── bridge_out.masm
│   │   ├── crypto_utils.masm
│   │   ├── eth_address.masm
│   │   └── local_exit_tree.masm
│   ├── faucet
│   │   └── mod.masm
│   └── notes
│       ├── b2agg.masm
│       └── claim.masm
├── components
│   ├── bridge.masm
│   └── faucet.masm
└── notes
    ├── b2agg.masm
    └── claim.masm

Source: #2107 (review)

Metadata

Metadata

Assignees

Labels

agglayerPRs or issues related to AggLayer bridging integration

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions