Skip to content
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

blockifier 0.6.0-rc.0 #399

Merged
merged 4 commits into from
Mar 29, 2024
Merged

blockifier 0.6.0-rc.0 #399

merged 4 commits into from
Mar 29, 2024

Conversation

marioiordanov
Copy link
Contributor

@marioiordanov marioiordanov commented Mar 28, 2024

Development related changes

New blockifier version that lowers the cost of declare transactions

Checklist:

  • Applied formatting - ./scripts/format.sh
  • No linter errors - ./scripts/clippy_check.sh
  • No unused dependencies - ./scripts/check_unused_deps.sh
  • Performed code self-review
  • Rebased to the last commit of the target branch (or merged it into my branch)
  • Documented the changes
  • Linked the issues which this PR resolves
  • Checked the TODO section in README.md if this PR resolves it
  • Updated the tests
  • All tests are passing - cargo test

@marioiordanov marioiordanov marked this pull request as ready for review March 28, 2024 09:19
Cargo.toml Outdated Show resolved Hide resolved
@marioiordanov marioiordanov merged commit f56b1d6 into main Mar 29, 2024
1 check passed
@marioiordanov marioiordanov deleted the update_blockifier branch March 29, 2024 07:44
marioiordanov added a commit that referenced this pull request Mar 29, 2024
* updated blockifier and added usc

* use usc in core and integration tests

* remove leftovers of CasmContractClass::from_contract_class

* edit test jobs

* edit circleci config

* final try for circleci config

* circle ci config

* use 5 jobs

* reduce jobs to 4

* edit circle ci config

* make circleci jobs for integration tests 3

* returned back a descriptive message

* remove constant 

* added helper function for computing casm hash

* clippy fix

* use latest starknet-rs

* blockifier 0.6.0-rc.0 (#399)

* blockifier 0.6.0-rc.0

* fix unit test due to using max fee that is enough to cover the transaction expenses

* fix integration tests assertions

* use blockifier version from crates.io

* updated blockifier and added usc

* use usc in core and integration tests

* remove leftovers of CasmContractClass::from_contract_class

* edit test jobs

* edit circleci config

* final try for circleci config

* circle ci config

* use 5 jobs

* reduce jobs to 4

* edit circle ci config

* make circleci jobs for integration tests 3

* returned back a descriptive message 

* remove constant 

* added helper function for computing casm hash

* clippy fix

* use latest starknet-rs
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.

None yet

2 participants