Giter Club home page Giter Club logo

eos-network-monitor's People

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  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  avatar  avatar  avatar  avatar

eos-network-monitor's Issues

memory leak

Hi there.

Do you know that network monitor leak memory extensively. And if i sometimes accidentally leave it opened it eat up all available memory? :)
Screen: http://joxi.ru/D2PEQv6HpwNYBA

Can not sudo npm install

`fzk@fzk-B250-HD3P:~/var/www/EOS-Testnet-monitor$ sudo npm install
[sudo] fzk 的密码:

[email protected] install /home/fzk/var/www/EOS-Testnet-monitor/node_modules/sleep
node-gyp rebuild

gyp ERR! configure error
gyp ERR! stack Error: EACCES: permission denied, mkdir '/home/fzk/var/www/EOS-Testnet-monitor/node_modules/sleep/build'
gyp ERR! System Linux 4.13.0-45-generic
gyp ERR! command "/home/fzk/tools/node-v8.11.3-linux-x64/bin/node" "/home/fzk/tools/node-v8.11.3-linux-x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/fzk/var/www/EOS-Testnet-monitor/node_modules/sleep
gyp ERR! node -v v8.11.3
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /home/fzk/.npm/_logs/2018-06-25T03_55_23_280Z-debug.log
`

update readme

Please update readme file with installation instructions. Thank you.

TypeError: Cannot read property 'length' of undefined

listening on *:4000
Database Connected!
[]
bc_parser.js:273
this_.PRODUCERS[block.producer].tx_count = block.input_transactions.length;
^

TypeError: Cannot read property 'length' of undefined
at Object.processBlock (/var/www/bpmon2/bc_parser.js:273:71)
at Request._callback (/var/www/bpmon2/bc_parser.js:237:20)
at Request.self.callback (/var/www/bpmon2/node_modules/request/request.js:186:22)
at emitTwo (events.js:126:13)
at Request.emit (events.js:214:7)
at Request. (/var/www/bpmon2/node_modules/request/request.js:1163:10)
at emitOne (events.js:116:13)
at Request.emit (events.js:211:7)
at IncomingMessage. (/var/www/bpmon2/node_modules/request/request.js:1085:12)
at Object.onceWrapper (events.js:313:30)

DB Seeds

@ansigroup I need to seed the db with some accounts and at least one node to so that the current version doesn't crash.

Do you have any recommendation for this task ?

The other approach to fix the server side JavaScript that it works without an initial node.

This is related to #6

contrib standards

On any project, specially in open source, it is important to define clear collaboration guidelines. contributing.md it's a github and industry standard.

https://help.github.com/articles/setting-guidelines-for-repository-contributors/

At @eoscostarica we published open source guidelines which we follow on all of our projects, what would you think about adopting those guidelines for collaboration on the Jungle TestNet repositories?

These are our guidelines:
https://learn.eoscostarica.io/open-source/

Open Source Collaboration Resources
https://github.com/eoscostarica/open-source-collaboration

prints "Node was changed on .."

Hi. I am struggling to install your repo(especially backend).
in installing, I don't know whether it is correct or not.

too many following messages print out frequently

Node was changed on http://127.0.0.1:6601
Node was changed on http://127.0.0.1:6602
Node was changed on http://127.0.0.1:6601
Node was changed on http://127.0.0.1:6602
...

this is my steps

  1. I built my local test net.
  2. installed your repo.
  3. edit some config in your repo.
  4. npm run start-app or npm run pm2-start

please give me some information what is the installation perfectly.

castToInt.js

I'm a bit confused...
Can you explain please why it's called castToInt if it's not casting to int actually?
it will
Running in chrome console:

cast = value => (value ? value / 1 : 0);
value => (value ? value / 1 : 0)
cast(1)
1
cast(1.0)
1
cast(1.1)
1.1
cast(0.1)
0.1
typeof cast(0.1)
"number"
typeof cast("0.1")
"number"

it is casting to number. is that right?

Can not npm install

xujing china, [19.06.18 11:14]
root@40f72fbff629:/var/www/EOS-Testnet-monitor# npm install

[email protected] install /var/www/EOS-Testnet-monitor/node_modules/sleep
node-gyp rebuild

make: Entering directory '/var/www/EOS-Testnet-monitor/node_modules/sleep/build'
CXX(target) Release/obj.target/node_sleep/sleep.o
SOLINK_MODULE(target) Release/obj.target/node_sleep.node
COPY Release/node_sleep.node
make: Leaving directory '/var/www/EOS-Testnet-monitor/node_modules/sleep/build'
npm WARN [email protected] No repository field.
npm WARN [email protected] No license field.

added 151 packages from 128 contributors and audited 276 packages in 13.68s
found 0 vulnerabilities

===========================================================

Please tell how to solve this problem. Thank you

ES6 and StandardJS

Would you be interested in rewriting the code to ES6 in StandardJS flavor ?

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.