Csongor Kiss

Results 57 comments of Csongor Kiss

> I would rather have TypeString be implemented using a functional dependency. That would allow these strings to be used in contexts other than `Fail` - is this the intention?...

We are now, the solana builder docker image is based on a prebuilt image: https://github.com/wormhole-foundation/wormhole/blob/40dfe0244413bac12fd8655bb64e032b48b9efd3/solana/Dockerfile#L1-L2 the rest is locked cargo dependencies https://github.com/wormhole-foundation/wormhole/blob/40dfe0244413bac12fd8655bb64e032b48b9efd3/solana/Dockerfile#L33-L37

Agreed with would be nice. What do you think is the best way to tackle it @heyitaki ?

that's an option, but I worry that doing it that way will swallow genuine deployment errors and make tilt come up clean, which would be a real head scratcher. Probably...

Thanks for putting together this table! > The downside is that during a hypothetical emergency where 13 or more guardian keys have been compromised, it would not be possible to...

the installer pulls in a bunch of external dependencies, some unpinned, some through http, some get periodically yanked from the repo. We took a snapshot and use that to mitigate...

To expand on @optke3's comment, it seems that the purpose of the `CoinMetadata` object is to store metadata on-chain, but primarily for off-chain consumption. For some use cases, it would...

Reopening since the positional `#3` would also be nice to have

Hey @michaelpj, I very much appreciate your offer to help! I sent you a GitHub invite, and added you as a maintainer on hackage. Is there anything else I should...

I'd like to support @evan-gray's suggestion here, basically something along the lines of `InterfaceAccount` but instead of the owner having to belong to a predefined set of owners, it would...