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

[WIP] Recreating R14 error with minimal code and finding a fix #33

Open
wants to merge 124 commits into
base: main
Choose a base branch
from

Commits on Jul 5, 2021

  1. univ3 efficiently pulling historic observations

    realisation committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    194062a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. wip

    realisation committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    0e21301 View commit details
    Browse the repository at this point in the history
  2. wip

    realisation committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    b9791c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. parralelized querying

    realisation committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    d125982 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. added more uni v3 quotes

    realisation committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    8ba12fe View commit details
    Browse the repository at this point in the history
  2. writing univ3 to influx

    realisation committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    e791466 View commit details
    Browse the repository at this point in the history
  3. parallelizing parallelizations for all uni quotes

    realisation committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    5cda100 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. writing univ3 to influx correctly

    realisation committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    b495a71 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. add univ3 quotes

    realisation committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    66e0eb2 View commit details
    Browse the repository at this point in the history
  2. script for pulling historic observation structs and script for pullin…

    …g historic tick cumulatives
    realisation committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    483b667 View commit details
    Browse the repository at this point in the history
  3. pulling cumulatives from uni pool

    realisation committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    deb9b12 View commit details
    Browse the repository at this point in the history
  4. corrected time_from in univ3 historic observations

    realisation committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    b5a81cf View commit details
    Browse the repository at this point in the history
  5. really corrected time_from, spreading the new observation arrays from…

    … the newest to the oldest
    realisation committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    17edce0 View commit details
    Browse the repository at this point in the history
  6. corrected observation block number for liq/tick

    realisation committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    c344dac View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. added output dir for historic obs

    realisation committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    db85f56 View commit details
    Browse the repository at this point in the history
  2. merged main in

    realisation committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    35c2bb0 View commit details
    Browse the repository at this point in the history
  3. cleanup!

    realisation committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    dbeb354 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. univ3 efficiently pulling historic observations

    realisation authored and mikeyrf committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    9f92ae7 View commit details
    Browse the repository at this point in the history
  2. add uni influx script

    mikeyrf committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    bf4b96e View commit details
    Browse the repository at this point in the history
  3. wip

    realisation authored and mikeyrf committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    01387f9 View commit details
    Browse the repository at this point in the history
  4. parralelized querying

    realisation authored and mikeyrf committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    1940556 View commit details
    Browse the repository at this point in the history
  5. added more uni v3 quotes

    realisation authored and mikeyrf committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    be0c9f4 View commit details
    Browse the repository at this point in the history
  6. uni v3 twap calc

    mikeyrf committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    13ea080 View commit details
    Browse the repository at this point in the history
  7. parallelizing parallelizations for all uni quotes

    realisation authored and mikeyrf committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    0b6f1e8 View commit details
    Browse the repository at this point in the history
  8. writing univ3 to influx correctly

    realisation authored and mikeyrf committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    caee3df View commit details
    Browse the repository at this point in the history
  9. add univ3 quotes

    realisation authored and mikeyrf committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    1a3cc04 View commit details
    Browse the repository at this point in the history
  10. script for pulling historic observation structs and script for pullin…

    …g historic tick cumulatives
    realisation authored and mikeyrf committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    aaa9f95 View commit details
    Browse the repository at this point in the history
  11. pulling cumulatives from uni pool

    realisation authored and mikeyrf committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    0ef6cc9 View commit details
    Browse the repository at this point in the history
  12. corrected time_from in univ3 historic observations

    realisation authored and mikeyrf committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    8f64ee6 View commit details
    Browse the repository at this point in the history
  13. really corrected time_from, spreading the new observation arrays from…

    … the newest to the oldest
    realisation authored and mikeyrf committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    9fe0251 View commit details
    Browse the repository at this point in the history
  14. corrected observation block number for liq/tick

    realisation authored and mikeyrf committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    a83e0e3 View commit details
    Browse the repository at this point in the history
  15. added output dir for historic obs

    realisation authored and mikeyrf committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    946eb0f View commit details
    Browse the repository at this point in the history
  16. cleanup!

    realisation authored and mikeyrf committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    58e8cdf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ae1df45 View commit details
    Browse the repository at this point in the history
  18. revert influx metrics to main

    mikeyrf committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    c3edca4 View commit details
    Browse the repository at this point in the history
  19. spacing and flake8

    mikeyrf committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    dfc8804 View commit details
    Browse the repository at this point in the history
  20. add quotes.json to pass tests

    mikeyrf committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    a8c17cc View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2869fde View commit details
    Browse the repository at this point in the history
  22. rename to univ3_obs

    mikeyrf committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    c28c0f3 View commit details
    Browse the repository at this point in the history
  23. bring back other scripts

    mikeyrf committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    4988964 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

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

Commits on Sep 22, 2021

  1. clean up

    deepsp94 committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    8218176 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    e8d8e14 View commit details
    Browse the repository at this point in the history
  2. crons for 1h and 1m scripts

    deepsp94 committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    5e2d5fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c723903 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00fd83e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. Configuration menu
    Copy the full SHA
    8e0f73f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    fb8e7fb View commit details
    Browse the repository at this point in the history
  2. empty commit for heroku

    added LD_LIBRARY_PATH to heroku config vars
    deepsp94 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    eaf8190 View commit details
    Browse the repository at this point in the history
  3. empty commit for heroku

    slight change to LD_LIBRARY_PATH
    deepsp94 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    638461a View commit details
    Browse the repository at this point in the history
  4. empty commit for heroku

    trying another gsl buildpack
    deepsp94 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    3ed79ba View commit details
    Browse the repository at this point in the history
  5. empty commit for heroku

    deepsp94 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    1804d7a View commit details
    Browse the repository at this point in the history
  6. added buildpacks file

    deepsp94 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    f901571 View commit details
    Browse the repository at this point in the history
  7. remove buildpacks file

    deepsp94 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    6dcc101 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. empty commit for heroku

    my fork of gsl buildpack
    deepsp94 committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    632fa7c View commit details
    Browse the repository at this point in the history
  2. empty commit for heroku

    bug fix in buildpack
    deepsp94 committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    8d74f5d View commit details
    Browse the repository at this point in the history
  3. empty commit for heroku

    bug fix in buildpack
    deepsp94 committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    1e6593c View commit details
    Browse the repository at this point in the history
  4. Aptfile added

    deepsp94 committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    72f0b06 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. fixed column naming error

    deepsp94 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    b701af9 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    f4c528e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b87ac1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a58976 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd01ca9 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

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

Commits on Nov 4, 2021

  1. bulk upload of cumulatives

    deepsp94 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    55b9d4f View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. minor bugs

    deepsp94 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    578ab08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78878a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Configuration menu
    Copy the full SHA
    05d412a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. metrics script loops

    deepsp94 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    d008e97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0df0721 View commit details
    Browse the repository at this point in the history
  3. added worker to procfile

    deepsp94 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    1034420 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    8c082f0 View commit details
    Browse the repository at this point in the history
  2. better print statements

    deepsp94 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    866b895 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9896be View commit details
    Browse the repository at this point in the history
  4. 10m periods for metrics

    deepsp94 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    9de829f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    6dbcac2 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. script for 90d pull

    deepsp94 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    c95b603 View commit details
    Browse the repository at this point in the history
  2. bug fix: added ".py"

    deepsp94 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    88eeaec View commit details
    Browse the repository at this point in the history
  3. fixed file name

    deepsp94 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    0de7606 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e83f882 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22b5a43 View commit details
    Browse the repository at this point in the history
  6. bug fix: uncomment reqd line

    deepsp94 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    e2af3c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. influx metrics test

    deepsp94 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    ac4cc2f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

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

Commits on Nov 23, 2021

  1. pull data from May

    deepsp94 committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    e666883 View commit details
    Browse the repository at this point in the history
  2. pull up till 3rd august

    deepsp94 committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    da19368 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. 90d lookback period

    deepsp94 committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    7a7f891 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. testing price cumulatives

    deepsp94 committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    1fcaf13 View commit details
    Browse the repository at this point in the history
  2. price cumulatives test done

    deepsp94 committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    0818668 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. mock data

    deepsp94 committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    dbbbe3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80ea1d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c11c3c4 View commit details
    Browse the repository at this point in the history
  4. empty commit for heroku

    deepsp94 committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    b991d02 View commit details
    Browse the repository at this point in the history
  5. package eth-account 0.5.4

    deepsp94 committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    e8dac0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd5e32a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec33e6c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    3168d39 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

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

Commits on Dec 17, 2021

  1. Updated brownie to 1.17.2

    Updated brownie so dependencies such as typed-ast and black run on updated versions. Trying to resolve GH actions error as per : https://stackoverflow.com/questions/69912264/python-3-9-8-fails-using-black-and-importing-typed-ast-ast3
    deepsp94 committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    7d3f96d View commit details
    Browse the repository at this point in the history
  2. flake8

    deepsp94 committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    43531c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

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

    deepsp94 committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    42b0fa2 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. delete outdated script

    deepsp94 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    4e57ba1 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Configuration menu
    Copy the full SHA
    05e5e1e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    7fe2ccc View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. release memory periodically

    deepsp94 committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    1181950 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. bug fixes

    Changed variable name from  to
    deepsp94 committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    eb6873d View commit details
    Browse the repository at this point in the history
  2. remove breakpoint

    deepsp94 committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    b5df814 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. trying to isolate memory issue

    commented out all pystable code
    deepsp94 committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    f8f6d9d View commit details
    Browse the repository at this point in the history
  2. trying to isolate memory issue

    deleting pystable related variables from memory
    deepsp94 committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    e5379d2 View commit details
    Browse the repository at this point in the history
  3. bug fix

    deepsp94 committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    bb58764 View commit details
    Browse the repository at this point in the history
  4. Revert "trying to isolate memory issue".

    This reverts commit f8f6d9d.
    
    Memory issue likely due to pystable.
    deepsp94 committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    8155011 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    21e9328 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    61c1feb View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    a45eca1 View commit details
    Browse the repository at this point in the history
  2. remove breakpoint

    deepsp94 committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    c5aea17 View commit details
    Browse the repository at this point in the history
  3. Revert "parallel tasks in metrics script"

    This reverts commit a45eca1.
    deepsp94 committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    3d7ee58 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    5aa3194 View commit details
    Browse the repository at this point in the history
  2. added to procfile

    deepsp94 committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    7438aa2 View commit details
    Browse the repository at this point in the history
  3. changed csv location

    deepsp94 committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    e0ccb28 View commit details
    Browse the repository at this point in the history
  4. fixed csv path

    deepsp94 committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    38aab6d View commit details
    Browse the repository at this point in the history
  5. apt buildpack for heroku

    deepsp94 committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    d8443dd View commit details
    Browse the repository at this point in the history
  6. tracemalloc script

    deepsp94 committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    eb4f295 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. removed comments

    deepsp94 committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    2c8702b View commit details
    Browse the repository at this point in the history