Nicolas Lara

Results 43 comments of Nicolas Lara

Started some of the work of removing bloat and generalizing auths as an interface here: https://github.com/nicolaslara/dao-contracts/tree/authorizations_as_interface. Still a WIP, but it should already be closer to an MVP. I want...

another short update here: I've been trying to move everything that is not specific to daodao to its own repo: https://github.com/nicolaslara/authorizations. Most of it is there and the interface is...

a much simple implementation of this is now at https://github.com/DA0-DA0/dao-contracts/compare/main...nicolaslara:dao-contracts:nico/authorizations?expand=1 This is now only an Authorizations based proposal for dao dao, all the implementations of auths have been moved to...

Created https://github.com/osmosis-labs/osmosis/pull/2941 to add the testing helpers needed by this branch. That one should be a quick merge and make this PR smaller

Modified this implementation to use the escrowed amount as the channel value for native tokens. This introduces a bootstrapping problem: channels need to have tokens on escrow before we initialize...

@p0mvn I don't have a PR ready yet, but I'm working on `nicolas/crosschain-swaps` But I've extracted a few of those changes into these IBC-go PRs: https://github.com/cosmos/ibc-go/pull/2296 https://github.com/cosmos/ibc-go/pull/2306 https://github.com/cosmos/ibc-go/pull/2305 Depending on...

Thanks for the feedback @amaurym. Any answers I have regarding the demand for these feature would mostly be speculation. I'm experimenting with different parts of cosmos and needed this feature,...

@marbar3778 No worries! My use case was allowing a bot to get paid (X denom per month) for managing funds on osmosis, but the general feature is just for making...

> I'm not fully understanding the relationship between period_spend_limit and spend_limit and periods in general. This closely mimics the handling of periods on `feegrant`. Basically: if `--period` and `--period-limit` are...

> This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your...