AllowanceHolder Use top-level calldata for authentication and avoid Permit2 ecrecover
and nonce cancellation PRO-73
#268
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: gas | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
gas: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install Foundry | |
uses: foundry-rs/foundry-toolchain@v1 | |
with: | |
version: nightly | |
- name: Check gas snapshots | |
run: forge snapshot --check | |
- name: Dump GitHub context | |
env: | |
GITHUB_CONTEXT: ${{ toJson(github) }} | |
run: echo "$GITHUB_CONTEXT" |