8000 Tags · SynthWave-Systems/ape · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: SynthWave-Systems/ape

Tags

v0.7.8

Toggle v0.7.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: readme links (ApeWorX#1926)

v0.7.7

Toggle v0.7.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: adds account generation and import API functions (ApeWorX#1887)

* feat: adds ape_accounts.generate_account for programattic account creation

* refactor: review feedback; code hygiene

* fix: missing file

* feat: warn on simple passwords

* fix: make prompt order the same as it was originally

* fix(test): handle prompt difference in CLI integration account tests

* test: use correct test account, fix passwords and output parsing

* style: doulbe spaces are for typewriters and old people

* docs: document generate_account use in accounts user guide

* feat: adds import_account_from_mnemonic and import_account_from_private_key

* fix: remove unused arg from import_account_from_private_key()

* docs: document use of import_account_from_mnemonic() and import_account_from_private_key()

* style: review feedback, docstrings and cleanup

* chore: include space in special char validator

* docs: clarity fix

Co-authored-by: antazoey <yingthi@live.com>

* docs: use class def notation for docstring

Co-authored-by: antazoey <yingthi@live.com>

* style(lint): line too long

* fix(docs): incorrect import in example

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

* docs: adds ape_accounts autodoc, improves accounts userguide additions

* docs: wording review feedback

* test: use eth_tester_provider fixture in test_default_sender_account

* docs: link to ape_accounts autodoc page from index ToC

* test: use different alias in test_import_account_from_mnemonic

* test: adds delete_account_after fixture, providing context manager that deletes account files after closing

---------

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

v0.7.6

Toggle v0.7.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: allow easierly setting local gas lmt (ApeWorX#1878)

v0.7.5

Toggle v0.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Ethereum config base class and auto-fork creation (ApeWorX#1869)

v0.7.4

Toggle v0.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: allow contracts-folder (with hyphen) in ape-config.yaml (ApeWor…

…X#1820)

v0.7.3

Toggle v0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: issue with fee history for some nodes (ApeWorX#1812)

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor: getattr overload move to mixin (ApeWorX#1810)

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: use helpful `IndexError` in `AccountManager.__getitem__()` when …

…conversion error occurs (ApeWorX#1798)

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

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump ethpmtypes (ApeWorX#1785)

v0.6.27

Toggle v0.6.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: allow `None` values in `Ethereum.create_transaction()` [APE-1590] (

ApeWorX#1758)
0