-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip: deps versionning * fix: add missing scarb field * chore: bump scarb * fix blockifier changes * fix: update scarb related code for testing * fix blockifier resource bounds mapping * bump scarb version * cairo fmt * tests: regenerate test databases * fix: bump cainome to fix event parsing * fix: clippy * fix contract call * add test for calling non legacy contract * wip: fixing cairo compilation * chore: bump to cairo 2.9.2 * chore: update scarb * fix: fmt and scarb update * tests: regenerates test dbs * fix: migrate to new scarb test functions * tests: regenerate test db * tests: regenerate test db * ci: add scarb for test commands since it depends on scarb metadata * fix(core-cairo-test): build external world class and adjust panick messages * feat: don't enforce fee if tx max fee is zero * chore: bump scarb * fix: add better error message if env var SCARB is not correctly set * tests: regenerate test db and update addresses in cairo config * only modify if we're in fee enabled mode * tests: fix test policies * ci: use rust 181 devcontainer * tests: regenerate test db * ci: wip * ci+docker: move to ubuntu:noble * ci: add back dojo-dev image for test * ci: add the container to build for the same version * docker: add make to devcontainer * ci: use latest dojo-dev * docker: revert to bookworm for dojo image * fix(devcontainer): add missing dependencies for testing * ci: bump devcontainer * tests: regenerate test db --------- Co-authored-by: Ammar Arif <[email protected]>
- Loading branch information
Showing
120 changed files
with
1,861 additions
and
1,780 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
scarb 2.8.4 | ||
scarb 2.9.2 | ||
starknet-foundry 0.30.0 |
Oops, something went wrong.