Init with current smart contract
a84e9401
Petteri Pertola
committed
11 changed files
test.yml
/.github/workflows/test.yml+35
/.github/workflows/test.yml
Add comment 1 Plus  name: test
Add comment 2 Plus  
Add comment 3 Plus  on: workflow_dispatch
Add comment 4 Plus  
Add comment 5 Plus  env:
Add comment 6 Plus   FOUNDRY_PROFILE: ci
Add comment 7 Plus  
Add comment 8 Plus  jobs:
Add comment 9 Plus   check:
Add comment 10 Plus   strategy:
Add comment 11 Plus   fail-fast: true
Add comment 12 Plus  
Add comment 13 Plus   name: Foundry project
Add comment 14 Plus   runs-on: ubuntu-latest
Add comment 15 Plus   steps:
Add comment 16 Plus   - uses: actions/checkout@v3
Add comment 17 Plus   with:
Add comment 18 Plus   submodules: recursive
Add comment 19 Plus  
Add comment 20 Plus   - name: Install Foundry
Add comment 21 Plus   uses: foundry-rs/foundry-toolchain@v1
Add comment 22 Plus   with:
Add comment 23 Plus   version: nightly
Add comment 24 Plus  
Add comment 25 Plus   - name: Run Forge build
Add comment 26 Plus   run: |
Add comment 27 Plus   forge --version
Add comment 28 Plus   forge build --sizes
Add comment 29 Plus   id: build
Add comment 30 Plus  
Add comment 31 Plus   - name: Run Forge tests
Add comment 32 Plus   run: |
Add comment 33 Plus   forge test -vvv
Add comment 34 Plus   id: test
Add comment 35 Plus  
DeployStablecoin.s.sol
/script/DeployStablecoin.s.sol
/script/DeployStablecoin.s.sol
Stablecoin.sol
/src/Stablecoin.sol
/src/Stablecoin.sol
MockERC20.sol
/test/utils/MockERC20.sol
/test/utils/MockERC20.sol
SigUtils.sol
/test/utils/SigUtils.sol
/test/utils/SigUtils.sol
DeployStablecoin.t.sol
/test/DeployStablecoin.t.sol
/test/DeployStablecoin.t.sol
Stablecoin.t.sol
/test/Stablecoin.t.sol
/test/Stablecoin.t.sol
.gitignore
/.gitignore
/.gitignore
.gitmodules
/.gitmodules
/.gitmodules
foundry.toml
/foundry.toml
/foundry.toml
README.md
/README.md
/README.md