Sturdy

Results 6 issues of Sturdy

### Summary TokenFactory currently does not support having an enforced maximum supply. This issue suggests implementing it. ### Proposed Feature Denom's created with TokenFactory can currently only be minted by...

**Baikal version**: 0.9.4 **Expected behaviour**: Baikal should set the field to a correct iCalendar object with a VTIMEZONE. This causes the following bug: https://github.com/sabre-io/Baikal/issues/1085 which causes integrations to fail with...

Currently [prisma-client-rust](https://github.com/Brendonovich/prisma-client-rust/) depends on `prisma-engines` via git dependency which is not ideal due to dependency resolution as git dependencies in rust do not follow semver. In order for `prisma-client-rust` to...

### Description I'm trying to use the Error type from tendermint_rpc in an error type of my own using `thiserror` and would like to derive PartialEq on my error type,...

enhancement

Since the new query has been whitelisted: https://github.com/osmosis-labs/osmosis/issues/5812

In tokenfactory denoms a dash `-` is allowed, but fn `parseCoins` from `cosmjs/amino` expects denoms to only have alphanumeric characters or a forward slash.