Ape 0.7.5
github-actions
released this
19 Jan 18:18
·
409 commits
to refs/heads/main
since this release
Changes
- feat: Ethereum config base class and auto-fork creation @antazoey (#1869)
- fix: custom ecosystem work and custom network fixes @antazoey (#1868)
- docs: document explorer URL in custom networks @antazoey (#1867)
- feat: config-based custom networks @antazoey (#1852)
- refactor: make error more node generic @antazoey (#1863)
- chore: allow rich v13 as dependency @mikeshultz (#1862)
- docs: networks guide update @antazoey (#1859)
- feat: add more details to account transfer error @antazoey (#1860)
- docs: correct network script example @antazoey (#1861)
- docs: more updates to the deploy user guide @antazoey (#1858)
- fix: various bugs regarding
AccessList
usage in transactions (type 1 and 2) @antazoey (#1853) - feat: allow deployments from config to work @antazoey (#1839)
- fix: issue where could not create an access-list transaction @antazoey (#1851)
- docs: elaborate on deploying contracts @antazoey (#1850)
- docs: improve networks guide, specifically around L2s and custom networks @antazoey (#1849)
- fix: issue where
eth-tester
usedmax_gas
withinestimate_gas
method @antazoey (#1848) - docs: correct account
publish=True
mistake in docs @antazoey (#1847) - test: rename test contracts to be 1-to-1 with source data @antazoey (#1841)
- docs: more documentation on how
ape-accounts
plugin works with keyfiles and storage @antazoey (#1838) - docs: elaborate more on RPC connection via config file @antazoey (#1840)
- docs: improve message for adding extra account entropy upon generation @antazoey (#1834)
- docs: document difference between CALL versus TRANSACT in contract-interaction guide @antazoey (#1828)
- fix: raise error when installing a dependency results in zero sources @antazoey (#1832)
- feat: Adjust
SignatureError
with helpful tip on includingsender=
tx kwarg @miohtama (#1826) - docs: adjust tests guide fixtures section to make more sense @antazoey (#1829)
- docs: document sign message functionalities @antazoey (#1827)
- docs: exclude
model_
prefixed methods appearing in docs @antazoey (#1830) - docs: "Edit on GitHub" button @antazoey (#1831)
- chore: bump lint dependencies @antazoey (#1821)
Special thanks to: @antazoey, @mikeshultz and @miohtama