ivnsch
ivnsch
We could use the same `Transaction` / `ApiTransaction` struct everywhere (modified to support deserialization from JSON and MessagePack). It would have to be checked that the indexer's Transaction is meant...
Hmm that seems mainly an API issue. The node's API has this policy (which I dislike) where it omits / expects us to omit values that are considered "zero", which...
> We should probably do both, then. (As in, both patching it in the SDK & raising an issue.) Agreed. > Another thing to think about is if we need...
Also relates to https://github.com/manuelmauro/algonaut/issues/106
This task needs to be updated. Are we going to add separate domain objects everywhere, like we did for `Transaction`?
Yeah, this shouldn't be added to the client. I'd probably create a `v1::Kmd` that wraps around the client and adds convenience like this. You could rename the current `Kmd` in...
Not sure if it's relevant but I get this too with `ghcide` https://github.com/digital-asset/ghcide/issues/135#issuecomment-568905012
There seems to be something problematic with wasm-bindgen (used with webpack?). See https://github.com/rustwasm/wasm-bindgen/issues/2375#issuecomment-736861169
I experienced the same issue with Apple Silicon (not using Docker) and it was solved by using master. Building however completely freezes after a short while.
@dglozano Would unbonding/bonding each time not be the same as not bonding at all? So far I understand, the point of bonding is to persist the encryption keys, so you...