Skip to content

Commit

Permalink
feat: make katana have as many validate and execute steps as testnet (#…
Browse files Browse the repository at this point in the history
…1112)

for maintaining similarity of networks: make katana have as many
validate and execute steps as testnet


<!-- Please try to limit your pull request to one type,
submit multiple pull requests if needed. -->

Please check the type of change your PR introduces:

- [ ] Bugfix
- [x] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):

## What is the current behavior?

<!-- Please describe the current behavior that you are modifying,
or link to a relevant issue. -->

Resolves #<Issue number>

## What is the new behavior?

<!-- Please describe the behavior or changes that are being added by
this PR. -->

- `make run-katana & make test-end-to-end` is now iso testnet i.e.
production

<!-- Reviewable:start -->
- - -
This change is [<img src="https://reviewable.io/review_button.svg"
height="34" align="absmiddle"
alt="Reviewable"/>](https://reviewable.io/reviews/kkrt-labs/kakarot/1112)
<!-- Reviewable:end -->
  • Loading branch information
Eikix authored Apr 18, 2024
1 parent 740b616 commit 4bfaabf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ install-katana:
cargo install --git https://github.com/dojoengine/dojo --locked --tag v0.6.1-alpha.1 katana

run-katana:
katana --chain-id test --validate-max-steps 16777216 --invoke-max-steps 16777216 --eth-gas-price 0 --strk-gas-price 0 --disable-fee
katana --chain-id test --validate-max-steps 4000000 --invoke-max-steps 6000000 --eth-gas-price 0 --strk-gas-price 0 --disable-fee
Loading

0 comments on commit 4bfaabf

Please sign in to comment.