Skip to content

Releases: ApeWorX/ape

Ape 0.1.0-alpha.23

10 Sep 22:41
4ee59d5
Compare
Choose a tag to compare

Changes

  • fix: help text fixes @unparalleled-js (#140)
  • feat: custom exceptions @unparalleled-js (#138)
  • feat: fuzzy command suggestions @unparalleled-js (#139)
  • fix: accounts failure exit codes @unparalleled-js (#136)
  • chore: refactor and test networks list command @unparalleled-js (#134)
  • chore: upgrade python syntax @unparalleled-js (#131)

Special thanks to: @unparalleled-js

Ape 0.1.0-alpha.22

24 Aug 21:47
1ec197c
Compare
Choose a tag to compare

Changes

  • fix: use getattr for EthereumProvider network configs instead of dictionary key lookup @lost-theory (#128)

Special thanks to: @lost-theory

Ape 0.1.0-alpha.21

09 Aug 22:46
aec5e50
Compare
Choose a tag to compare

Changes

  • fix: make sure signatures are in the proper format for RLP encoding @fubuloubu (#124)
  • fix: remove unused network type after geth --dev was added @fubuloubu (#123)
  • fix: handle exceptions when loading plugin packages @fubuloubu (#121)

Special thanks to: @fubuloubu

Ape 0.1.0-alpha.20

04 Aug 18:00
0a56d71
Compare
Choose a tag to compare

Changes

  • fix: use ape-specific types for messages and msg/txn signatures @fubuloubu (#122)
  • chore: sphinx documentation configs, build script, CI job @lost-theory (#117)
  • chore: detect breakpoints and print statements @fubuloubu (#118)

Special thanks to: @fubuloubu and @lost-theory

Ape 0.1.0-alpha.19

30 Jul 23:14
d87961c
Compare
Choose a tag to compare

Changes

  • fix: raise if not connected to correct chain via HTTP provider @fubuloubu (#113)
  • refactor: change how signing API works @fubuloubu (#115)
  • fix: make sure transactions defaults function properly @fubuloubu (#116)
  • fix: chain ID for geth --dev was incorrect, so add local network @fubuloubu (#114)

Special thanks to: @fubuloubu

Ape 0.1.0-alpha.18

30 Jul 03:25
74c79aa
Compare
Choose a tag to compare

Changes

  • fix: set txn.chain_id based on Network's expected value @fubuloubu (#112)
  • refactor: allow more network choices via defaults @fubuloubu (#108)

Special thanks to: @fubuloubu

Ape 0.1.0-alpha.17

24 Jul 17:16
Compare
Choose a tag to compare

Changes

Special thanks to: @fubuloubu

Ape 0.1.0-alpha.16

21 Jul 05:37
e0efbf9
Compare
Choose a tag to compare

Changes

Special thanks to: @fubuloubu and @sabotagebeats

Ape 0.1.0-alpha.15

16 Jul 03:13
b1bffce
Compare
Choose a tag to compare

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

12 Jul 20:46
67e22dd
Compare
Choose a tag to compare

Changes

Special thanks to: @benjyZ and @fubuloubu