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

Create Tokenomics README.md #32

Merged
merged 7 commits into from
Sep 18, 2023
Merged

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    92ee6c0 View commit details
    Browse the repository at this point in the history
  2. Create placeholder.txt

    MichaelFrazzy committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9715e01 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Add files via upload

    MichaelFrazzy committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d72287f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Update ETH_Gas_Data_Infura.py

    Added async/parallel processing updates and error handling to all 3 scripts, making them 50-100x more efficient. Chainstack is currently the main version of the script for block data scraping, with the other 2 (Infura and Etherscan) are additional tools for use with chains besides Ethereum or as backups.
    MichaelFrazzy committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    56997fd View commit details
    Browse the repository at this point in the history
  2. Update ETH_Gas_Data_Etherscan.py

    Same as previous update
    MichaelFrazzy committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7fa3885 View commit details
    Browse the repository at this point in the history
  3. Update ETH_Gas_Data_Chainstack.py

    Same updates as the last two scripts, this is the current main version between the three. Aync/concurrency and error handling updates, as well as additional columns to assist in GNOT fee simulation.
    MichaelFrazzy committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1d0c6b6 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Added a description of the revised/improved script functionality
    MichaelFrazzy committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f1e4443 View commit details
    Browse the repository at this point in the history