Clockwork
Clockwork
https://github.com/softvar/secure-ls/blob/b318562e3dc5726ae8c3295883a302e7bbca2796/src/utils.js#L69 Why in god's name is it necessary to store the encryptionSecret unencrypted?
Attempt at a better typed plugin system. Client class is statically configured and exported
what it says on the tin. Simplifies querying/transacting under vue projects
Currently, you can only instantiate the client with a wallet object (either keplr or cosmjs)...this makes it harder to use keplr since you need the client to get the info...
Doc changes to match #2856 Merge on release
Should be able to set the derivation path to be used along with the generated mnemonic for the chains to be configured. Also related: https://github.com/tendermint/starport/issues/811
Seeing as this is not heavily maintained and my python skills are limited, I am porting the entire thing over to node/JS (about 80% done). I am using this issue...
This is to ensure we do our best to stay connected to the best possible node. Especially important on first use as we want the wizard to be very simple...
Ref: https://electronjs.org/docs/tutorial/code-signing We should look into this
Due to an API limitation, total votes are only tallied for active committee members. However the API call returns last known total votes for both active and backup committee members....