-
Notifications
You must be signed in to change notification settings - Fork 1
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
[WIP] Validium PoC #5
Commits on Sep 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b2263ee - Browse repository at this point
Copy the full SHA b2263eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ba1b5e - Browse repository at this point
Copy the full SHA 1ba1b5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9557e3e - Browse repository at this point
Copy the full SHA 9557e3eView commit details
Commits on Oct 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6bfa1bf - Browse repository at this point
Copy the full SHA 6bfa1bfView commit details
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 14268ba - Browse repository at this point
Copy the full SHA 14268baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83ac4cf - Browse repository at this point
Copy the full SHA 83ac4cfView commit details
Commits on Oct 4, 2023
-
# What ❔ * Fixing compilation error in Cargo * and clippy warning ## Why ❔ * To make CI pass
Configuration menu - View commit details
-
Copy full SHA for 3930c5d - Browse repository at this point
Copy the full SHA 3930c5dView commit details -
feat(prover): Witness change for snark wrapper, updated keys (#151)
# What ❔ * Changed witness for snark wrapper - to pass the previous AUX and META fields * updated snark_wrapper_verification key to the latest version * updated the vk_hash to match the newly generated JSON, and made sure that it is being loaded at genesis. ## Why ❔ * to make boojnet work locally
Configuration menu - View commit details
-
Copy full SHA for 2a5c072 - Browse repository at this point
Copy the full SHA 2a5c072View commit details -
feat(boojum): Adding
zk status prover
command (#128)# What ❔ * Adding zk status prover command to see the current state of FRI prover * mostly focused on local deployments (might require some changes before we run it on boojnet) ## Why ❔ * to better see what's going on in the prover pipeline ## Checklist ```shell zk status prover ``` ![image](https://github.com/matter-labs/zksync-era/assets/128217157/75cf1137-2479-449d-98cd-0eda75091bf6)
Configuration menu - View commit details
-
Copy full SHA for d4f292b - Browse repository at this point
Copy the full SHA d4f292bView commit details -
fix(boojum): Don't pass aggregation_results as recursive aggregation …
…inputs (#157) # What ❔ * We were passing incorrect argument to the prover ## Why ❔ * to make prover work, the original problem was a simple bug/typo.
Configuration menu - View commit details
-
Copy full SHA for 1625ec2 - Browse repository at this point
Copy the full SHA 1625ec2View commit details
Commits on Oct 5, 2023
-
feat(boojum): added flag to control prover selection at genesis (#158)
# What ❔ * Added CONTRACTS_PROVER_AT_GENESIS flag to control which prover should be used during genesis * Updated zk status command to compare the keys in the database and in the contracts ## Why ❔ * without this flag, we were pushing the old keys to the contracts, which resulted in failed proofs.
Configuration menu - View commit details
-
Copy full SHA for 867f2bf - Browse repository at this point
Copy the full SHA 867f2bfView commit details -
fix(prover): Use SNARK wrapper VK for picking prover jobs (#142)
# What ❔ Prover and Witgen now use snark wrapper VKs to pick their jobs. ## Why ❔ `prover_protocol_versions` table had SNARK wrapper VKs, but prover and witgens picked jobs based on FRI scheduler VKs. Since if one changes the other also does, we can use the SNARK one instead, since it's also used in `eth_sender`. --------- Co-authored-by: Stanislav Bezkorovainyi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6040e37 - Browse repository at this point
Copy the full SHA 6040e37View commit details -
chore: Bump contracts and system-contracts submodules (#160)
# What ❔ Checking out latest 'dev' branches in era-contracts and era-system-contracts ## Why ❔ To have the latest contracts changes after boojum-integration branches were merged to dev ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zk fmt` and `zk lint`.
Configuration menu - View commit details
-
Copy full SHA for 2bc95e9 - Browse repository at this point
Copy the full SHA 2bc95e9View commit details -
chore(boojum): Merge main into boojum-integration (#164)
# What ❔ Merge main branch into boojum-integration ## Why ❔ To not get far behind ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zk fmt` and `zk lint`. --------- Signed-off-by: Danil <[email protected]> Co-authored-by: Yury Akudovich <[email protected]> Co-authored-by: Shahar Kaminsky <[email protected]> Co-authored-by: Aleksandr Stepanov <[email protected]> Co-authored-by: Maksym <[email protected]> Co-authored-by: Danil <[email protected]> Co-authored-by: Alex Ostrovski <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: agolajko <[email protected]> Co-authored-by: AnastasiiaVashchuk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7608e5f - Browse repository at this point
Copy the full SHA 7608e5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16dc31c - Browse repository at this point
Copy the full SHA 16dc31cView commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ff0c387 - Browse repository at this point
Copy the full SHA ff0c387View commit details -
Configuration menu - View commit details
-
Copy full SHA for e265187 - Browse repository at this point
Copy the full SHA e265187View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecad4b6 - Browse repository at this point
Copy the full SHA ecad4b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 481e417 - Browse repository at this point
Copy the full SHA 481e417View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1026dd5 - Browse repository at this point
Copy the full SHA 1026dd5View commit details
Commits on Oct 9, 2023
-
fix(boojum): Fix VK in prover_fri_protocol_versions (#174)
# What ❔ Use SNARK wrapper VK instead of FRI scheduler VK in proof_data_handler ## Why ❔ It will be saved to `prover_fri_protocol_versions`, and we need them consistent with `protocol_versions`. ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zk fmt` and `zk lint`.
Configuration menu - View commit details
-
Copy full SHA for 742ec84 - Browse repository at this point
Copy the full SHA 742ec84View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab384c2 - Browse repository at this point
Copy the full SHA ab384c2View commit details -
Merge pull request #177 from matter-labs/lyova-merge-main-into-boojum
chore: Merge main into boojum-integration
Configuration menu - View commit details
-
Copy full SHA for d2ca29b - Browse repository at this point
Copy the full SHA d2ca29bView commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9b2b576 - Browse repository at this point
Copy the full SHA 9b2b576View commit details -
Configuration menu - View commit details
-
Copy full SHA for f943c03 - Browse repository at this point
Copy the full SHA f943c03View commit details
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e9b9ae7 - Browse repository at this point
Copy the full SHA e9b9ae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35fef5a - Browse repository at this point
Copy the full SHA 35fef5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70bc440 - Browse repository at this point
Copy the full SHA 70bc440View commit details -
Configuration menu - View commit details
-
Copy full SHA for 958cbaf - Browse repository at this point
Copy the full SHA 958cbafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 548689b - Browse repository at this point
Copy the full SHA 548689bView commit details -
Merge pull request #197 from matter-labs/sb-merge-main-into-boojum-in…
…tegration chore: Merge main into boojum integration
Configuration menu - View commit details
-
Copy full SHA for c7153bf - Browse repository at this point
Copy the full SHA c7153bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f56e5ed - Browse repository at this point
Copy the full SHA f56e5edView commit details
Commits on Oct 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5a015c1 - Browse repository at this point
Copy the full SHA 5a015c1View commit details -
Merge pull request #203 from matter-labs/sb-integrate-1-4-0
feat: Use 1.4.0 in vm crate
Configuration menu - View commit details
-
Copy full SHA for 9eefd43 - Browse repository at this point
Copy the full SHA 9eefd43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 018a71b - Browse repository at this point
Copy the full SHA 018a71bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d6fda4 - Browse repository at this point
Copy the full SHA 1d6fda4View commit details -
Merge pull request #210 from matter-labs/fix-boojum-rocksdb
fix(boojum): remove extra code from state crate
Configuration menu - View commit details
-
Copy full SHA for 5e7bc64 - Browse repository at this point
Copy the full SHA 5e7bc64View commit details
Commits on Oct 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3014213 - Browse repository at this point
Copy the full SHA 3014213View commit details -
Configuration menu - View commit details
-
Copy full SHA for 616a526 - Browse repository at this point
Copy the full SHA 616a526View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4716fab - Browse repository at this point
Copy the full SHA 4716fabView commit details
Commits on Oct 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b30f9f8 - Browse repository at this point
Copy the full SHA b30f9f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e98780f - Browse repository at this point
Copy the full SHA e98780fView commit details
Commits on Oct 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 894b323 - Browse repository at this point
Copy the full SHA 894b323View commit details -
Configuration menu - View commit details
-
Copy full SHA for 341d484 - Browse repository at this point
Copy the full SHA 341d484View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d60703 - Browse repository at this point
Copy the full SHA 6d60703View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ea94d2 - Browse repository at this point
Copy the full SHA 0ea94d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a67ab7 - Browse repository at this point
Copy the full SHA 2a67ab7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c2d597 - Browse repository at this point
Copy the full SHA 4c2d597View commit details -
Merge pull request #253 from matter-labs/sb-merge-main-into-boojum
chore: Merge main into boojum
Configuration menu - View commit details
-
Copy full SHA for 71ffe99 - Browse repository at this point
Copy the full SHA 71ffe99View commit details
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e798ba7 - Browse repository at this point
Copy the full SHA e798ba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3da317c - Browse repository at this point
Copy the full SHA 3da317cView commit details
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 42ab3ae - Browse repository at this point
Copy the full SHA 42ab3aeView commit details -
Merge pull request #168 from matter-labs/zk-fees-pubdata
feat(vm): update pubdata fees calculation
Configuration menu - View commit details
-
Copy full SHA for b235187 - Browse repository at this point
Copy the full SHA b235187View commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 744197a - Browse repository at this point
Copy the full SHA 744197aView commit details -
Remove legacy types and keep only new types
Signed-off-by: Danil <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 83eb614 - Browse repository at this point
Copy the full SHA 83eb614View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2530061 - Browse repository at this point
Copy the full SHA 2530061View commit details -
Configuration menu - View commit details
-
Copy full SHA for f802bf3 - Browse repository at this point
Copy the full SHA f802bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0967ba0 - Browse repository at this point
Copy the full SHA 0967ba0View commit details -
Configuration menu - View commit details
-
Copy full SHA for db4ff0f - Browse repository at this point
Copy the full SHA db4ff0fView commit details -
Revert "fmt: json and yaml files formatted"
This reverts commit 0967ba0.
Configuration menu - View commit details
-
Copy full SHA for 13a15ca - Browse repository at this point
Copy the full SHA 13a15caView commit details -
Revert "fmt: json, yaml extensions added to prettier"
This reverts commit f802bf3.
Configuration menu - View commit details
-
Copy full SHA for 2639834 - Browse repository at this point
Copy the full SHA 2639834View commit details -
Configuration menu - View commit details
-
Copy full SHA for 574cde7 - Browse repository at this point
Copy the full SHA 574cde7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f071cff - Browse repository at this point
Copy the full SHA f071cffView commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 37fc6bd - Browse repository at this point
Copy the full SHA 37fc6bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12ffbf5 - Browse repository at this point
Copy the full SHA 12ffbf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3628d62 - Browse repository at this point
Copy the full SHA 3628d62View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7ac2de - Browse repository at this point
Copy the full SHA f7ac2deView commit details
Commits on Oct 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 69c7b9e - Browse repository at this point
Copy the full SHA 69c7b9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for af07c50 - Browse repository at this point
Copy the full SHA af07c50View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc0fd77 - Browse repository at this point
Copy the full SHA fc0fd77View commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5e7cc1c - Browse repository at this point
Copy the full SHA 5e7cc1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cecd94 - Browse repository at this point
Copy the full SHA 0cecd94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86655f2 - Browse repository at this point
Copy the full SHA 86655f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a99026e - Browse repository at this point
Copy the full SHA a99026eView commit details -
Merge pull request #307 from matter-labs/lyova-merge-main-into-boojum…
…-again chore: Merge main into boojum-integration
Configuration menu - View commit details
-
Copy full SHA for 830d719 - Browse repository at this point
Copy the full SHA 830d719View commit details
Commits on Nov 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 90d3b63 - Browse repository at this point
Copy the full SHA 90d3b63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b9feae - Browse repository at this point
Copy the full SHA 1b9feaeView commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 222ae96 - Browse repository at this point
Copy the full SHA 222ae96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fb9d43 - Browse repository at this point
Copy the full SHA 2fb9d43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 293cc9d - Browse repository at this point
Copy the full SHA 293cc9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 487404c - Browse repository at this point
Copy the full SHA 487404cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb44921 - Browse repository at this point
Copy the full SHA eb44921View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dd00c9 - Browse repository at this point
Copy the full SHA 4dd00c9View commit details -
Merge pull request matter-labs#383 from matter-labs/sb-sync-boojum-in…
…tegration-main chore: Sync boojum integration with main
Configuration menu - View commit details
-
Copy full SHA for 7dee1e3 - Browse repository at this point
Copy the full SHA 7dee1e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdf8906 - Browse repository at this point
Copy the full SHA fdf8906View commit details -
cherry-pick: Temporarily comment out contract-verification test (matt…
…er-labs#377) Commenting out contract-verification test, as it is the only part that gets broken by hardhat-vyper plugin. To make CI work. After NomicFoundation/hardhat#4552 is merged and released, dependencies should be bumped and test should be restored. <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zk fmt` and `zk lint`.
Configuration menu - View commit details
-
Copy full SHA for c3c5c7d - Browse repository at this point
Copy the full SHA c3c5c7dView commit details -
Merge branch 'boojum-integration' into bh-evm-294-synchronise-linting…
…-rules-of-repositories
Configuration menu - View commit details
-
Copy full SHA for 27f76f0 - Browse repository at this point
Copy the full SHA 27f76f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c7706d - Browse repository at this point
Copy the full SHA 9c7706dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04a0802 - Browse repository at this point
Copy the full SHA 04a0802View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4787e86 - Browse repository at this point
Copy the full SHA 4787e86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27eaf9b - Browse repository at this point
Copy the full SHA 27eaf9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 041a67d - Browse repository at this point
Copy the full SHA 041a67dView commit details -
Merge pull request matter-labs#393 from matter-labs/deniallugo-use-zk…
…evm-v140 feat(vm): use zkevm v140
Configuration menu - View commit details
-
Copy full SHA for 92d8235 - Browse repository at this point
Copy the full SHA 92d8235View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5c0299 - Browse repository at this point
Copy the full SHA d5c0299View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f5934 - Browse repository at this point
Copy the full SHA e1f5934View commit details -
Configuration menu - View commit details
-
Copy full SHA for e91d542 - Browse repository at this point
Copy the full SHA e91d542View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4029c7 - Browse repository at this point
Copy the full SHA f4029c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79e5380 - Browse repository at this point
Copy the full SHA 79e5380View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6331bfe - Browse repository at this point
Copy the full SHA 6331bfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d4e6c1 - Browse repository at this point
Copy the full SHA 0d4e6c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2062cbb - Browse repository at this point
Copy the full SHA 2062cbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce88d89 - Browse repository at this point
Copy the full SHA ce88d89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e01bf0 - Browse repository at this point
Copy the full SHA 3e01bf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8c89bf - Browse repository at this point
Copy the full SHA d8c89bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5a302c - Browse repository at this point
Copy the full SHA c5a302cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3532ad - Browse repository at this point
Copy the full SHA f3532adView commit details
Commits on Nov 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f848c44 - Browse repository at this point
Copy the full SHA f848c44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fb881d - Browse repository at this point
Copy the full SHA 9fb881dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cff45d - Browse repository at this point
Copy the full SHA 0cff45dView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa54e7a - Browse repository at this point
Copy the full SHA aa54e7aView commit details -
Merge pull request matter-labs#376 from matter-labs/sb-sync-with-rele…
…ase-contracts chore: Use latest release contracts
Configuration menu - View commit details
-
Copy full SHA for 517e707 - Browse repository at this point
Copy the full SHA 517e707View commit details -
Configuration menu - View commit details
-
Copy full SHA for f032c89 - Browse repository at this point
Copy the full SHA f032c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3337e5e - Browse repository at this point
Copy the full SHA 3337e5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cd8883 - Browse repository at this point
Copy the full SHA 0cd8883View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d11bfd - Browse repository at this point
Copy the full SHA 9d11bfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8603a1b - Browse repository at this point
Copy the full SHA 8603a1bView commit details -
cherry-pick: Make calculation for pubdata a bit more percise (matter-…
…labs#392) Calculate pubdata published only once for tx For boojum pubdata calculation is getting more complicated in terms of tx size and for keeping everything precise we can calculate pubdata only once <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] Code has been formatted via `zk fmt` and `zk lint`. --------- Signed-off-by: Danil <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5001075 - Browse repository at this point
Copy the full SHA 5001075View commit details -
Configuration menu - View commit details
-
Copy full SHA for 063874f - Browse repository at this point
Copy the full SHA 063874fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dd3741 - Browse repository at this point
Copy the full SHA 0dd3741View commit details -
Merge pull request matter-labs#406 from matter-labs/sb-sync-main-booj…
…um-integration chore: Merge main with boojum integration
Configuration menu - View commit details
-
Copy full SHA for 2288bea - Browse repository at this point
Copy the full SHA 2288beaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64eec23 - Browse repository at this point
Copy the full SHA 64eec23View commit details -
Configuration menu - View commit details
-
Copy full SHA for e364a4f - Browse repository at this point
Copy the full SHA e364a4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 345b4e6 - Browse repository at this point
Copy the full SHA 345b4e6View commit details -
Merge pull request matter-labs#391 from matter-labs/more-vm-for-the-m…
…ultivm-god feat(vm): Create a separate VM version for boojum
Configuration menu - View commit details
-
Copy full SHA for ee82e3e - Browse repository at this point
Copy the full SHA ee82e3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3ff655 - Browse repository at this point
Copy the full SHA b3ff655View commit details -
Merge pull request matter-labs#407 from matter-labs/sb-update-contracts
chore: Update boojum contracts
Configuration menu - View commit details
-
Copy full SHA for cd68718 - Browse repository at this point
Copy the full SHA cd68718View commit details
Commits on Nov 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9bf4468 - Browse repository at this point
Copy the full SHA 9bf4468View commit details
Commits on Nov 6, 2023
-
Merge pull request matter-labs#411 from matter-labs/sb-use-contracts-…
…from-main chore: Use contracts from main
Configuration menu - View commit details
-
Copy full SHA for b4eaf7d - Browse repository at this point
Copy the full SHA b4eaf7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7360070 - Browse repository at this point
Copy the full SHA 7360070View commit details -
Configuration menu - View commit details
-
Copy full SHA for 155dea7 - Browse repository at this point
Copy the full SHA 155dea7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ca96fc - Browse repository at this point
Copy the full SHA 3ca96fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c16a222 - Browse repository at this point
Copy the full SHA c16a222View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a77b9c - Browse repository at this point
Copy the full SHA 4a77b9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e06c95 - Browse repository at this point
Copy the full SHA 8e06c95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78342c2 - Browse repository at this point
Copy the full SHA 78342c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f01187c - Browse repository at this point
Copy the full SHA f01187cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f14e7b5 - Browse repository at this point
Copy the full SHA f14e7b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0ebfea - Browse repository at this point
Copy the full SHA d0ebfeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7879b0 - Browse repository at this point
Copy the full SHA e7879b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5b5135 - Browse repository at this point
Copy the full SHA a5b5135View commit details -
Configuration menu - View commit details
-
Copy full SHA for af87590 - Browse repository at this point
Copy the full SHA af87590View commit details -
Configuration menu - View commit details
-
Copy full SHA for 911596e - Browse repository at this point
Copy the full SHA 911596eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a28ab30 - Browse repository at this point
Copy the full SHA a28ab30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75f427d - Browse repository at this point
Copy the full SHA 75f427dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e728767 - Browse repository at this point
Copy the full SHA e728767View commit details -
Merge pull request matter-labs#415 from matter-labs/sb-fixes-for-pr
chore: Fixes to the boojum integration PR
Configuration menu - View commit details
-
Copy full SHA for ac9c6e2 - Browse repository at this point
Copy the full SHA ac9c6e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for df92671 - Browse repository at this point
Copy the full SHA df92671View commit details -
Merge pull request matter-labs#416 from matter-labs/perekopskiy-fix-b…
…oojum-diff-a-bit fix: some fixes for boojum
Configuration menu - View commit details
-
Copy full SHA for c0dba4a - Browse repository at this point
Copy the full SHA c0dba4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3739b02 - Browse repository at this point
Copy the full SHA 3739b02View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3f60aa - Browse repository at this point
Copy the full SHA e3f60aaView commit details -
Merge pull request matter-labs#420 from matter-labs/sb-use-main-contr…
…acts Use contracts from main
Configuration menu - View commit details
-
Copy full SHA for e596008 - Browse repository at this point
Copy the full SHA e596008View commit details -
Merge pull request matter-labs#421 from matter-labs/main
chore: Sync boojum integration with main
Configuration menu - View commit details
-
Copy full SHA for 68be91d - Browse repository at this point
Copy the full SHA 68be91dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39fb338 - Browse repository at this point
Copy the full SHA 39fb338View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76eb720 - Browse repository at this point
Copy the full SHA 76eb720View commit details -
Merge pull request matter-labs#422 from matter-labs/sb-fix-mp-coments
Fix comments in boojum-integration
Configuration menu - View commit details
-
Copy full SHA for e61d9e5 - Browse repository at this point
Copy the full SHA e61d9e5View commit details
Commits on Nov 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0b9ef2a - Browse repository at this point
Copy the full SHA 0b9ef2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c716d5d - Browse repository at this point
Copy the full SHA c716d5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b56670 - Browse repository at this point
Copy the full SHA 8b56670View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4b1c22 - Browse repository at this point
Copy the full SHA e4b1c22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c22dcc - Browse repository at this point
Copy the full SHA 0c22dccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37a2004 - Browse repository at this point
Copy the full SHA 37a2004View commit details -
Configuration menu - View commit details
-
Copy full SHA for 886c3c5 - Browse repository at this point
Copy the full SHA 886c3c5View commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fead153 - Browse repository at this point
Copy the full SHA fead153View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23e06b5 - Browse repository at this point
Copy the full SHA 23e06b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f002deb - Browse repository at this point
Copy the full SHA f002debView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98f46a5 - Browse repository at this point
Copy the full SHA 98f46a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for be9f295 - Browse repository at this point
Copy the full SHA be9f295View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cd30c3 - Browse repository at this point
Copy the full SHA 5cd30c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8be4722 - Browse repository at this point
Copy the full SHA 8be4722View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30bd04d - Browse repository at this point
Copy the full SHA 30bd04dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ec4488 - Browse repository at this point
Copy the full SHA 6ec4488View commit details -
Configuration menu - View commit details
-
Copy full SHA for 822852b - Browse repository at this point
Copy the full SHA 822852bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8fed28 - Browse repository at this point
Copy the full SHA f8fed28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e03baf - Browse repository at this point
Copy the full SHA 5e03bafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 017cc81 - Browse repository at this point
Copy the full SHA 017cc81View commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 84a913e - Browse repository at this point
Copy the full SHA 84a913eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5d3da3 - Browse repository at this point
Copy the full SHA c5d3da3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7eb01f - Browse repository at this point
Copy the full SHA e7eb01fView commit details
Commits on Nov 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9c24ee7 - Browse repository at this point
Copy the full SHA 9c24ee7View commit details
Commits on Nov 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c591844 - Browse repository at this point
Copy the full SHA c591844View commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b2b512f - Browse repository at this point
Copy the full SHA b2b512fView commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 05a02c6 - Browse repository at this point
Copy the full SHA 05a02c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f103889 - Browse repository at this point
Copy the full SHA f103889View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d8a57d - Browse repository at this point
Copy the full SHA 9d8a57dView commit details
Commits on Dec 15, 2023
-
Revert "Fix path to volume (relative path is not accepted in docker r…
…un -v)" This was an issue with Docker version, it should work with 24.0.0. This reverts commit 9d8a57d.
Configuration menu - View commit details
-
Copy full SHA for 164cc25 - Browse repository at this point
Copy the full SHA 164cc25View commit details