Nicolas Lara
Nicolas Lara
doing `cargo install --locked cargo-generate` worked for me. Not sure why, though. If anyone has an explanation it would be great :)
I wonder if something like this https://stackoverflow.com/a/45379980/989344 works here
Moved this out of `Draft` status. It's not `Ready` (still missing E2E tests, and there's one odd thing with the handling of the params that I still want to figure...
Splitting this into multiple PRs for review as requested by @ValarDragon Contract: https://github.com/osmosis-labs/osmosis/pull/2408 Middlware: https://github.com/osmosis-labs/osmosis/pull/2409 Chain integration and tests: https://github.com/osmosis-labs/osmosis/pull/2410 The last PR depends on the other two having been...
This branch has my changes to the osmosis repo for this: https://github.com/osmosis-labs/osmosis/tree/supply-offset-changes-on-sdk-fork And this one has the changes on the sdk fork: https://github.com/osmosis-labs/cosmos-sdk/pull/312 Thanks to @xBalbinus for fixing one of...
Not sure if you're familiar with [markdown slides](https://a-nau.github.io/markdownslides/getting_started#/00_Overview) but it may be an easy way to keep it maintainable while still having it show up in slide format
Ran into the same issue while using react. Ended up copying the function I needed into my own code.
Still running into this. I tried playing around with fixing it here in https://github.com/tafia/quick-protobuf/blob/master/pb-rs/src/types.rs#L2201 but no luck in the little time I had
This is now "feature complete". It currently supports: * Ability to restrict the proposals that can be executed via proposal-single (based on the sender and the messages) * Adding a...
Thanks for the feedback @JakeHartnell! I'm a 100% onboard with simplifying this. > I would argue groups should not be part of cw-auth-middleware because we can achieve the same functionality...