Fix BlobTx RPC #266

Merged
roysc merged 10 commits from roysc/fix-blob-tx into v5 2024-08-07 04:50:54 +00:00
Showing only changes of commit cbbf54531f - Show all commits

View File

@ -102,11 +102,15 @@ jobs:
progress: false progress: false
- name: Run system tests - name: Run system tests
working-directory: ./system-tests working-directory: ./system-tests
# Work around dependency conflict in system-tests:
# web3 uses an older eth-account until (unreleased) v7
run: | run: |
pip install pytest pip3 install pytest
pip install -r requirements.txt pip3 install -r requirements.txt
pip3 install --no-deps 'eth-account>=0.12.3,<0.13'
pip3 install 'pydantic>=2.0.0'
# Skips tests that require Blob indexing # Skips tests that require Blob indexing
pytest -vv -m "not blob_db" python3 -m pytest -vv -m "not blob_db"
- name: Run testnet stack without statediff - name: Run testnet stack without statediff
env: env: