Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

build(deps): bump lib/kakarot from e949973 to f6cc59b #624

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps lib/kakarot from e949973 to f6cc59b.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [lib/kakarot](https://github.com/kkrt-labs/kakarot) from `e949973` to `f6cc59b`.
- [Release notes](https://github.com/kkrt-labs/kakarot/releases)
- [Commits](kkrt-labs/kakarot@e949973...f6cc59b)

---
updated-dependencies:
- dependency-name: lib/kakarot
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Change in project dependencies. label Oct 30, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 31, 2023

Superseded by #627.

@dependabot dependabot bot closed this Oct 31, 2023
@dependabot dependabot bot deleted the dependabot/submodules/lib/kakarot-f6cc59b branch October 31, 2023 23:51
anukkrit149 pushed a commit to karnotxyz/kakarot-rpc that referenced this pull request Aug 9, 2024
Add the
[EVM.cairo](https://github.com/kkrt-labs/kakarot/blob/main/tests/fixtures/EVM.cairo)
contract for deployment in CI as described in kkrt-labs#624.

## Pull request type

Please check the type of change your PR introduces:

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

## What is the current behavior?

We currently don't deploy the EVM.cairo fixture in our CI workflow for
[deployments](https://github.com/kkrt-labs/kakarot/blob/main/.github/workflows/deployments.yml).

Resolves kkrt-labs#624

## What is the new behavior?

- EVM.cairo is added to the compilation script
- EVM.cairo is added to the deployment script
- EVM.cairo is also deployed via the CI workflow for deployment

## Other information

The new build directory structure looks like the following:

<img width="297" alt="image"
src="https://github.com/kkrt-labs/kakarot/assets/41180869/de08831f-a089-4032-9fd0-3913fe6aa5c0">

This makes sure that core contracts are separated from the fixtures to
avoid confusion, if we add any other fixtures in the future for
deployment { which we might as we plan to do more testing on devnet },
then they will reside inside the `fixtures` directory.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Change in project dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants