Ape 0.7.7
github-actions
released this
30 Jan 17:55
·
349 commits
to refs/heads/main
since this release
Changes
- feat: adds account generation and import API functions @mikeshultz (#1887)
- fix: bump out of broken py-geth @antazoey (#1892)
- fix: more circular import issues when importing from
ape_run
@antazoey (#1889) - fix: circular import issues from accounts plugins @antazoey (#1888)
- feat: Use
eth_createAccessList
RPC in type=1 prepared transaction @antazoey (#1884) - fix: issue where
--network None
still used default network @antazoey (#1879) - fix: issue when forking past genesis @antazoey (#1885)
- feat: adds
block_number
arg to network.fork() @mikeshultz (#1883) - fix: issue when using hex-str for accessList storage keys @antazoey (#1882)
- refactor: use evmchains package for public RPCs @mikeshultz (#1880)
Special thanks to: @antazoey and @mikeshultz