Ismail Khoffi
Ismail Khoffi
No, not yet. E.g., https://github.com/tendermint/amino_rs/issues/15 is missing. And the json encoding isn't part of this implementation at all (only binary encoding). Also, it does allow everything else that protobuf does...
Out of curiosity though: Do you have any use-case that you can't implement with what is there already?
If you are also interested in bool variant type. I could clean up my branch (from examples and) create a pull request: https://github.com/Liamsi/qmlrs/commit/c9356c814b8dd225783e225dd887f21d5617cf8a Thanks for your great work!
I was curious, too and added bool (instead of u8). I modified the factorial example such that it randomly gets `true`, `false` as input (and returns it without modification) Have...
> To use SubmitTx programmatically, you ofc have to import tons of cosmossdk/app stuff, so at that point it doesn’t really make sense to use node at all…. That was...
It is true that I was convinced that we can keep the key management in node via two arguments: - no one requested key management to be outside of node...
I think if we keep or reintroduce submitTx, then only if the API provided ways to also generate and sign the txs. Apparently that what geth does? cc @adlerjohn @renaynay
- https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-personal#personalsign - https://geth.ethereum.org/docs/tools/clef/apis
Could you write the documentation for how to use it in go and Rust (latter particularly relevant for the Astria and retry argument)? Otherwise, I'm in favour of removing it...
> I can write it for Go If we decide to keep it that would be very appreciated. For the API oevrhaul (aka canonical API / v1 API), I would...