Matt Bell
Matt Bell
There are various strategies to implement this feature, we should make sure to explore every possibility here in this issue before implementing one.
This will also involve deriving `Debug` on all built-in explicitly-created `Call`/`Query` types, and emitting the `Debug` derive or impl in macro-generated `Call`/`Query` implementations. It's unclear if we can reasonably assume...
We're working on it
Since keys are limited in length to 256 bytes, the pattern of storing values as keys so they are indexed seems prone to hitting this limit. We could probably approach...
This depends on figuring out a good state composability pattern, as is the goal in #26.
This also applies to `derive(Query)`.
Addressed in fa1a1911e692e4cd36bba9419ee81ad678d67715 - this will finally be resolved in the next release.
Thanks for contributing your infrastructure, would love to include this! Although, I just tested the relayer and it doesn't seem to be up (or at least not up to date?),...
@john-light Thank you for the thoughtful analysis. ### Withdrawal delay This mechanism is compelling, but the huge cost of locking BTC for 6 months increases costs and hurts UX in...
We'll add a few features to address this when reworking the CLI wallet, specifically: - A flag to support outputting bytes to sign without attempting to sign and submit -...