diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index 424ade1..0000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,29 +0,0 @@ -// For format details, see https://aka.ms/devcontainer.json. For config options, see the -// README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu. -{ - "name": "Ubuntu", - // Or, use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile. - "image": "mcr.microsoft.com/devcontainers/base:jammy", - "features": { - "ghcr.io/devcontainers/features/rust:1": { - "version": "latest", - "profile": "default" - } - }, - "customizations": { - "vscode": { - "extensions": [ - "JuanBlanco.solidity" - ] - } - }, - - // Use 'forwardPorts' to make a list of ports inside the container available locally. - // "forwardPorts": [], - - // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "curl -L https://foundry.paradigm.xyz | bash && source /home/vscode/.bashrc && foundryup" - - // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. - // "remoteUser": "root" -} \ No newline at end of file diff --git a/README.md b/README.md index 5d2fb69..b669f4b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [zenplate](https://github.com/z0r0z/zenplate) [![License: AGPL-3.0-only](https://img.shields.io/badge/License-AGPL-black.svg)](https://opensource.org/license/agpl-v3/) [![solidity](https://img.shields.io/badge/solidity-%5E0.8.19-black)](https://docs.soliditylang.org/en/v0.8.19/) [![Foundry](https://img.shields.io/badge/Built%20with-Foundry-000000.svg)](https://getfoundry.sh/) ![tests](https://github.com/z0r0z/zenplate/actions/workflows/ci.yml/badge.svg) +# [zenplate](https://github.com/z0r0z/zenplate) [![License: AGPL-3.0-only](https://img.shields.io/badge/License-AGPL-black.svg)](https://opensource.org/license/agpl-v3/) [![solidity](https://img.shields.io/badge/solidity-%5E0.8.25-black)](https://docs.soliditylang.org/en/v0.8.25/) [![Foundry](https://img.shields.io/badge/Built%20with-Foundry-000000.svg)](https://getfoundry.sh/) ![tests](https://github.com/z0r0z/zenplate/actions/workflows/ci.yml/badge.svg) Simpler foundry template. diff --git a/foundry.toml b/foundry.toml index 616b7fa..25d7c26 100644 --- a/foundry.toml +++ b/foundry.toml @@ -1,6 +1,6 @@ [profile.default] -solc_version = "0.8.24" -evm_version = "shanghai" +solc_version = "0.8.25" +evm_version = "cancun" optimizer = true optimizer_runs = 9_999_999 diff --git a/lib/forge-std b/lib/forge-std index 4513bc2..e4aef94 160000 --- a/lib/forge-std +++ b/lib/forge-std @@ -1 +1 @@ -Subproject commit 4513bc2063f23c57bee6558799584b518d387a39 +Subproject commit e4aef94c1768803a16fe19f7ce8b65defd027cfd diff --git a/lib/solady b/lib/solady index 8919f61..e4a14a5 160000 --- a/lib/solady +++ b/lib/solady @@ -1 +1 @@ -Subproject commit 8919f61d14a5e7b32f3d809c9f5fe3ea2ebcbc50 +Subproject commit e4a14a5b365b353352f7c38e699a2bc9363d6576