Skip to content

AllowanceHolder Use top-level calldata for authentication and avoid Permit2 ecrecover and nonce cancellation PRO-73 #282

AllowanceHolder Use top-level calldata for authentication and avoid Permit2 ecrecover and nonce cancellation PRO-73

AllowanceHolder Use top-level calldata for authentication and avoid Permit2 ecrecover and nonce cancellation PRO-73 #282

Workflow file for this run

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"