Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown fix + Dockerfile added + Location fix + Responsive design + Bug fixed #331

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 15, 2018

  1. Fix broken Markdown headings

    bryant1410 authored and EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    0626ecf View commit details
    Browse the repository at this point in the history
  2. Add automated docker hub builds

    karalabe authored and EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    75bf2f5 View commit details
    Browse the repository at this point in the history
  3. Use latest version for getting location info

    Previous version was returning incorrect location data. I verified that using newer version gives correct results.
    AyushyaChitransh authored and EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    4a879a9 View commit details
    Browse the repository at this point in the history
  4. Using corrected IP address

    IP address being received had `:ffff` at the starting, it needs to be corrected before setting correct IP for node. Closes #99
    AyushyaChitransh authored and EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    43f5d65 View commit details
    Browse the repository at this point in the history
  5. Fix block history if chain is shorted than MAX_HISTORY.

    karalabe authored and EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    31a3f84 View commit details
    Browse the repository at this point in the history
  6. Log IP addresses with blocks to detect spammers

    karalabe authored and EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    bc4b0b9 View commit details
    Browse the repository at this point in the history
  7. Log total difficulties to detect spammers.

    karalabe authored and EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    82e2fa3 View commit details
    Browse the repository at this point in the history
  8. Introduce an ID reservation list.

    karalabe authored and EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    4e9492f View commit details
    Browse the repository at this point in the history
  9. fixed mobile layout

    hackmod authored and EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    592a98c View commit details
    Browse the repository at this point in the history
  10. use hidden-* attributes properly

    hackmod authored and EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    5a92f6c View commit details
    Browse the repository at this point in the history
  11. simplified *hashrateFilter

    hackmod authored and EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    838fff5 View commit details
    Browse the repository at this point in the history
  12. src-lite: totalDifficultyFilter filter added

    hackmod authored and EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    1c551e4 View commit details
    Browse the repository at this point in the history
  13. src: remove min-width attribute from body

    hackmod authored and EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    9a70697 View commit details
    Browse the repository at this point in the history
  14. src: show block counter properly

    hackmod authored and EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    60094ba View commit details
    Browse the repository at this point in the history
  15. remove google analytics

    hackmod authored and EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    3a46bb6 View commit details
    Browse the repository at this point in the history
  16. fixed layout and css/js for responsive layout.

    hackmod authored and EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    815f62f View commit details
    Browse the repository at this point in the history
  17. fixed totalDifficultyFilter, fixed gaslimit number format

    hackmod authored and EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    5f786d8 View commit details
    Browse the repository at this point in the history
  18. Comment warning message

    EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    a3df054 View commit details
    Browse the repository at this point in the history
  19. Add package-lock.json

    EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    7c5fe12 View commit details
    Browse the repository at this point in the history
  20. Remove un-maintained files

    EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    e4bd94e View commit details
    Browse the repository at this point in the history
  21. Update package.json for new repo

    EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    953c06a View commit details
    Browse the repository at this point in the history
  22. Update README.md

    EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    53e7387 View commit details
    Browse the repository at this point in the history
  23. Update travis.yml

    EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    e17779c View commit details
    Browse the repository at this point in the history
  24. Added grunt-cli 😄

    EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    0dc75c9 View commit details
    Browse the repository at this point in the history
  25. Update travis.yml

    EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    6384f86 View commit details
    Browse the repository at this point in the history
  26. Revert "fixed totalDifficultyFilter, fixed gaslimit number format"

    This reverts commit 5f786d8.
    EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    94c9fa6 View commit details
    Browse the repository at this point in the history
  27. Fixed gas limit

    EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    9f7e077 View commit details
    Browse the repository at this point in the history
  28. Add exa hash on filters.js just in case

    when asics mine most of the ethereum hashrate at near future 😂
    EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    943e0e9 View commit details
    Browse the repository at this point in the history
  29. build -> dist

    EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    465f662 View commit details
    Browse the repository at this point in the history
  30. Update README.md

    EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    8c2e983 View commit details
    Browse the repository at this point in the history
  31. Bump version to 0.1.0

    EOS Classic committed Sep 15, 2018
    Configuration menu
    Copy the full SHA
    4b671ba View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2018

  1. Add robots.txt, cleanup config.js list

    EOS Classic committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    926fb2f View commit details
    Browse the repository at this point in the history
  2. Update README.md

    EOS Classic committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    f0736bd View commit details
    Browse the repository at this point in the history
  3. Update package.json

    EOS Classic committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    722c191 View commit details
    Browse the repository at this point in the history
  4. Add instruction to add new node

    After seeing the blank interface, people need to know how to add nodes. Newbies often get confused and regard this repository as self sufficient, its dependence on eth-net-intelligence-api should be made more prominent.
    AyushyaChitransh committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    b637ddc View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Merge pull request #3 from AyushyaChitransh/patch-2

    Add instruction to add new node
    EOS Classic committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    6fc79cf View commit details
    Browse the repository at this point in the history