Stelios Daveas

Results 4 issues of Stelios Daveas

* py-evm Version: 0.3.0a9 * OS: linux 5.4.3-arch1-1 * Python Version: 3.8.0 * Environment: ``` attrdict==2.0.1 attrs==19.3.0 base58==1.0.3 blake2b-py==0.1.3 cached-property==1.5.1 certifi==2019.11.28 chardet==3.0.4 cytoolz==0.10.1 eth-abi==2.0.0 eth-account==0.4.0 eth-bloom==1.0.3 eth-hash==0.2.0 eth-keyfile==0.5.1 eth-keys==0.2.4 eth-rlp==0.1.2...

Hello team! I am trying to make a `BatchTransaction` call, but I am getting some errors. Here's how I do a `MoveCall` which works fine: ```golang func MoveCall( ctx context.Context,...

Allow providing a password alongside the mnemonic when creating new accounts. There are no breaking changes, as `NewAccountWithMnemonic(mnemonic string)` can still be called as before.

`NewAccountWithMnemonic` function does now accept a password to forward to `bip39.NewSeedWithErrorChecking`. Please take a look at https://github.com/coming-chat/go-sui-sdk/pull/36 which adds this option. https://github.com/coming-chat/go-sui-sdk/blob/5eea4e9c30d08b596aa5ada4246e61216a4890a5/account/account.go#L47-L61