Prasanna Gautam

Results 7 comments of Prasanna Gautam

tried to build this and ran into same issues as clippy is reporting. Looks like integration tests are failing too

@qiweiii I ran a quick test and it seems to preserve behavior, I only checked gas for an erc20 transfer because rest of fields seem to decode correctly before https://github.com/prasincs/anvil-tests/blob/main/README.md

@qiweiii what's a good way to unblock this? this seems to be okay for native eth transfers and some basic cases but I can do some deeper tests with anvil...

> @prasincs Does this work now? I have trouble with setting it up and test it locally 🤦🏻 I couldn't build the container for full e2e test but it works...

Can someone look at the MSVC integration test issues, it looks like some specific remapping issue that I'm not familiar with

The mesos portion is fairly straightforward too -- I did that in the process of verifying Sparkling. You just have to change the master url to the mesos one, and...

I think one use case is to select the chains to initialize with like ``` lens init --chains osmosis,cosmos... ``` or if we want to get fancy something interactive to...