Refactor restriction mechanism in AccessManager to enable enforce executionDelay (#4518)

Co-authored-by: Francisco Giordano <fg@frang.io>
This commit is contained in:
Hadrien Croubois
2023-08-08 01:21:46 +02:00
committed by GitHub
parent 9bb8008c23
commit 736091afc4
2 changed files with 93 additions and 69 deletions

View File

@ -42,6 +42,7 @@ jobs:
run: npm run test:generation
- name: Compare gas costs
uses: ./.github/actions/gas-compare
if: github.base_ref == 'master'
with:
token: ${{ github.token }}
@ -63,6 +64,7 @@ jobs:
run: npm run test:inheritance
- name: Check storage layout
uses: ./.github/actions/storage-layout
if: github.base_ref == 'master'
with:
token: ${{ github.token }}