Ape 0.8.13
github-actions
released this
26 Aug 19:18
·
96 commits
to refs/heads/main
since this release
Changes
- fix: contract retrieval from ABI fails from fetch-attempt @bitwise-constructs (#2230)
- fix:
.return_value
bugs with tuples, structs, and length @antazoey (#2244) - docs: fix typo in project.py comment @eltociear (#2245)
- fix: incorrect image release tags in build @johnson2427 (#2228)
- fix: handle anonymous and strange event data in
parse_rich_tree()
method @antazoey (#2243) - docs: add exclusions and clarify convert examples @dtdang (#2240)
- fix: error message was incorrectly worded when Python package not installed @antazoey (#2242)
- docs: add convert examples @dtdang (#2241)
- fix: issue where custom-networks defaulted to forked-providers when they were not forked networks. @antazoey (#2239)
- fix: issue missing source traceback on error when given only transaction @antazoey (#2238)
- chore: re-pin dependencies @antazoey (#2237)
- feat: make the dependency manager accessible on
ManagerAccessMixin
@antazoey (#2233) - feat: show nicer errors during bad network choices @antazoey (#2234)
- test: show we can have sets of projects @antazoey (#2235)
- chore: remove an inaccurate warning @antazoey (#2229)
- fix: issues with
CurrencyComparableValue
appearingContractLog.event_arguments
& on Pydantic models @antazoey (#2221) - docs: fix spelling issues @nnsW3 (#2232)
- fix: issue where
--account
did not fail when it was supposed to @antazoey (#2231) - perf: most performant
.return_value
calculation @antazoey (#2225) - test: fix issue with
ape test
tests when vyper / solidity installed @antazoey (#2226) - feat: adding slim dockerfile @johnson2427 (#2219)
- fix: logger verbosity issues @antazoey (#2224)
- fix: prepare as much as possible (without breaking changes) web3.py upgrade @antazoey (#2223)
- perf: lazy source traceback in transaction errors @antazoey (#2211)
- docs: update cli example code @martinkrung (#2220)
Special thanks to: @antazoey, @bitwise-constructs, @dtdang, @eltociear, @johnson2427, @martinkrung and @nnsW3