ApeWorX / ape-foundry

Foundry network provider for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
32 stars 13 forks source link

bug: base fee config appears to no longer work #94

Closed mikeshultz closed 6 months ago

mikeshultz commented 6 months ago

Environment information

CI

What went wrong?

# Show we can se the base-fee.
        new_base_fee = 1_000_000
        data = {"foundry": {"base_fee": new_base_fee, "host": "http://127.0.0.1:8555/"}}
        with temp_config(data):
            with networks.ethereum.local.use_provider("foundry") as provider:
>               assert provider.base_fee == new_base_fee
E               assert 875000 == 1000000
E                +  where 875000 = <foundry chain_id=31337>.base_fee

/home/runner/work/ape-foundry/ape-foundry/tests/test_provider.py:292: AssertionError

Base fee config test appears to be failing for some reason.

Ref: https://github.com/ApeWorX/ape-foundry/actions/runs/8167913540/job/22329080151?pr=93

How can it be fixed?

Unclear. Could be an upstream ape issue?

linear[bot] commented 6 months ago

APE-1698 bug: base fee config appears to no longer work

mikeshultz commented 6 months ago

Should be fixed by #95.