Calvin Lau
Calvin Lau
> what about commands for aggregated data? Aggregated data means aggregating data from both on chain and outside the on chain data. For not on-chain data command is still needed...
Relayed to #386
> That's some fantastic key points @calvinaco > > > how do we de/serialize the SignableTransaction in the online machine. It could be as simple as JSON format > >...
For the best compatibility, we should follow Cosmos CLI encoding and format when doing ``` chain-maind tx ... --generate-only ```
For MultiSig support, offline signing is a pre-requisite https://github.com/crypto-com/chain-jslib/issues/26
I am ok with both way, to me I think making it a method (i.e. `getAccountAddress()`, `getValidatorAddress()` is more trivial than enum. For most modern IDE, this can be easily...
When working on this task, we can trim the bip39 dependency size by https://github.com/bitcoinjs/bip39#removing-wordlists-from-webpackbrowserify
Hello @julienrbrt , thank you for your PR and sorry the late reply. I read your Cosmos SDK reference and understand the use of `time.Now()` are at the genesis generation...