Bump pragma to 0.8.22 for all contract that depend on ERC1967Utils (#5273)

This commit is contained in:
Hadrien Croubois
2024-10-22 16:57:10 +02:00
committed by GitHub
parent bc1df46eac
commit c343ee3768
16 changed files with 76 additions and 16 deletions

View File

@ -41,6 +41,8 @@ jobs:
run: npm run test
- name: Check linearisation of the inheritance graph
run: npm run test:inheritance
- name: Check pragma consistency between files
run: npm run test:pragma
- name: Check proceduraly generated contracts are up-to-date
run: npm run test:generation
- name: Compare gas costs
@ -68,6 +70,8 @@ jobs:
run: npm run test
- name: Check linearisation of the inheritance graph
run: npm run test:inheritance
- name: Check pragma consistency between files
run: npm run test:pragma
- name: Check storage layout
uses: ./.github/actions/storage-layout
continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'breaking change') }}