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

Hackmod token fixes #2

Open
wants to merge 56 commits into
base: token-fixes
Choose a base branch
from

Commits on Nov 19, 2018

  1. Merge pull request ethereumclassic#187 from ethereumproject/dev

    Dev into Master
    pyskell authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    ae6de11 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2018

  1. org update

    ethereumproject >> ethereumclassic
    realcodywburns authored Dec 9, 2018
    Configuration menu
    Copy the full SHA
    5fb7eaf View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2018

  1. Change to ethereumclassic

    kimisan committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    a0ef533 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2018

  1. Update token.json

    Added ONEX Network token, ERC223 PoS token created on Ethereum Classic Network
    HighlanderNetwork authored Dec 31, 2018
    Configuration menu
    Copy the full SHA
    0a58850 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Add docker-compose config

    melnikaite committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    2e5280e View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    bc91aca View commit details
    Browse the repository at this point in the history
  2. Merge pull request ethereumclassic#195 from melnikaite/master

    Add docker-compose config
    realcodywburns authored Jan 28, 2019
    Configuration menu
    Copy the full SHA
    2e369d1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ethereumclassic#193 from kimisan/master

    Rename to ethereumclassic
    realcodywburns authored Jan 28, 2019
    Configuration menu
    Copy the full SHA
    c935eac View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. cleanup: update MIT license

    to match with github
    BT Enterprise committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    ea46378 View commit details
    Browse the repository at this point in the history
  2. cleanup: update font-awesome to recent version

    BT Enterprise committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    15fbdc0 View commit details
    Browse the repository at this point in the history
  3. cleanup: remove unused WATCHING button

    BT Enterprise committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    cb8f370 View commit details
    Browse the repository at this point in the history
  4. cleanup: enforce lowercase on transactions & accounts

    BT Enterprise committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    7922302 View commit details
    Browse the repository at this point in the history
  5. cleanup: support mongodb authentication

    BT Enterprise committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    23145e1 View commit details
    Browse the repository at this point in the history
  6. cleanup: update richlist explanation

    BT Enterprise committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    455454b View commit details
    Browse the repository at this point in the history
  7. cleanup: drop DAO support

     * no maintainers to maintain dao support & no one is viewing it
    BT Enterprise committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    f0dbe40 View commit details
    Browse the repository at this point in the history
  8. cleanup: drop diff bomb chart support

    BT Enterprise committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    a060bbf View commit details
    Browse the repository at this point in the history
  9. cleanup: drop broken summary-stats & useEthFiat

     * they aren't being maintained for years and no one use them
     * updated custom.css to fix search bar on mobile
    BT Enterprise committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    f281d91 View commit details
    Browse the repository at this point in the history
  10. cleanup: enforce names for mongodb collection

    BT Enterprise committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    686f081 View commit details
    Browse the repository at this point in the history
  11. cleanup: update copyright year to 2019

    BT Enterprise committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    6d2f381 View commit details
    Browse the repository at this point in the history
  12. cleanup: replace geth -> rpc

    normalize expressions for other supported node clients
    BT Enterprise committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    77f62d0 View commit details
    Browse the repository at this point in the history
  13. cleanup: rename mongodb as explorerDB

    such a poor naming sense for `blockDB` 😂
    BT Enterprise committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    ab5dfea View commit details
    Browse the repository at this point in the history
  14. enhancement: improve web3relay load & tx page

     * make web3relay.js read from db
     * use Gwei unit for gasPrice
     * improve tx page
     * format tx into normalizeTX by @hackmod
     * web3 tx fetch by @hackmod
     * fetch tx.status and tx.gasUsed information from getTransactionReceipt
     * etherscan.io style fix
     * added block confirmation for tx
     * added tx fee ( gasused * gasprice )
     * added missing db index
     * fix uncle block search by @naikmyeong
    BT Enterprise committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    c54a642 View commit details
    Browse the repository at this point in the history
  15. enhancement: add fiat exchange for addresses and tx

    cherry picked from EthereumCommonwealth/clo-explorer@c4502a0 by @yograteol
    
     * configurable fiat conversion
     * hide fiat value when it is not used.
     * use cryptocompare instead of coinmarketcap
    BT Enterprise committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    dc55f99 View commit details
    Browse the repository at this point in the history
  16. enhancement: expose total supply api from database

    BT Enterprise committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    b02da92 View commit details
    Browse the repository at this point in the history
  17. enhancement: web3 1.0 integration

     * replace rpc port to websocket ( better performance & stability )
     * use async, rebased listenBlocks for latest ws connection
     * modifications to match latest web3 api ( web3.eth.getBlockNumber, web3.eth.net.isListening )
     * use web3.eth.subscribe to fetch latest blocks
     * added custom web3-explorer package to connect with parity-only api
     * roll backed web3.batch due to lack of technical support
    BT Enterprise committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    899b5ff View commit details
    Browse the repository at this point in the history
  18. Merge branch master into dev

    BT Enterprise committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    cc66b77 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. cleanup: cleanup token page & add contract information on DB

     * add support for geth - rpc tx
     * record contract on db
     * record erc20 token transfers on db
     * enable quiet mode for tools/sync.js - reduce logging
    BT Enterprise committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    7e4282c View commit details
    Browse the repository at this point in the history
  2. cleanup: cleanup tools

    * merge tools/price.js into tools/sync.js
    * price ticker enabled by default
    * remove unused patcher.js and blockHelper.js from tools folder
    BT Enterprise committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    a92888f View commit details
    Browse the repository at this point in the history
  3. cleanup: fix travis

    BT Enterprise committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    5e85107 View commit details
    Browse the repository at this point in the history
  4. cleanup: more cleanup

     * remove dead code ( web3dummy )
     * remove duplicated app.js file
    BT Enterprise committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    a3f8f73 View commit details
    Browse the repository at this point in the history
  5. cleanup: remove ganache-cli from node deps

    not being used since it has its docker running
    BT Enterprise committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    fb9e48d View commit details
    Browse the repository at this point in the history
  6. cleanup: add package-lock.json

    BT Enterprise committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    32ff589 View commit details
    Browse the repository at this point in the history
  7. cleanup: fix leftover useFiat settings

    BT Enterprise committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    5f17c60 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. cleanup: apply eslint

    BT Enterprise committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    0765a48 View commit details
    Browse the repository at this point in the history
  2. cleanup: apply eslint settings to tools/sync.js

    BT Enterprise committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    3b01745 View commit details
    Browse the repository at this point in the history
  3. cleanup: apply eslint settings to richlist.js & stats.js

    BT Enterprise committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    7b15be4 View commit details
    Browse the repository at this point in the history
  4. cleanup: more cleanup for tools

    BT Enterprise committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    f3b5c3c View commit details
    Browse the repository at this point in the history
  5. cleanup: update .gitignore

    BT Enterprise authored Mar 22, 2019
    Configuration menu
    Copy the full SHA
    bf4dd53 View commit details
    Browse the repository at this point in the history
  6. enhancement: support travis build for eslint check

    BT Enterprise committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    ebfd996 View commit details
    Browse the repository at this point in the history
  7. cleanup: add html linter

    BT Enterprise committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    e7bac34 View commit details
    Browse the repository at this point in the history
  8. cleanup: format html files

     * follow 2 spaces rules that is described on html-formatter
    BT Enterprise committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    3671e3d View commit details
    Browse the repository at this point in the history
  9. cleanup: add more configurable settings

    address review by @hackmod
    BT Enterprise committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    a2ac93e View commit details
    Browse the repository at this point in the history
  10. cleanup: more quiet mode for tools

    BT Enterprise committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    c405f45 View commit details
    Browse the repository at this point in the history
  11. cleanup: more eslint on files

    BT Enterprise committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    2ecd600 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2019

  1. cleanup: apply quiet mode for live patch

    BT Enterprise committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    04a05c0 View commit details
    Browse the repository at this point in the history
  2. cleanup: limit tx.status for post byzantium blocks

     * remove internal tx table field as they are shown on main table already
    BT Enterprise authored Mar 23, 2019
    Configuration menu
    Copy the full SHA
    c1c398d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2019

  1. cleanup: use human-standard-token-abi from npm to fetch erc20 token abi

    * to-do do the same thing for other contracts
    BT Enterprise committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    116b342 View commit details
    Browse the repository at this point in the history
  2. cleanup: improve tools/sync.js

    BT Enterprise committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    0d84e64 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ethereumclassic#288 from btenterprise2020/dev

    Various improvements ( tx page, sync, load ) & codebase cleanup
    phyro authored Mar 24, 2019
    Configuration menu
    Copy the full SHA
    c1eda06 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Merge pull request ethereumclassic#298 from ethereumclassic/dev

    Backport: Dev into Master
    phyro authored Mar 27, 2019
    Configuration menu
    Copy the full SHA
    da39687 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Update Dockerfile

    require node 8 to build
    realcodywburns authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    abe6588 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d09a90d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c10059a View commit details
    Browse the repository at this point in the history
  4. Merge pull request ethereumclassic#336 from ethereumclassic/dependabo…

    …t/npm_and_yarn/tree-kill-1.2.2
    
    build(deps): bump tree-kill from 1.2.1 to 1.2.2
    realcodywburns authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    998d565 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    2f81c74 View commit details
    Browse the repository at this point in the history
  2. fix...

    benjioh5 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    3ebb123 View commit details
    Browse the repository at this point in the history