Releases: ApeWorX/ape-foundry
Releases · ApeWorX/ape-foundry
Ape Foundry 0.8.7
Changes
- fix: issues with web3 v7 / hex strings missing 0x prefix @antazoey (#120)
- feat: pep-625 compliance and enabling python 3.13 @bitwise-constructs (#119)
Special thanks to: @antazoey and @bitwise-constructs
Ape Foundry 0.8.6
Changes
- chore: clean up perf improvements @bitwise-constructs (#117)
- feat: support web3.py 7.0 dependencies @NotPeopling2day (#118)
Special thanks to: @NotPeopling2day and @bitwise-constructs
Ape Foundry 0.8.5
Ape Foundry 0.8.4
Ape Foundry 0.8.3
Ape Foundry 0.8.2
Ape Foundry 0.8.1
Ape Foundry 0.8.0
Ape Foundry 0.7.5
Changes
- fix: allow empty fork config to default to empty dict @antazoey (#102)
- chore: delete double log (is happening in core) @antazoey (#101)
- fix: variable was not used @antazoey (#100)
- refactor: remove goerli @NotPeopling2day (#98)
- feat: python 3.12 support @antazoey (#99)
Special thanks to: @NotPeopling2day and @antazoey
Ape Foundry 0.7.4
Changes
- feat(fork): add sepolia support for L2 networks @fubuloubu (#91)
- feat: declare base and blast support @banteg (#96)
- feat: show call trace on transaction revert @mikeshultz (#92)
- fix(test): anvil behavior changed with --block-base-fee-per-gas @mikeshultz (#95)
- fix: custom error check fails when error has receipt instead of transaction @antazoey (#87)
- feat: allow configuring
disable_block_gas_limit
@antazoey (#84)
Special thanks to: @antazoey, @banteg, @fubuloubu and @mikeshultz