aboutsummaryrefslogtreecommitdiff
path: root/src/content_scripts
AgeCommit message (Collapse)Author
2017-04-24Reorganize module loading.Florian Dold
We now use webpack instead of SystemJS, effectively bundling modules into one file (plus commons chunks) for every entry point. This results in a much smaller extension size (almost half). Furthermore we use yarn/npm even for extension run-time dependencies. This relieves us from manually vendoring and building dependencies. It's also easier to understand for new developers familiar with node.
2017-03-28add auditor editingFlorian Dold
2017-03-03have from contract, remove extended contract queryFlorian Dold
2017-02-16remove repurchase correlation idFlorian Dold
2017-02-13use EdDSA public key as nonce, store private key in DBFlorian Dold
2017-02-13don't process contract if staleFlorian Dold
2017-02-13check for contract freshnessFlorian Dold
2017-02-13implement new protocol / namingFlorian Dold
2017-02-12make summary optionalFlorian Dold
2017-02-12accept exchange URL suggestion from bankFlorian Dold
2016-11-27gitignoreFlorian Dold
2016-11-19circumvent chrome bug for JS-less wallet detectionFlorian Dold
2016-11-16incrementally verify denomsFlorian Dold
The denominations are not stored in a separate object store.
2016-11-13restructuringFlorian Dold