Coder Social home page Coder Social logo

sc0vu / vuethwallet Goto Github PK

View Code? Open in Web Editor NEW
59.0 6.0 28.0 9 MB

A simple app generate ethereum wallet with vuejs.

Home Page: https://vuethwallet.web3p.xyz/

License: MIT License

JavaScript 53.89% HTML 1.10% Vue 45.01%
vuejs ethereum ethereum-lightwallet ethereum-wallet vuethwallet

vuethwallet's People

Contributors

sc0vu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

vuethwallet's Issues

Insufficient gas*price + value

When I set value 0.0000001 to transact, it got error:

Insufficient gas*price + value.

If I set value to 0.001, the transaction succeed.

Add notification

Add notification like vuethexplore.

  • page state

  • notification component

  • unit test

Error: More than one instance of bitcore-lib found

Uncaught Error: More than one instance of bitcore-lib found. Please make sure to require bitcore-lib and check that submodules do not also include their own bitcore-lib dependency.
at webpack:////bitcore-mnemonic//bitcore-lib/index.js:12:0 <- index.js:84076

Code:

bitcore.versionGuard = function(version) {
  if (version !== undefined) {
    var message = 'More than one instance of bitcore-lib found. ' +
      'Please make sure to require bitcore-lib and check that submodules do' +
      ' not also include their own bitcore-lib dependency.';
    throw new Error(message);
  }
};

See bitpay/bitcore#1454 or bitpay/bitcore#1366

同学,您这个项目引入了906个开源组件,存在54个漏洞,辛苦升级一下

检测到 sc0Vu/vuethwallet 一共引入了906个开源组件,存在54个漏洞

漏洞标题:Growl命令执行漏洞
缺陷组件:[email protected]
漏洞编号:CVE-2017-16042
漏洞描述:Growl是一套支持Node.js的通知系统。
Growl 1.10.2之前版本中存在安全漏洞,该漏洞源于在将输入传递到shell命令之前,程序未能正确的对其进行过滤。攻击者可利用该漏洞执行任意命令。
国家漏洞库信息:https://www.cnvd.org.cn/flaw/show/CNVD-2018-24664
影响范围:(∞, 1.10.0)
最小修复版本:1.10.0
缺陷组件引入路径:[email protected]>[email protected]>[email protected]
[email protected]>[email protected]>[email protected]>[email protected]

另外还有54个漏洞,详细报告:https://mofeisec.com/jr?p=ie3ac5

Test Error: Timeout of 180000ms exceeded.

should create valid keystore
Error: Timeout of 180000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.

Deploy failed

Url
https://dashboard.heroku.com/apps/vuethwallet/activity/builds/6cb49858-1a4a-470f-a04b-e27c6be03134

Message

node build/build.js
   
   module.js:472
   throw err;
   ^
   
   Error: Cannot find module 'semver'
   at Function.Module._resolveFilename (module.js:470:15)
   at Function.Module._load (module.js:418:25)
   at Module.require (module.js:498:17)
   at require (internal/module.js:20:19)
   at Object.<anonymous> (/tmp/build_8468a8ae31fda61de9712371e5cd1f48/sc0Vu-vuethwallet-586e2a8/build/check-versions.js:2:14)
   at Module._compile (module.js:571:32)
   at Object.Module._extensions..js (module.js:580:10)
   at Module.load (module.js:488:32)
   at tryModuleLoad (module.js:447:12)
   at Function.Module._load (module.js:439:3)
   
   npm ERR! Linux 3.13.0-128-generic
   npm ERR! argv "/tmp/build_8468a8ae31fda61de9712371e5cd1f48/sc0Vu-vuethwallet-586e2a8/.heroku/node/bin/node" "/tmp/build_8468a8ae31fda61de9712371e5cd1f48/sc0Vu-vuethwallet-586e2a8/.heroku/node/bin/npm" "run" "build"
   npm ERR! node v7.10.1
   npm ERR! npm  v4.2.0
   npm ERR! code ELIFECYCLE
   npm ERR! errno 1
   npm ERR! [email protected] build: `node build/build.js`
   npm ERR! Exit status 1
   npm ERR!
   npm ERR! Failed at the [email protected] build script 'node build/build.js'.
   npm ERR! Make sure you have the latest version of node.js and npm installed.
   npm ERR! If you do, this is most likely a problem with the vuethwallet package,
   npm ERR! not with npm itself.
   npm ERR! Tell the author that this fails on your system:
   npm ERR!     node build/build.js
   npm ERR! You can get information on how to open an issue for this project with:
   npm ERR!     npm bugs vuethwallet
   npm ERR! Or if that isn't available, you can get their info via:
   npm ERR!     npm owner ls vuethwallet
   npm ERR! There is likely additional logging output above.
   
   npm ERR! Please include the following file with any support request:
   npm ERR!     /app/.npm/_logs/2017-09-19T08_47_04_434Z-debug.log
   
   npm ERR! Linux 3.13.0-128-generic
   npm ERR! argv "/tmp/build_8468a8ae31fda61de9712371e5cd1f48/sc0Vu-vuethwallet-586e2a8/.heroku/node/bin/node" "/tmp/build_8468a8ae31fda61de9712371e5cd1f48/sc0Vu-vuethwallet-586e2a8/.heroku/node/bin/npm" "install" "--unsafe-perm" "--userconfig" "/tmp/build_8468a8ae31fda61de9712371e5cd1f48/sc0Vu-vuethwallet-586e2a8/.npmrc"
   npm ERR! node v7.10.1
   npm ERR! npm  v4.2.0
   npm ERR! code ELIFECYCLE
   npm ERR! errno 1
   npm ERR! [email protected] postinstall: `npm run build`
   npm ERR! Exit status 1
   npm ERR!
   npm ERR! Failed at the [email protected] postinstall script 'npm run build'.
   npm ERR! Make sure you have the latest version of node.js and npm installed.
   npm ERR! If you do, this is most likely a problem with the vuethwallet package,
   npm ERR! not with npm itself.
   npm ERR! Tell the author that this fails on your system:
   npm ERR!     npm run build
   npm ERR! You can get information on how to open an issue for this project with:
   npm ERR!     npm bugs vuethwallet
   npm ERR! Or if that isn't available, you can get their info via:
   npm ERR!     npm owner ls vuethwallet
   npm ERR! There is likely additional logging output above.
   
   npm ERR! Please include the following file with any support request:
   npm ERR!     /app/.npm/_logs/2017-09-19T08_47_04_464Z-debug.log

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.