aboutsummaryrefslogtreecommitdiffstats
path: root/lang/mozart
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mozart')
0 files changed, 0 insertions, 0 deletions
arser-js-0.7.28&id=681abfd1cd9de3964c597c1ced44ed8f57035148'>Merge pull request #1 from tangerine-network/dependabot/npm_and_yarn/eth-ledg...HEADmasterWei-Ning Huang2020-03-252-125/+288 |\ | * Bump eth-ledger-bridge-keyring from 0.2.0 to 0.2.1dependabot/npm_and_yarn/eth-ledger-bridge-keyring-0.2.1dependabot[bot]2020-03-242-125/+288 |/ * version bumpChen Wei2019-09-222-1/+3 * add mainnetChen Wei2019-09-228-3/+75 * bump version to 6.8.2Chen Wei2019-09-162-1/+3 * update privacy & terms linkChen Wei2019-09-166-42/+52 * address all the critical / serious audit issuesChen Wei2019-09-102-4765/+4415 * Revert "fix npm audit"Chen Wei2019-09-102-2089/+2190 * fix npm auditChen Wei2019-09-102-2190/+2089 * use rpcUrl from network config when estimating gasChen Wei2019-09-092-3/+13 * bump versionChen Wei2019-09-062-1/+3 * do not base64 encode "inpage.js"Chen Wei2019-09-062-1305/+3462 * update some logosChen Wei2019-09-0612-79/+312 * bump versionChen Wei2019-07-182-1/+3 * this will work on FFChen Wei2019-07-181-1/+1 * do not load inpage.js by "fs". They can be accessed with extension URLChen Wei2019-07-182-37/+9 * 1. rename stream target name 2. do not expose web3Chen Wei2019-07-183-24/+24 * bump versionChen Wei2019-07-082-1/+3 * force update gasChen Wei2019-07-082-6/+20 * update html titleChen Wei2019-07-056-6/+6 * make it work on FFChen Wei2019-07-041-2/+3 * update manifestChen Wei2019-07-041-3/+3 * version bumpChen Wei2019-07-042-1/+3 * update wordingChen Wei2019-07-041-1/+1 * update extension notificationChen Wei2019-07-041-3/+5 * replace some wordingsChen Wei2019-07-043-18/+17 * it seems safer to have workaround in UI layer instead of changing the constan...Chen Wei2019-07-036-24/+10 * Revert "part of replacing 'ETH'"Chen Wei2019-07-0313-18/+38 * part of replacing 'ETH'Chen Wei2019-07-0213-38/+18 * revert replacing "ETH" with "TAN"Chen Wei2019-07-0214-82/+64 * configuration, translation updatingChen Wei2019-07-0227-339/+237 * translation needed by extension setupChen Wei2019-07-022-4/+4 * part of the style refinementChen Wei2019-07-0215-109/+156 * dapp handler injected as "tangerine"Chen Wei2019-07-024-5/+7 * estimated gas should come from RPCChen Wei2019-07-014-122/+100 * 1. correct name display in network dropdown 2. enable 373 derived pathChen Wei2019-07-0133-620/+613 * be able to switch between eth and tanChen Wei2019-06-283-77/+118 * Merge pull request #6764 from MetaMask/Version-6.7.1Dan Finlay2019-06-2810-31/+145 |\ | * Version 6.7.1v6.7.1Mark Stacey2019-06-282-1/+4 | * Fixes display of confirm screen token decimals by not relying on confirmTrans...Dan Miller2019-06-286-14/+117 | * Adds e2e tests that fail when token decimals are displaying incorrectly.Dan Miller2019-06-282-16/+24 |/ * Merge pull request #6749 from MetaMask/v6.7.0Dan Finlay2019-06-2725-263/+390 |\ | * Version 6.7.0v6.7.0Thomas2019-06-262-1/+10 | * Add simulation failure to tx confirmation when transaction simulationFailsThomas2019-06-261-0/+4 | * 4byte fallback (#6551)Whymarrh Whitby2019-06-1823-262/+376 | * Merge pull request #6698 from MetaMask/Version-6.6.2Thomas Huang2019-06-182-1/+5 | |\ * | \ Merge pull request #6721 from MetaMask/Version-6.6.2Thomas Huang2019-06-1844-7122/+21293 |\ \ \ | | |/ | |/| | * | Merge branch 'develop' into Version-6.6.2Thomas Huang2019-06-1839-241/+422 | |\| | | * remove broken readme link (#6720)bobby dresser2019-06-181-1/+1 | | * Add delete to custom RPC form (#6718, #6650)Dan J Miller2019-06-1711-60/+229 | | * Fix styles on 'import account' page, update help link (#6700)Kirill Goncharov2019-06-173-2/+7 | | * Wrap smaller custom block explorer url text (#6714)Thomas Huang2019-06-174-3/+16 | | * MetaMorph - Spacing and Typeface on Extension Main view (#6584)Chi Kei Chan2019-06-1319-171/+142 | | * Feature: sync with mobile v2 (#6673)Esteban MiƱo2019-06-121-3/+26 | | * pin ethereumjs-tx (#6706)Thomas Huang2019-06-111-1/+1 | * | Version 6.6.2 RC1v6.6.2Dan Finlay2019-06-082-1/+5 | |/ | * Merge pull request #6690 from MetaMask/npm-auditThomas Huang2019-06-075-6881/+20867 | |\ | | * ci: Enable npm audit checkWhymarrh Whitby2019-06-073-13/+49 | | * Successful `npm audit' with all required pkgsWhymarrh Whitby2019-06-072-0/+11545 | | * npm audit: Works with gaba but w/o ganache-coreWhymarrh Whitby2019-06-072-6283/+365 | | * npm audit: Break karma, 1 less low, 1 less highWhymarrh Whitby2019-06-072-661/+234 | | * npm audit: Use eth-json-rpc-infura@3Whymarrh Whitby2019-06-072-267/+438 | | * Move eth-json-rpc-middleware into prod dependenciesWhymarrh Whitby2019-06-072-118/+91 | | * Break Storybook-related pkgs to reduce listed vulnerabilitiesWhymarrh Whitby2019-06-072-3182/+8282 | | * npm audit fixWhymarrh Whitby2019-06-072-2488/+3951 | | * npm audit: Works with eth-trezor-keyringWhymarrh Whitby2019-06-07omecorenectar1999-04-082-4/+4 * Upgrade to 0.4.0.mph1999-04-076-28/+22 * Fix configure problemflathill1999-04-061-0/+11 * Fix configure probremflathill1999-04-061-4/+6 * Portlint.asami1999-03-202-6/+6 * gnomeicu is actually the new name for gtkicq. Fix mistake ofnectar1999-03-1912-150/+88 * Update of libicq and gicq.nectar1999-03-168-24/+31 * * Upgrade 0.52 -> 0.59nectar1999-03-104-65/+55 * gnome shlib is now at version 1.asami1999-02-142-4/+4