This repository was archived by the owner on Jan 9, 2025. It is now read-only.
Tags: kkrt-labs/kakarot
Tags
dev: initialize chain-id after upgrade (#1631) Initializes the chain_id after upgrading kakarot if it's unset Fixes an issue where eth_send_transaction would use the `eth_chain_id()` of the network instead of the one that is defined in the constants, leading to tests passing even though the onchain `chain_id` was not correct Closes #1629
Update declarations (#1617) <!--- Please provide a general summary of your changes in the title above --> <!-- Give an estimate of the time you spent on this PR in terms of work days. Did you spend 0.5 days on this PR or rather 2 days? --> Time spent on this PR: ## Pull request type <!-- 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 - [ ] 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. --> - - -
cw/fix tests e2e staging (#1590) - **Some initial fixes** - **Update deployment folders, works on katana** - **Fix DualVMToken for legacy sn ERC20** - **Fix declaration for StarknetToken** - **Remove useless fixtures** - **Refacto relayers** <!-- 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/1590) <!-- Reviewable:end -->
Update declarations (#1570) <!-- 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/1570) <!-- Reviewable:end -->
ci: fix release job (#1552) Fixes release job by: - Copying the .env file to have an EVM_PRIVATE_KEY in environment (required for build) - Adding a new `setup-ci` target that only sets up the bare minimum for the CIs to run. Proof that it works: https://github.com/enitrat/kakarot/actions/runs/11566994717 <!-- 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/1552) <!-- Reviewable:end -->
Add missing mark (#1549) <!-- 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/1549) <!-- Reviewable:end -->
dev: fix deployer Dockerfile (#1512) Fixes issues with deployer Dockerfile: - .env must be copied - issues when building sol contracts due to starknet -> Starknet capitalization <!-- 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/1512) <!-- Reviewable:end -->
New sepolia deployemnts (#1484) <!-- 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/1484) <!-- Reviewable:end -->
dev: enforce kakarot chain id log to use 7 bytes' (#1481) <!-- 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/1481) <!-- Reviewable:end -->
fix: use MAX_SAFE_CHAIN_ID (#1472) <!--- Please provide a general summary of your changes in the title above --> <!-- Give an estimate of the time you spent on this PR in terms of work days. Did you spend 0.5 days on this PR or rather 2 days? --> Time spent on this PR: <!-- 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: - [x] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Documentation content changes - [ ] Other (please describe): <!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> Resolves #<Issue number> Use MAX_SAFE_CHAIN_ID for cairo / cairo-zero See https://gist.github.com/rekmarks/a47bd5f2525936c4b8eee31a16345553 <!-- 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/1472) <!-- Reviewable:end -->
PreviousNext