Tadas

Results 5 issues of Tadas

When making eos.transaction() call with eos returned from scatter it makes a bunch of get_info/get_block/get_abi requests: ![image](https://user-images.githubusercontent.com/7878290/42923787-0b42270e-8b30-11e8-9172-f295b5d869c1.png) When using [email protected] directly, however it's much better: ![image](https://user-images.githubusercontent.com/7878290/42923849-4cb9ddb2-8b30-11e8-8cf7-fd4c22ab434b.png) Plus I was able...

On desktop if I right click on a poll a menu opens with an option to retract vote if I already voted. On mobile I'm not able to get this...

### Version of Hardhat 2.22.8 ### What happened? I'm using ignition to deploy contracts from external repository by specifying artifacts to deploy as described [in the docs](https://hardhat.org/ignition/docs/guides/creating-modules#using-existing-artifacts). Getting this error...

type:bug
status:ready

### Version of Hardhat 2.22.8 ### What happened? Same setup as in NomicFoundation/hardhat#5659. I'm using ignition to deploy external artifacts. After successful deployment I ran `npx hardhat ignition status op-sepolia-1`...

type:bug
status:ready

The way it currently works is that you send a transactions using ethers and if transaction fails you provide a generated exception to this library so that it extracts and...