-
Notifications
You must be signed in to change notification settings - Fork 11
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
Tidy up example #352
base: main
Are you sure you want to change the base?
Tidy up example #352
Commits on Jul 16, 2024
-
* Remove modules that won't be used in the Aligned version * Fix Markdown lint issues * Forward GraphQL port in CI * Remove domain name usage * Remove tunneling and comment Merkle path job * Uncomment Merkle path job and comment nextest step * Try port forwarding to access GraphQL * Revert "Try port forwarding to access GraphQL" This reverts commit 79084b9.
Configuration menu - View commit details
-
Copy full SHA for aca4a54 - Browse repository at this point
Copy the full SHA aca4a54View commit details
Commits on Jul 23, 2024
-
Fetch Mina state hash and proof (#288)
* Remove modules that won't be used in the Aligned version * Fix Markdown lint issues * Forward GraphQL port in CI * Remove domain name usage * Remove tunneling and comment Merkle path job * Uncomment Merkle path job and comment nextest step * Try port forwarding to access GraphQL * Revert "Try port forwarding to access GraphQL" This reverts commit 79084b9. * Fetch state hash and proof and parse them * Simplify input parsing * Revert "Simplify input parsing" This reverts commit 91a1621. * Separate queries for hash and proof * Integrate with Aligned * Add test * Remove unwraps * Add usage section * Fetch last block from Mina (#291) * Fetch last block and simplify polling * Add public input generation * Add integration test * Read protocol state proof * Remove unnecessary ignored file * Use mina-builder as GraphQL server * Add Polling service job * Make test generate files in same dir * Fix clippy issue
Configuration menu - View commit details
-
Copy full SHA for 5ab9681 - Browse repository at this point
Copy the full SHA 5ab9681View commit details
Commits on Jul 24, 2024
-
Send hardcoded tip for consensus check (#292)
* Send hardocoded (for now) tip data * Adapt to new state size
Configuration menu - View commit details
-
Copy full SHA for dff28c5 - Browse repository at this point
Copy the full SHA dff28c5View commit details
Commits on Jul 25, 2024
-
State size in protocol state public input (#297)
* Add state size to public input * Cast state len to u32
Configuration menu - View commit details
-
Copy full SHA for 6d4ad4b - Browse repository at this point
Copy the full SHA 6d4ad4bView commit details -
Core program and Aligned polling serivce (#296)
* Renamed polling service to core * Reorg core * WIP aligned_polling_service * Implemented submit function to aligned service * Added tokio and called submit proof function * Added dotenv and default values for some variables * Added logging * Fixed batcher address * Better logging * Update logs * Update Makefile * Update README * Fix CI
Configuration menu - View commit details
-
Copy full SHA for 94d49e4 - Browse repository at this point
Copy the full SHA 94d49e4View commit details -
* chore: forge init * forge install: forge-std v1.9.1 * Contract baseline * Rename files and contract * forge install: aligned_layer mina * Fix remappings * Fix versions and remappings * First version of updateLastVerifiedState function
Configuration menu - View commit details
-
Copy full SHA for 82f7ed1 - Browse repository at this point
Copy the full SHA 82f7ed1View commit details
Commits on Jul 29, 2024
-
* Create smart contract utility * Add contract ABI * WIP call contract * Finish function to update smart contract * WIP Deploy contract * Finished bridge contract deployment * WIP Hash public inputs * Finished smart contract utility * Remove unused env vars * Fix mina bridge script * Update readme * Clarify Makefile comment * Fix module doc * Move smart contract update comment * Update README.md --------- Co-authored-by: Gabriel Bosio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d7f853 - Browse repository at this point
Copy the full SHA 9d7f853View commit details
Commits on Jul 30, 2024
-
* Create smart contract utility * Add contract ABI * WIP call contract * Finish function to update smart contract * WIP Deploy contract * Finished bridge contract deployment * WIP Hash public inputs * Finished smart contract utility * Remove unused env vars * Fix mina bridge script * Update readme * Clarify Makefile comment * Fix module doc * Move smart contract update comment * Refactor constants into their own file * Better logging * Change variable name * Change log * Refactor environment variables * Refactor env.rs and constants.rs into utils mod * Refactor wallet setup * Add missing env var * Default env vars as constants * Fix test * Remove git diff marker * Remove git diff marker * Update README.md Co-authored-by: Gabriel Bosio <[email protected]> * Refactor closure --------- Co-authored-by: Gabriel Bosio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 678a9a5 - Browse repository at this point
Copy the full SHA 678a9a5View commit details
Commits on Jul 31, 2024
-
Started README specification section (#300)
* Started README specification section * Architecture updated * Architecture links updated * update Mina Polling Service Architecture * Update specification * README fixes * Fix warning * Fix usage section * Update consensus checks * Fix header * Fix about * Fix about * Fix links * Fix links * Update README.md --------- Co-authored-by: Eduardo Veralli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb383c7 - Browse repository at this point
Copy the full SHA fb383c7View commit details
Commits on Aug 1, 2024
-
Verify account inclusion locally (#290)
* Remove modules that won't be used in the Aligned version * Fix Markdown lint issues * Forward GraphQL port in CI * Remove domain name usage * Remove tunneling and comment Merkle path job * Uncomment Merkle path job and comment nextest step * Try port forwarding to access GraphQL * Revert "Try port forwarding to access GraphQL" This reverts commit 79084b9. * Fetch state hash and proof and parse them * Simplify input parsing * Revert "Simplify input parsing" This reverts commit 91a1621. * Separate queries for hash and proof * Integrate with Aligned * Add test * Remove unwraps * Add usage section * Add initial SP1 project for account inclusion * Simplify and add make cmd * Match SP1 version with Aligned one * Query and parse Merkle root * Fix parser lockfile * WIP Merkle path verification * Query merkle root * Verify merkle * Moved query merkle root fn to test module * Move merkle_path.rs to lib.rs * Remove SP1 project, move tests crate out * Small fixes * Added query merkle root * WIP get tip state hash * Finished account inclusion * Update contract names * Update README.md * Apply suggestions from code review Co-authored-by: Gabriel Bosio <[email protected]> * Add newline to .gitignore --------- Co-authored-by: Estéfano Bargas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bbd6cd7 - Browse repository at this point
Copy the full SHA bbd6cd7View commit details
Commits on Aug 7, 2024
-
Refactor mina service to use
graphql_client
(#306)* Remove modules that won't be used in the Aligned version * Fix Markdown lint issues * Forward GraphQL port in CI * Remove domain name usage * Remove tunneling and comment Merkle path job * Uncomment Merkle path job and comment nextest step * Try port forwarding to access GraphQL * Revert "Try port forwarding to access GraphQL" This reverts commit 79084b9. * Fetch state hash and proof and parse them * Simplify input parsing * Revert "Simplify input parsing" This reverts commit 91a1621. * Separate queries for hash and proof * Integrate with Aligned * Add test * Remove unwraps * Add usage section * Add initial SP1 project for account inclusion * Simplify and add make cmd * Match SP1 version with Aligned one * Query and parse Merkle root * Fix parser lockfile * WIP * WIP Merkle path verification * Query merkle root * Verify merkle * Moved query merkle root fn to test module * Move merkle_path.rs to lib.rs * Remove SP1 project, move tests crate out * Small fixes * Added query merkle root * WIP get tip state hash * Finished account inclusion * Update contract names * WIP use graphql_client * Fix and add debug comments * Remove conflict --------- Co-authored-by: gabrielbosio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc91d49 - Browse repository at this point
Copy the full SHA dc91d49View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6eef29 - Browse repository at this point
Copy the full SHA e6eef29View commit details -
Add account inclusion job (#305)
Co-authored-by: Estéfano Bargas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ab8f1a - Browse repository at this point
Copy the full SHA 5ab8f1aView commit details
Commits on Aug 9, 2024
-
Use tip state from bridge contract (#307)
* Remove modules that won't be used in the Aligned version * Fix Markdown lint issues * Forward GraphQL port in CI * Remove domain name usage * Remove tunneling and comment Merkle path job * Uncomment Merkle path job and comment nextest step * Try port forwarding to access GraphQL * Revert "Try port forwarding to access GraphQL" This reverts commit 79084b9. * Fetch state hash and proof and parse them * Simplify input parsing * Revert "Simplify input parsing" This reverts commit 91a1621. * Separate queries for hash and proof * Integrate with Aligned * Add test * Remove unwraps * Add usage section * Add initial SP1 project for account inclusion * Simplify and add make cmd * Match SP1 version with Aligned one * Query and parse Merkle root * Fix parser lockfile * WIP * WIP Merkle path verification * Query merkle root * Verify merkle * Moved query merkle root fn to test module * Move merkle_path.rs to lib.rs * Remove SP1 project, move tests crate out * Small fixes * Added query merkle root * WIP get tip state hash * Finished account inclusion * Update contract names * WIP use graphql_client * Fix and add debug comments * Use tip state from bridge contract * Fix bad candidate hash * Fix test and remove unused functions * Add tip hash check in contract * Serialize hashes first in pub inputs * Add option to save proof files * Use root state as initial tip for bridge (#308) * Add root state hash argument to contract and deploy it using ethers * Add contract_deployer crate * Added root query * Deploy contract with root * Deploy contract with alloy * Fix aligned contract address * Add abi gen to deploy contract make rule * Fix clippy * Add error message to test * Remove test (for now we cant execute it until we have an integration test) * Fix account inclusion test * Fix account inclusion test * Update .gitignore * Ignore test --------- Co-authored-by: gabrielbosio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24e95d4 - Browse repository at this point
Copy the full SHA 24e95d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1302c38 - Browse repository at this point
Copy the full SHA 1302c38View commit details
Commits on Aug 13, 2024
-
* Update README.md * readme update * Update readme file * Update readme file Transition frontier * Small fixes * Update README.md * Format --------- Co-authored-by: Eduardo Veralli <[email protected]> Co-authored-by: gabrielbosio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cce6341 - Browse repository at this point
Copy the full SHA cce6341View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b0d252d - Browse repository at this point
Copy the full SHA b0d252dView commit details
Commits on Aug 16, 2024
-
Aligned Layer with Holesky (#303)
* Add Holesky vars * Update Mina contract * Make it work for Holesky * Fix clippy issues * Log verification time * Add Holesky constants and update dependencies * Update Holesky contract * Add newline in gitignore * Move proof generator addr to Aligned group * Revert Aligned SM address in Forge script This script will be removed in another PR because it was replaced with the contract_deployer. * Integrate private key and keystore with contract deployment * Point aligned branch back to mina * Update Mina Holesky contract
Configuration menu - View commit details
-
Copy full SHA for 5d0b446 - Browse repository at this point
Copy the full SHA 5d0b446View commit details
Commits on Aug 23, 2024
-
Remove account inclusion crate's GraphQL query, improve mina_polling_…
…service's one (#317) * Added merkle query * Rename query_and_serialize * WIP merkle query * Fix test * WIP Account query * Finished account query * Fixed TokenId deserialization * Remove account query * Fix clippy * Delete account_inclusion directory * Update ci.yaml
Configuration menu - View commit details
-
Copy full SHA for 9b55219 - Browse repository at this point
Copy the full SHA 9b55219View commit details -
Delete nonce file on submit error (#325)
* Delete nonce file on submit error * Update Holesky contract
Configuration menu - View commit details
-
Copy full SHA for 5bff160 - Browse repository at this point
Copy the full SHA 5bff160View commit details
Commits on Aug 26, 2024
-
* Added merkle query * Rename query_and_serialize * WIP merkle query * Fix test * WIP Account query * Finished account query * Fixed TokenId deserialization * Remove account query * Fix clippy * Removed account_inclusion crate * Take into account mina account proofs * Add CLI commands * Implement submission code for account proof * Add ledger hash to state verifier * Add accountIdHash and account verification feature for smart contract * Add eth call for update account * Fix clippy * Update makefile rules * Update specification * Added doc to smart contract * Fix clippy * Update README.md * Update Makefile * Fix aligned sdk git dependency * Update cargo.lock
Configuration menu - View commit details
-
Copy full SHA for 0dbf7a3 - Browse repository at this point
Copy the full SHA 0dbf7a3View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4861170 - Browse repository at this point
Copy the full SHA 4861170View commit details
Commits on Sep 3, 2024
-
* Added merkle query * Rename query_and_serialize * WIP merkle query * Fix test * WIP Account query * Finished account query * Fixed TokenId deserialization * Remove account query * Fix clippy * Removed account_inclusion crate * Take into account mina account proofs * Add CLI commands * Implement submission code for account proof * Add ledger hash to state verifier * Add accountIdHash and account verification feature for smart contract * Add eth call for update account * Fix clippy * Update makefile rules * Update specification * Added doc to smart contract * Fix clippy * Update README.md * Query candidate chain, use bincode * Update Makefile * Fix aligned sdk git dependency * Update cargo.lock * Define new state proof, serialize with bincode * Change proof field types * Refactor proof definition * Add entire states to Mina state proof * Change version of clap to work with aligned * Fix tip state * Change core crate name * Make serialization mod public * Add contract support for relative finalization * Fixed smart contract update function * Check state hashes * Fix hash store * Fix clippy * Remove unnecessary match case * Fix aligned-sdk dependency
Configuration menu - View commit details
-
Copy full SHA for 28d62a1 - Browse repository at this point
Copy the full SHA 28d62a1View commit details
Commits on Sep 5, 2024
-
Remove account hashes from contract storage (#331)
* Added merkle query * Rename query_and_serialize * WIP merkle query * Fix test * WIP Account query * Finished account query * Fixed TokenId deserialization * Remove account query * Fix clippy * Removed account_inclusion crate * Take into account mina account proofs * Add CLI commands * Implement submission code for account proof * Add ledger hash to state verifier * Add accountIdHash and account verification feature for smart contract * Add eth call for update account * Fix clippy * Update makefile rules * Update specification * Added doc to smart contract * Fix clippy * Update README.md * Query candidate chain, use bincode * Update Makefile * Fix aligned sdk git dependency * Update cargo.lock * Define new state proof, serialize with bincode * Change proof field types * Refactor proof definition * Add entire states to Mina state proof * Change version of clap to work with aligned * Fix tip state * Change core crate name * Make serialization mod public * Add contract support for relative finalization * Fixed smart contract update function * Check state hashes * Fix hash store * Fix clippy * Remove account hash from contract storage * Fix clippy
Configuration menu - View commit details
-
Copy full SHA for 153b804 - Browse repository at this point
Copy the full SHA 153b804View commit details
Commits on Sep 6, 2024
-
Use new GraphQL API for account inclusion (#332)
* Added merkle query * Rename query_and_serialize * WIP merkle query * Fix test * WIP Account query * Finished account query * Fixed TokenId deserialization * Remove account query * Fix clippy * Removed account_inclusion crate * Take into account mina account proofs * Add CLI commands * Implement submission code for account proof * Add ledger hash to state verifier * Add accountIdHash and account verification feature for smart contract * Add eth call for update account * Fix clippy * Update makefile rules * Update specification * Added doc to smart contract * Fix clippy * Update README.md * Query candidate chain, use bincode * Update Makefile * Fix aligned sdk git dependency * Update cargo.lock * Define new state proof, serialize with bincode * Change proof field types * Refactor proof definition * Add entire states to Mina state proof * Change version of clap to work with aligned * Fix tip state * Change core crate name * Make serialization mod public * Add contract support for relative finalization * Fixed smart contract update function * Check state hashes * Fix hash store * Fix clippy * Remove account hash from contract storage * Fix clippy * New account proof WIP * Finish new account proof * Remove unused dependencies * Add new schema * Intergrate new account query schema * Change mina proof to store account * Replace ledger hash with Fp * Update comment * Fix variable name * Change staged ledger hash to snarked * Fix clippy
Configuration menu - View commit details
-
Copy full SHA for be70567 - Browse repository at this point
Copy the full SHA be70567View commit details
Commits on Sep 9, 2024
-
* Update Aligned * Make aligned SDK point to correct branch * Fix wallet chain ID * Update dependencies * Make aligned SDK point to mina branch
Configuration menu - View commit details
-
Copy full SHA for d90b702 - Browse repository at this point
Copy the full SHA d90b702View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 22336ab - Browse repository at this point
Copy the full SHA 22336abView commit details
Commits on Sep 16, 2024
-
Add Solidity-friendly account structure as public input for the accou…
…nt inclusion proof (#334) * Added merkle query * Rename query_and_serialize * WIP merkle query * Fix test * WIP Account query * Finished account query * Fixed TokenId deserialization * Remove account query * Fix clippy * Removed account_inclusion crate * Take into account mina account proofs * Add CLI commands * Implement submission code for account proof * Add ledger hash to state verifier * Add accountIdHash and account verification feature for smart contract * Add eth call for update account * Fix clippy * Update makefile rules * Update specification * Added doc to smart contract * Fix clippy * Update README.md * Query candidate chain, use bincode * Update Makefile * Fix aligned sdk git dependency * Update cargo.lock * Define new state proof, serialize with bincode * Change proof field types * Refactor proof definition * Add entire states to Mina state proof * Change version of clap to work with aligned * Fix tip state * Change core crate name * Make serialization mod public * Add contract support for relative finalization * Fixed smart contract update function * Check state hashes * Fix hash store * Fix clippy * Remove account hash from contract storage * Fix clippy * New account proof WIP * Finish new account proof * Remove unused dependencies * Add new schema * Intergrate new account query schema * Change mina proof to store account * Replace ledger hash with Fp * Update comment * Fix variable name * Change staged ledger hash to snarked * Fix clippy * MinaAccountValidation lib * Gen abi of new lib * Add Mina account solidity struct * Update contract * Refactor serialization, add account conversion * Doc * Change mina account proof to use encoded account * Readd mina account in proof * Handle new proof in smart contract * Fix contract
Configuration menu - View commit details
-
Copy full SHA for ce3d4b1 - Browse repository at this point
Copy the full SHA ce3d4b1View commit details -
Update Aligned to 0.6.0 (#336)
* Sync with Aligned 0.5.2 * Start updating Aligned to 0.6.0 * Fix Aligned version update
Configuration menu - View commit details
-
Copy full SHA for 132e4ea - Browse repository at this point
Copy the full SHA 132e4eaView commit details
Commits on Sep 17, 2024
-
Fix Aligned SDK dependency (#339)
Currently points to the `update_to_06` branch which no longer exists
Configuration menu - View commit details
-
Copy full SHA for f6c43af - Browse repository at this point
Copy the full SHA f6c43afView commit details
Commits on Sep 19, 2024
-
Point Aligned SDK to mina branch (#340)
* Point SDK to mina branch * Point Aligned submodule to mina branch
Configuration menu - View commit details
-
Copy full SHA for 473f0d0 - Browse repository at this point
Copy the full SHA 473f0d0View commit details
Commits on Sep 24, 2024
-
Update Aligned to 0.7.0 (#341)
* [WIP] Update Aligned to 0.7.0 We must wait until Aligned uploads the release for 0.7.0. Once it's uploaded we need to add a batcher payment service arg to the `updateChain` call in the Aligned polling service. * Update Aligned to 0.7.0 * Update Aligned branch * Update Aligned and Bridge contracts * Update Aligned Foundry submodule
Configuration menu - View commit details
-
Copy full SHA for 34de880 - Browse repository at this point
Copy the full SHA 34de880View commit details
Commits on Sep 25, 2024
-
* Init bun project * Refactor * chore: forge init * forge install: forge-std v1.9.2 * Rename Counter to Sudoku * forge install: mina_bridge 132e4ea * Contract mockup * Add remappings, fix version * Remove unused files, add contract constructor * Remove mina_bridge submodule * Rename zkapp * Rename app to example * forge install: forge-std v1.9.2 * Created Rust app project * zkApp script * Fiz zkapp script * Core refactor * Add sdk * Complete app * Change zkapp address to constant * Updated rust app * Rename mina_contract to mina_zkapp * Completed sudoku eth contract * [WIP] Update Aligned to 0.7.0 We must wait until Aligned uploads the release for 0.7.0. Once it's uploaded we need to add a batcher payment service arg to the `updateChain` call in the Aligned polling service. * Update Aligned to 0.7.0 * Update Aligned branch * Finish sudoku contract deployer * Rename sudoku contract * Fix contract deployer * Update Aligned and Bridge contracts * Update Aligned Foundry submodule * Add call to SudokuValidity, small fixes to contract * Update makefile * Add better log and getter function for timestamp * Fix contract validateAccount call * Add retrying logic for mina zkapp * Fix Makefile * Zkapp fixes * Fix ledger hash search * Add log * Fix boolean comparison * Add debug to query_candidate_chain() * Update app * Update to aligned 0.7 * Update constants * Change zkapp config * Fix clippy * Add example diagram --------- Co-authored-by: gabrielbosio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 48e5c43 - Browse repository at this point
Copy the full SHA 48e5c43View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9396d9 - Browse repository at this point
Copy the full SHA f9396d9View commit details -
Check Proving system ID (#342)
* [WIP] Update Aligned to 0.7.0 We must wait until Aligned uploads the release for 0.7.0. Once it's uploaded we need to add a batcher payment service arg to the `updateChain` call in the Aligned polling service. * Update Aligned to 0.7.0 * Update Aligned branch * Update Aligned and Bridge contracts * Update Aligned Foundry submodule * Add Proving system ID commitment check * Update core lockfile * Fix ABIs * Remove unused Solidity error * Update ABIs
Configuration menu - View commit details
-
Copy full SHA for b9ca11d - Browse repository at this point
Copy the full SHA b9ca11dView commit details -
Parameterize Holesky contract addresses (#343)
* [WIP] Update Aligned to 0.7.0 We must wait until Aligned uploads the release for 0.7.0. Once it's uploaded we need to add a batcher payment service arg to the `updateChain` call in the Aligned polling service. * Update Aligned to 0.7.0 * Update Aligned branch * Update Aligned and Bridge contracts * Update Aligned Foundry submodule * Remove bridge addr constants and parameterize them
Configuration menu - View commit details
-
Copy full SHA for 7dac115 - Browse repository at this point
Copy the full SHA 7dac115View commit details
Commits on Sep 26, 2024
-
Update README and code doc (#347)
* Fix state proof doc * Fix account proof doc * Update example * Update README * Update README' * Add new specification * Update table of contents * Fix specification paragraph * Add sdk docs * Update use case readme * Small changes * Fix identation * Fix identation * Fix identation * Modify top level desc * Update config.json * Update zkapp config * Update README.md Co-authored-by: Gabriel Bosio <[email protected]> * Update README.md Co-authored-by: Gabriel Bosio <[email protected]> * Update README.md Co-authored-by: Gabriel Bosio <[email protected]> --------- Co-authored-by: Gabriel Bosio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f550222 - Browse repository at this point
Copy the full SHA f550222View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09b3469 - Browse repository at this point
Copy the full SHA 09b3469View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91efe0d - Browse repository at this point
Copy the full SHA 91efe0dView commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc1a5e7 - Browse repository at this point
Copy the full SHA cc1a5e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 152292b - Browse repository at this point
Copy the full SHA 152292bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9afbf0 - Browse repository at this point
Copy the full SHA e9afbf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32e9732 - Browse repository at this point
Copy the full SHA 32e9732View commit details -
Configuration menu - View commit details
-
Copy full SHA for c211338 - Browse repository at this point
Copy the full SHA c211338View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0de6199 - Browse repository at this point
Copy the full SHA 0de6199View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f22ebea - Browse repository at this point
Copy the full SHA f22ebeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60ef22b - Browse repository at this point
Copy the full SHA 60ef22bView commit details
Commits on Oct 2, 2024
-
Select Mina state proof source (#351)
* [WIP] Start adding devnet flag * Add devnet flag * Point SDK to Mina branch * Lock SDK branch * Fix settlement contract * Parameterize state and account contract addresses * Update example address and unwrap bridge addresses * Update Aligned * Reuse BATCHER_ETH_ADDR * Point SDK to VK branch * Replace aligned SM env var name with used in SDK * Fix clippy * Remove zkapp state logging
Configuration menu - View commit details
-
Copy full SHA for 0a7063b - Browse repository at this point
Copy the full SHA 0a7063bView commit details -
Parameterize Sudoku Holesky address (#355)
* [WIP] Start adding devnet flag * Add devnet flag * Point SDK to Mina branch * Lock SDK branch * Fix settlement contract * Parameterize state and account contract addresses * Update example address and unwrap bridge addresses * Update Aligned * Reuse BATCHER_ETH_ADDR * Point SDK to VK branch * Replace aligned SM env var name with used in SDK * Fix clippy * Remove zkapp state logging * Parameterize Sudoku Holesky address
Configuration menu - View commit details
-
Copy full SHA for f3bb736 - Browse repository at this point
Copy the full SHA f3bb736View commit details
Commits on Oct 3, 2024
-
Usage and Setup sections (#348)
* Add details on usage section * Start adding Ethereum testnet section * Complete setup section * Fix Mainnet image link * Fix Aligned fork branch * Add staking step in Testnet setup * Complete Aligned Testnet setup * Update README.md * Revert "Update README.md" This reverts commit 2f68a5d. * Update submit state command * Fix Testnet setup ordered list * Update batcher deployment result paragraph --------- Co-authored-by: Estéfano Bargas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16bc6df - Browse repository at this point
Copy the full SHA 16bc6dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b6b717 - Browse repository at this point
Copy the full SHA 8b6b717View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2776fe - Browse repository at this point
Copy the full SHA b2776feView commit details