·
1 commit
to refs/heads/main
since this release
Changes
- feat:
accounts.resolve_address()
method for resolving input into address types @antazoey (#2521) - feat: add
chain.get_balance()
method @antazoey (#2520) - perf: break early on proxy detection when realize can't get storage @antazoey (#2514)
- fix: avoid attempting to cache None for a contract-type @antazoey (#2517)
- feat: isolate changes context in packages cache @antazoey (#2518)
- feat: allow
project.chdir()
to work in a context @antazoey (#2516) - feat: allow keeping stuff when isolating data directory @antazoey (#2515)
- chore: fix bug issue template @fubuloubu (#2510)
- fix: default call transactions would not get prepared when sender is a contract @antazoey (#2508)
- fix: delete unused, misleading, and error-prone method @antazoey (#2509)
- feat: include provider name in impersonate account error @antazoey (#2507)
- feat: adds
ContractLog.topics
property for calculating the topics from a log @antazoey (#2505)
Special thanks to: @antazoey and @fubuloubu