Skip to content
/ ape Public
forked from ApeWorX/ape

Tags: fubuloubu/ape

Tags

v0.1.0-beta.4

Toggle v0.1.0-beta.4's commit message

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

Toggle v0.1.0-beta.3's commit message

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 <jules@apeworx.io>

v0.1.0-beta.2

Toggle v0.1.0-beta.2's commit message

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

Toggle v0.1.0-beta.1's commit message
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 <jules@apeworx.io>

* refactor: suggestions from code review

Co-authored-by: Juliya Smith <jules@apeworx.io>

* docs: fixed docstring returns

Co-authored-by: Juliya Smith <jules@apeworx.io>
Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>

v0.1.0-alpha.31

Toggle v0.1.0-alpha.31's commit message

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

Toggle v0.1.0-alpha.30's commit message

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

Toggle v0.1.0-alpha.29's commit message

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

Toggle v0.1.0-alpha.28's commit message

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

Toggle v0.1.0-alpha.27's commit message

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 <3859395+fubuloubu@users.noreply.github.com>

* doc: add note indicating EIP-1559

Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>

* fix: finish rename

* doc: just use dict type

Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>

v0.1.0-alpha.26

Toggle v0.1.0-alpha.26's commit message

Verified

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