Simon Warta
Simon Warta
The amount of development effort to keep @cosmjs/cli in a healthy state has historically been very high. Given the current funding levels of a few days per month it is...
Could you please stop spamming me with this irrelevant stuff? Thank you
> is that intentional Not intentional. It is a side effect of gradually migrating from CircleCI to GH Actions. I will check this out the next couple of weeks.
Given the responses in https://twitter.com/simon_warta/status/1634969846676078592 I assume CRA is pretty much dead and folks use different frameworks anyways.
Nope, you just have to tell Webpack to not include those packages. This is how things are supposed to work. `require("not-found")` just throws at runtime and CosmJS is fine with...
Which error do you get? The import needs to look like this ```ts import { Tendermint34Client } from '@cosmjs/tendermint-rpc' ```
Any chance this is related to https://github.com/cosmos/cosmjs/issues/1429? Or something completely different?
oh, yeah, sure. Would be great to get externally generated test data from somewhere.
> Do you know if this is something that can be done with cosmjs? We designed CosmJS with a lot of type safety in mind. A fully dynamic approach would...
Hmm, I cannnot reproduce on Mac. I tried the existing checkout, new checkout and upgrading all the git suite. On which OS are you seeing this?