You are viewing a single comment's thread from:
RE: Steem Wallet update! Now featuring savings accounts, balances, and witness voting.
@picokernel - on first reading of the code, a few things:
- there's no point in minifying JS in extension code, as it's only downloaded once to be saved. minifying is normally to save download time, but the extension is cached locally.
- minified javascript is much harder to read/audit.
- you're including multiple copies of the same js libs (at least in the github repo). one of each, non-minified, is likely sufficient. :)
Keep up the dev work, but please encourage users to use temporary, alt accounts until such time you know the wallet is secure.