Nicolas Lara

Results 43 comments of Nicolas Lara

Added the field to the textual envelope. Just a heads up, proto-gen doesn't generate the pulsar files for signing textual. There's a makefile in the dir, but you need to...

~Running into issues here getting the submodules to use the modified version so that CI will pick it up. Locally it works fine because of go.work, and normally I would...

I think the panic gets caught by the top level defer: https://github.com/osmosis-labs/cosmos-sdk/blob/osmo/v0.47.5/baseapp/baseapp.go#L639-L647

ahh, I keep forgetting we're calling this in beginblock/endblock. Yeah, prob good to have the same defer here

yeah, I think having monitoring for this is good. This PR only has the event definition and everything else is on a txt though. @p0mvn do we have a strategy...

At the moment there isn't as the contract expects to do an IBC transfer at the end. However, an interesting way to get the same behaviour would be to use...

@auvipy I was planning to work on this before covid, but I've been pretty low on time this year unfortunately, so I'm not sure any of the work on this...

> One question in my mind is how IBC can more intentionally address the demand for alternative serialization in ICS-20. This sounds like a good idea, but probably something that...

I'm having the same use case/problem. I'll post back if I find a solution.

Thanks for the quick reply! I probably was a little sparse on the details when I wrote this. I don't really want to use `--all-features` (for the reasons you describe...