Skip to content

Releases: CrocoFactory/evm-wallet

v2.1.2

15 Jul 17:33

Choose a tag to compare

Fixing bugs:

  • When explorer and chain_id keys were not set in NetworkInfo, it was impossible to create a wallet
  • Method is_native_token doesnt work with ERC20Token` instance

Full Changelog: v2.0.1...v2.1.2

v1.2.0

29 Jan 19:34

Choose a tag to compare

Adding methods get_balance_of, get_decimal. Adding option to_wei to get_balance

Full Changelog: v1.1.1...v1.2.0

v1.1.1

24 Jan 18:03

Choose a tag to compare

Fixing method get_explorer_url()

Full Changelog: v1.1.0...v1.1.1

v1.1.0

22 Jan 23:29

Choose a tag to compare

Updating method build_transaction_params: adding possibility to set raw_data. Fixing method get_transactions: from now it's synchronous in both implementations. Fixing method build_and_transact.

Full Changelog: v1.0.7...v1.1.0

v1.0.7

26 Dec 20:03

Choose a tag to compare

Little changes in init.py
Full Changelog: v1.0.6...v1.0.7

v1.0.6

25 Dec 17:19

Choose a tag to compare

Fixing method is_native_token
Full Changelog: v1.0.4...v1.0.6

v1.0.4

14 Dec 13:23

Choose a tag to compare

Adding possibility to set recipient in build_transaction_params

Full Changelog: v1.0.3...v1.0.4

v1.0.3

14 Dec 13:01

Choose a tag to compare

Fixing type hints

Full Changelog: v1.0.2...v1.0.3

v1.0.2

13 Dec 17:03

Choose a tag to compare

First viable version of the package