-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: --bootloader-version flag (#14)
Problem: The bootloader version known by the L1 contract is different from the one we use (0.13.0). It would be convenient to be able to change the version of the bootloader / specify a custom one for testing. Solution: Add a `--bootloader-version VERSION` flag. The `VERSION` value can be one of [`0.12.3`, `0.13.0`] or be the path to a compiled bootloader file.
- Loading branch information
Olivier Desenfans
authored
Mar 5, 2024
1 parent
2a14460
commit 97da894
Showing
3 changed files
with
83 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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 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