Skip to content

Tags: CrocoFactory/evm-wallet

Tags

v2.1.2

Toggle v2.1.2's commit message
**Fixing bugs**:

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

v2.1.1

Toggle v2.1.1's commit message
**Fixing bugs**:

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

v2.0.1

Toggle v2.0.1's commit message
Removing websocket usage.

v2.0.0

Toggle v2.0.0's commit message
Release of 2.0.0 version. Here are fixing synchronous version of `Wal…

…let`. Removing method `get_transactions`. Adding method `get_token`, returning `ERC20Token` instance, that is now used instead token addresses as argument in methods. Renaming method `build_transaction_params` to `build_tx_params`. Replacing RPCs with more fast. Replacing `NETWORK_MAP` in `globals.py` with static attribute in Wallet classes

v1.2.0

Toggle v1.2.0's commit message
Adding methods get_balance_of(), get_decimal(). Adding option to_wei …

…to get_balance()

v1.1.1

Toggle v1.1.1's commit message
Fixing method get_explorer_url()

v1.1.0

Toggle v1.1.0's commit message
Updating method build_transaction_params: adding possibility to set r…

…aw_data. Fixing method get_transactions: from now it's synchronous in both implementations. Fixing method build_and_transact.

v1.0.7

Toggle v1.0.7's commit message
Little changes in __init__.py

v1.0.6

Toggle v1.0.6's commit message
Fixing method is_native_token

v1.0.4

Toggle v1.0.4's commit message
Adding possibility to set recipient in build_transaction_params