Skip to content
/ ape Public
forked from ApeWorX/ape

Tags: fubuloubu/ape

Tags

v0.1.0-beta.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: mining control for testing providers (#410)

v0.1.0-beta.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: ensure the correct type when signing a message using eth-account (

…#366)

* fix: ensure the correct type when signing a message using eth-account

* fix: update tester accounts as well

Co-authored-by: Juliya Smith <[email protected]>

v0.1.0-beta.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: add support for Python 3.10 (#331)

v0.1.0-beta.1

feat: adds support for getting contractType from explorer plugin (#318)

* feat: adds support for getting contractType from explorer plugin

* docs: grammar

Co-authored-by: Juliya Smith <[email protected]>

* refactor: suggestions from code review

Co-authored-by: Juliya Smith <[email protected]>

* docs: fixed docstring returns

Co-authored-by: Juliya Smith <[email protected]>
Co-authored-by: El De-dog-lo <[email protected]>

v0.1.0-alpha.31

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: allow CompilerAPI to be imported from root ape.api namespace (#288

)

v0.1.0-alpha.30

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: ability to initialize contract objects with an address (#291)

* feat: initialize contract from address

* chore: address PR feedback

v0.1.0-alpha.29

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support upstream providers (#258)

v0.1.0-alpha.28

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: use rich tree when outputting networks list (#257)

v0.1.0-alpha.27

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support dynamic fee transactions (#237)

* feat: dynamic txn types

* fix: set gas limit after priority fee

* refactor: rename to transaction_types

Co-authored-by: El De-dog-lo <[email protected]>

* doc: add note indicating EIP-1559

Co-authored-by: El De-dog-lo <[email protected]>

* fix: finish rename

* doc: just use dict type

Co-authored-by: El De-dog-lo <[email protected]>

v0.1.0-alpha.26

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: test command (#225)