Skip to content

Conversation

@MarcosNicolau
Copy link
Member

@MarcosNicolau MarcosNicolau commented Oct 31, 2025

Description

Description of the pull request changes and motivation.

All credits go to #506. This pr syncs with upstream and solves the conflics.

How to test

  1. Start anvil
make anvil_start
  1. Start aggregator
make aggregator_start ENVIRONMENT=devnet
  1. Start operator
make operator_full_registration_and_start ENVIRONMENT=devnet CONFIG_FILE=config-files/config-operator-1.yaml
  1. Start batcher
make batcher_start_local
  1. Send mina state proofs:
make batcher_send_mina_burst
  1. Send mina account proofs:
make batcher_send_mina_account_burst
  1. Send mina state with bad
make batcher_send_mina_task_bad_hash

Testing Mina Bridge

Setup Aligned
Follow instructions above to setup aligned locally.

Setup Mina node

  1. Clone Mina repo
  2. Checkout to commit ``
  3. Go to dev and modify the docker image
  4. Start the mina node
  5. If you get this err, remove _opan folder from the host

Setup mina Bridge

  1. Clone mina bridge repo
  2. Fill variables
  3. Deploy contracts
  4. Fill missing variables
  5. Send proofs

Type of change

Please delete options that are not relevant.

  • New feature

Checklist

  • “Hotfix” to testnet, everything else to staging
  • Linked to Github Issue
  • This change depends on code or research by an external entity
    • Acknowledgements were updated to give credit
  • Unit tests added
  • This change requires new documentation.
    • Documentation has been added/updated.
  • This change is an Optimization
    • Benchmarks added/run
  • Has a known issue
  • If your PR changes the Operator compatibility (Ex: Upgrade prover versions)
    • This PR adds compatibility for operator for both versions and do not change crates/docs/examples
    • This PR updates batcher and docs/examples to the newer version. This requires the operator are already updated to be compatible

- Start a postgres docker container
- Run ecto setup
- Start the explorer on http://localhost:4000.
- Start the explorer on <http://localhost:4000>.
Copy link
Member Author

@MarcosNicolau MarcosNicolau Nov 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Undo:

Suggested change
- Start the explorer on <http://localhost:4000>.
- Start the explorer on http://localhost:4000.

@MarcosNicolau MarcosNicolau marked this pull request as ready for review November 4, 2025 13:25
@MarcosNicolau MarcosNicolau changed the title Synced mina feat: mina verifiers Nov 4, 2025
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.

6 participants