Dan Lynch

Results 169 comments of Dan Lynch

https://github.com/cosmology-finance/cosmology/tree/master/packages/core#swapexactamountin I've documented it here. This uses cosmjs but does a lot to manage the registry, etc.

this is very much in progress :) will track some tasks here - [x] update to the latest structure that @JeremyParish69 and @pyramation discussed - [x] add cw20 assets -...

new `transition` object: https://github.com/cosmology-tech/chain-registry/blob/7b1714a8a4afe11fd7dc893d1e5790997731d2f8/packages/osmosis/src/asset_list.ts#L1998-L2010 so instead of `ibc` object, we are using `transition` to make a bit more general for when we need to describe wrapping in tokens, bridging, IBC...

here is an example of `cw20`: https://github.com/cosmology-tech/chain-registry/blob/7b1714a8a4afe11fd7dc893d1e5790997731d2f8/packages/osmosis/src/asset_list.ts#L4685-L4701

`trace` or `traces` could work well open to ideas — I just want to make sure we avoid names like `origin` or `source` that could potentially flip the meaning or...

awesome — I've updated the npm module https://github.com/cosmology-tech/chain-registry/blob/main/packages/osmosis/src/asset_list.ts#L32-L43 so we can see how it looks/feels

small nit pick — should we standardize on something like `-testnet`, in this case would be `osmosis-testnet` with hyphen? just my 2c, happy either way ;) UPDATE: now I'm not...

> @pyramation yeah I made a rule that no hyphens in chainnames, to make it not a bikeshed of whether it should be like `cosmoshub` or `cosmos-hub` lol cool that...

If I update dates/durations working with the plugin as planned to work with cosmjs-types, maybe we can test out some of the group and gov modules' amino messages: https://github.com/osmosis-labs/telescope/blob/846fa64ac0934d6490a1d0afe5f35ae894f8c8b8/packages/osmojs/src/proto/cosmos/group/v1/tx.amino.ts

> @pyramation would love if we could use telescope to accelerate the type generation for gov/groups when v0.46 is released ❤️ 100% — this is exactly the use case. I...