Hernando Castano

Results 68 comments of Hernando Castano

I don't think this is possible at the moment. See https://github.com/paritytech/ink/issues/788 for some more info. Someone in the comments mentions [Redspot](https://github.com/patractlabs/redspot). You'll have to write the tests in JS and...

@sulnong can you post the full error that you're getting?

Tbh this looks fine to me. Even looking at the `contract-transfer` example it doesn't seem like the `contract_id` and `eve`'s balances get updated correctly, so maybe there are some quirks...

@xgreenx can you update this for the latest master? I'm curious as to how the size improvements look. Since this is a big change to the dispatch logic I think...

> `ink-waterfall` didn't update the sizes=) Yep, looks like there's a problem (https://github.com/paritytech/ink-waterfall/issues/20). The job did succeed though, and here are the results ([link to run](https://gitlab.parity.io/parity/ink-waterfall/-/jobs/1352865)): ``` | | Δ...

This discussion is pretty dense, but I'll try and take a look later this week

Okay, so I finally got around to taking a read today. I can't say I follow everything, but I have some initial thoughts and questions: - What is this `AtomicResolverHelper`?...

The `ink-waterfall` step fails because it's using an old `cargo-contract` `master` instead [of my branch on ](https://github.com/paritytech/cargo-contract/pull/641).

This builds fine with the `staging` Docker image. @cmichi should we use that instead while waiting for the `production` one to be fixed?

@ascjones can you take another look at this?