Skip to content

Commit

Permalink
✨ Beta Design
Browse files Browse the repository at this point in the history
  • Loading branch information
z0r0z committed Jan 23, 2024
1 parent bd62683 commit 88054ee
Show file tree
Hide file tree
Showing 1,070 changed files with 1,549 additions and 267,197 deletions.
6 changes: 1 addition & 5 deletions .gas-snapshot
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
HeliosTest:testHeliosCreation() (gas: 2862816)
HeliosTest:testXYKpairCreation() (gas: 233762)
HeliosTest:testXYKpairMultiHop(uint256) (runs: 256, μ: 56713, ~: 22944)
HeliosTest:testXYKpairNoFeeInvariance(uint256) (runs: 256, μ: 74197, ~: 7765)
HeliosTest:testXYKpairSwap(uint256) (runs: 256, μ: 21965, ~: 15453)
HeliosTest:testDeploy() (gas: 1681350)
36 changes: 36 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: ci

on: [push]

jobs:
tests:
name: Forge Testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: dependencies
run: forge install
- name: tests
run: forge test

snapshot:
name: Forge Snapshot
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: dependencies
run: forge install
- name: check contract sizes
run: forge build --sizes
- name: check gas snapshots
run: forge snapshot --check
23 changes: 0 additions & 23 deletions .github/workflows/lints.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/tests.yml

This file was deleted.

5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/cache
/node_modules
/out
out
cache
9 changes: 3 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[submodule "lib/ds-test"]
path = lib/ds-test
url = https://github.com/dapphub/ds-test
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/solbase"]
path = lib/solbase
url = https://github.com/Sol-DAO/solbase
[submodule "lib/solady"]
path = lib/solady
url = https://github.com/vectorized/solady
6 changes: 0 additions & 6 deletions .gitpod.yml

This file was deleted.

Loading

0 comments on commit 88054ee

Please sign in to comment.