Releases: ApeWorX/ape
Releases · ApeWorX/ape
Ape 0.1.0-alpha.15
Changes
- fix: allow skipping confirmations if desired @fubuloubu (#93)
- fix: chain/network ID values in NetworkAPI are not properties @fubuloubu (#92)
- fix: allow all kwargs for txn pass-through in AccountAPI @fubuloubu (#88)
- refactor: warning on duplicate package @benjyz (#87)
Special thanks to: @benjyz and @fubuloubu
Ape 0.1.0-alpha.14
Changes
- feat: add script runner @fubuloubu (#78)
- fix: notify error on key import @benjyz (#82)
Special thanks to: @benjyz and @fubuloubu
Ape 0.1.0-alpha.13
Changes
- feat: add transactions @fubuloubu (#38)
- chore: add issue and PR templates @lost-theory (#74)
- refactor: change how tests are organized and run @fubuloubu (#70)
Special thanks to: @fubuloubu and @lost-theory
Ape 0.1.0-alpha.12
Changes
- fix: export ABI type @sabotagebeats (#73)
- test: add test for console items that they don't have issues @fubuloubu (#61)
- fix: small updates @unparalleled-js (#67)
Special thanks to: @fubuloubu, @sabotagebeats and @unparalleled-js
Ape 0.1.0-alpha.11
Changes
- fix: missing default for
urls
underSource
@fubuloubu (#66) - feat: in honor of our fallen bruddah @fubuloubu (#64)
- chore: update pre commit @fubuloubu (#60)
Special thanks to: @fubuloubu
Ape 0.1.0-alpha.10
Ape 0.1.0-alpha.9
Changes
- fix: pin
dataclassy
to avoidAttributeError
with v0.10.1 @fubuloubu (#54) - chore: add pre-commit to dev deps @fubuloubu (#53)
Special thanks to: @fubuloubu
Ape 0.1.0-alpha.8
Changes
- chore: python 3.9 @fubuloubu (#52)
- feat: add support for parsing ABIs @fubuloubu (#49)
- chore: update isort config @fubuloubu (#51)
- refactor: plugin cli @fubuloubu (#48)
- refactor: update how compile CLI works to select contracts @fubuloubu (#44)
- fix: only compile interface JSON files @fubuloubu (#47)
- fix: deprecation warning for
__init__
in dataclassy.dataclass @fubuloubu (#43) - chore: add
release-drafter
@fubuloubu (#45) - chore: upgrade to Click v8.0.0 @fubuloubu (#46)
Special thanks to: @fubuloubu