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

feat: added ape cache plugin #680

Merged
merged 133 commits into from
Aug 18, 2022

Commits on Aug 17, 2022

  1. feat: added cache query

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    84be3b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85aced2 View commit details
    Browse the repository at this point in the history
  3. fix: mypy issues

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    81de5be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73d6b84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f35234e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e25d58d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    019446d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ec9b92 View commit details
    Browse the repository at this point in the history
  9. feat: handles missing columns, database not existing, no nullable dat…

    …a to database, multiple databases depending on provider
    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    1f5373c View commit details
    Browse the repository at this point in the history
  10. chore: pre-commit

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    50105d3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f2129fd View commit details
    Browse the repository at this point in the history
  12. chore: linting

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    89ea5a5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1c6f969 View commit details
    Browse the repository at this point in the history
  14. feat: removed schemas.py, no need for pydantic here, can go to the AP…

    …I's and build these models. Can add separate schemas later down the road.
    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    646ab7a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e865c8f View commit details
    Browse the repository at this point in the history
  16. mypy issue

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    ef6b39a View commit details
    Browse the repository at this point in the history
  17. removed breakpoint

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    b641594 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ae4fb72 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a035187 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4e47e31 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2313ef9 View commit details
    Browse the repository at this point in the history
  22. chore: type ignore issue

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    2697823 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5af8007 View commit details
    Browse the repository at this point in the history
  24. fix: isort issue

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    b15a1ac View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    932f20c View commit details
    Browse the repository at this point in the history
  26. fix: docs build issue

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    4541207 View commit details
    Browse the repository at this point in the history
  27. fix: docs issue

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    a732467 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    53195d6 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a589534 View commit details
    Browse the repository at this point in the history
  30. feat: caching data added

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    95ca512 View commit details
    Browse the repository at this point in the history
  31. fix: mypy issues

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    0ffddeb View commit details
    Browse the repository at this point in the history
  32. fix: isort and mypy

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    0d5367f View commit details
    Browse the repository at this point in the history
  33. fix: mypy

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    359d2c0 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7905f18 View commit details
    Browse the repository at this point in the history
  35. fix: mypy

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    fcc99bb View commit details
    Browse the repository at this point in the history
  36. fix: mypy

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    622d585 View commit details
    Browse the repository at this point in the history
  37. fix: type in update cache

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    cfad432 View commit details
    Browse the repository at this point in the history
  38. fix: type in update cache

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    4c0a9e8 View commit details
    Browse the repository at this point in the history
  39. fix: remove ignore

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    2246577 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    9e44467 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    07f036d View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    e2d29f2 View commit details
    Browse the repository at this point in the history
  43. fix: cache was failing

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    cac191c View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    442d252 View commit details
    Browse the repository at this point in the history
  45. fix: mypy

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    187d30e View commit details
    Browse the repository at this point in the history
  46. refactor: remove print

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    7008138 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    216b582 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    64031b1 View commit details
    Browse the repository at this point in the history
  49. fix: remove print

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    9c4c8ac View commit details
    Browse the repository at this point in the history
  50. feat: added raises

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    bcfb5ee View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    6bc00a2 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    2cf38cd View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    c9c0e5f View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    5ce332d View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    c90174d View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    d1f7137 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    7388331 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    0117fdb View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    ff9b619 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    b256c1e View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    9bc7b05 View commit details
    Browse the repository at this point in the history
  62. fix: type hint

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    b580a1b View commit details
    Browse the repository at this point in the history
  63. fix: isort

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    ea883c0 View commit details
    Browse the repository at this point in the history
  64. fix: mypy

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    77af6a0 View commit details
    Browse the repository at this point in the history
  65. fix: mypy

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    bf1e854 View commit details
    Browse the repository at this point in the history
  66. fix: mypy

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    5513a0c View commit details
    Browse the repository at this point in the history
  67. fix: mypy

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    d40809e View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    e274e6b View commit details
    Browse the repository at this point in the history
  69. feat: added suggestions

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    9733c4e View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    fe448eb View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    83341e0 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    44118c7 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    87f2a42 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    3ff69a3 View commit details
    Browse the repository at this point in the history
  75. fix: CacheQuery docstring

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    80de324 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    d7dbcfd View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    8407b0c View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    9c16db8 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    e905f52 View commit details
    Browse the repository at this point in the history
  80. fix: remove breakpoint

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    b1b4921 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    7a0a910 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    c9f7cb2 View commit details
    Browse the repository at this point in the history
  83. feat: removed breakpoint

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    bf54b68 View commit details
    Browse the repository at this point in the history
  84. fix: docstring

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    41c7f7d View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    91cf184 View commit details
    Browse the repository at this point in the history
  86. fix: cache markdown

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    d646b43 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    f34babb View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    6ce854f View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    52a019f View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    acbbe69 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    ce2a32e View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    9ec3b5b View commit details
    Browse the repository at this point in the history
  93. fix: breakpoint removal

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    2450b73 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    d962f8e View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    1a1ee42 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    9e10bea View commit details
    Browse the repository at this point in the history
  97. fix: unused import

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    18da6b8 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    1bceb12 View commit details
    Browse the repository at this point in the history
  99. fix: black

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    df48030 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    7ad1bd0 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    3fa3e25 View commit details
    Browse the repository at this point in the history
  102. fix: wrong estimates in DefaultQueryProvider

    estimates fixed for BlockTransactionQuery and ContractEventsQuery
    fubuloubu authored and johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    57742d8 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    68deb2f View commit details
    Browse the repository at this point in the history
  104. fix: linters

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    0e9cee2 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    c43f8be View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    0229350 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    850afae View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    da97db3 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    7200551 View commit details
    Browse the repository at this point in the history
  110. fix: mypy

    johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    408d1b7 View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    41ff63f View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    6ad6229 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    2fcafcd View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    d176475 View commit details
    Browse the repository at this point in the history
  115. fix: updates to ape_ethereum.Block to ensure that values always exist

    also added some notes to describe this behavior
    fubuloubu authored and johnson2427 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    2919c08 View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    5a79e2b View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    c379f24 View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    513971b View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    79266c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    e492391 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bf4326 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0796a4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3abb045 View commit details
    Browse the repository at this point in the history
  5. fix: mypy issue

    johnson2427 committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    f03bed1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c8b95c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21465f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    49b4e3d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9aa7663 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e756692 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ef0e4e6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f00c44c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    44aac00 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6c79a10 View commit details
    Browse the repository at this point in the history