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

deploy: v0.8.3 #1214

Merged
merged 2 commits into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,6 @@ check-resources:
build-sol:
git submodule update --init --recursive
forge build --names --force
$(MAKE) build-sol-experimental

build-sol-experimental:
docker run --rm \
-v $$(pwd):/app/foundry \
-u $$(id -u):$$(id -g) \
ghcr.io/paradigmxyz/foundry-alphanet@sha256:64ac81c19b910e766ce750499a2c9de064dce4fa9c4fc1e42368fdd73fc48dde \
--foundry-directory /app/foundry/experimental_contracts \
--foundry-command build


# Builds Cairo 1.0 contracts by iterating over subdirectories,
# compiling contracts, and copying the resulting .sierra.json (old versions) or .contract_class.json
Expand Down
12 changes: 7 additions & 5 deletions deployments/kakarot-sepolia/declarations.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"kakarot": "0x07e5e97d10a2db3957687ba0a4bb5afde05bf7468871514af416d70badb711f8",
"account_contract": "0x1276d0b017701646f8646b69de6c3b3584edce71879678a679f28c07a9971cf",
"account_contract_fixture": "0x3a247bfdb923a0e950871336d9ffd9d1d052ef79ce31909954f5c2e81e77e00",
"kakarot": "0x12c4a5828b8b5b064887e3d64212fed5202e9c0bda53ec8b4a21343c3f648cc",
"account_contract": "0x5cc0b4057c56a0dce4c9c1cf85c1b93f84761f4ae25fd79ba417ad185e00b29",
"account_contract_fixture": "0x1af49e06ad938cdd61dba6e511147a4a5f95ee4900c34b8afeee5abb973b620",
"uninitialized_account": "0x600f6862938312a05a0cfecba0dcaf37693efc9e4075a6adfb62e196022678e",
"EVM": "0x1e86af8bd14b5a8ca212ec28c066061acbd5b2cfd923cd9403a242503f7819e",
"EVM": "0x707c874e36af5741dc7a5e9caa8a8c3aca13093e5d5597153011a101cbaa60c",
"OpenzeppelinAccount": "0x6153ccf69fd20f832c794df36e19135f0070d0576144f0b47f75a226e4be530",
"Cairo1Helpers": "0x28ece3751ecf5bdf2d791eb64a65bfb6a8816432b698870dba2f38a36101d58",
"Cairo1HelpersFixture": "0x4e7811d9bbba41193bd3c77d05c16f7aaa55dd1d601686b50f6fa0e3766a712",
"replace_class": "0xa187318c5e79b010cf45975f589f0a8d441fadde5b1e7ccad46501568437b5"
"replace_class": "0xa187318c5e79b010cf45975f589f0a8d441fadde5b1e7ccad46501568437b5",
"Counter": "0x2abf5b9916d3c6ae6000ab239bf5aba8b40d9a1750ffc54b6d281ac83137382",
"MockPragmaOracle": "0x675f00328ff84f127d71b179b3f3a3a06ce8432054770cddd5729c8d62866da"
}
96 changes: 1 addition & 95 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ eth-bloom = "^3.0.0"
trie = "^3.0.0"
cached-property = "^1.5.2"
py-ecc = "^7.0.0"
vyper = { git = "https://github.com/charles-cooper/vyper", rev = "feat/eip-3074" }

[tool.pytest.ini_options]
norecursedirs = "tests/ef_tests/test_data"
Expand Down Expand Up @@ -151,7 +150,6 @@ markers = [
"SolmateERC721",
"UniswapV2ERC20",
"UniswapV2Factory",
"EIP3074",
"RIP7212",
"CairoPrecompiles",
"UniswapV2Router",
Expand Down
14 changes: 0 additions & 14 deletions vyper_contracts/src/EIP3074/AuthorizedTransfer.vy

This file was deleted.

Loading