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: Add getBlockBy support #1114

Merged
merged 35 commits into from
May 22, 2024

Commits on May 21, 2024

  1. 📦 Feat: Add new @tevm/chain package

    William Cory authored and William Cory committed May 21, 2024
    Configuration menu
    Copy the full SHA
    03606cb View commit details
    Browse the repository at this point in the history
  2. 💥 Feat: (breaking) add chain to BaseClientOptions and memoryclient

    William Cory authored and William Cory committed May 21, 2024
    Configuration menu
    Copy the full SHA
    51154d6 View commit details
    Browse the repository at this point in the history
  3. ♻️ Chore: Add to tevm barrel package

    William Cory authored and William Cory committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3cb9d75 View commit details
    Browse the repository at this point in the history
  4. 📝 Update docs

    William Cory authored and William Cory committed May 21, 2024
    Configuration menu
    Copy the full SHA
    737d71d View commit details
    Browse the repository at this point in the history
  5. ✨ Feat: Add customCrypto option to common

    William Cory authored and William Cory committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c3febca View commit details
    Browse the repository at this point in the history
  6. ✨ Feat: Add custom crypto to BaseClient

    William Cory authored and William Cory committed May 21, 2024
    Configuration menu
    Copy the full SHA
    6bbf51d View commit details
    Browse the repository at this point in the history
  7. ✅ Get it working

    William Cory authored and William Cory committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ba48655 View commit details
    Browse the repository at this point in the history
  8. ♻️ Regeneate

    William Cory authored and William Cory committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b42a9bb View commit details
    Browse the repository at this point in the history
  9. 🔖 Changeset

    William Cory authored and William Cory committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a668909 View commit details
    Browse the repository at this point in the history
  10. 🐛 Fix: bug with not setting chain id correctly

    William Cory authored and William Cory committed May 21, 2024
    Configuration menu
    Copy the full SHA
    453791d View commit details
    Browse the repository at this point in the history
  11. 🐛 Fix:variable name changed

    William Cory authored and William Cory committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c846408 View commit details
    Browse the repository at this point in the history
  12. 🐛 Fix: Common was stateful and global also regenerate

    William Cory authored and William Cory committed May 21, 2024
    Configuration menu
    Copy the full SHA
    fe52ad9 View commit details
    Browse the repository at this point in the history
  13. 💥 Fix ethers build with breaking change to take a base client

    William Cory authored and William Cory committed May 21, 2024
    Configuration menu
    Copy the full SHA
    34161ad View commit details
    Browse the repository at this point in the history
  14. ♻️ Regenerate

    William Cory authored and William Cory committed May 21, 2024
    Configuration menu
    Copy the full SHA
    529440a View commit details
    Browse the repository at this point in the history
  15. Update packages/base-client/src/BaseClientOptions.ts

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    roninjin10 and coderabbitai[bot] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    83fa67e View commit details
    Browse the repository at this point in the history
  16. Update packages/chains/docs/README.md

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    roninjin10 and coderabbitai[bot] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    0921b51 View commit details
    Browse the repository at this point in the history
  17. Update packages/base-client/docs/type-aliases/BaseClientOptions.md

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    roninjin10 and coderabbitai[bot] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    2906f40 View commit details
    Browse the repository at this point in the history
  18. Update .changeset/wild-balloons-applaud.md

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    roninjin10 and coderabbitai[bot] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    8e4b886 View commit details
    Browse the repository at this point in the history
  19. Update .changeset/silent-panthers-camp.md

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    roninjin10 and coderabbitai[bot] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    b7d2cdd View commit details
    Browse the repository at this point in the history
  20. Update packages/base-client/docs/type-aliases/BaseClient.md

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    roninjin10 and coderabbitai[bot] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    231f95d View commit details
    Browse the repository at this point in the history
  21. Update packages/chains/docs/README.md

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    roninjin10 and coderabbitai[bot] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    28c9b03 View commit details
    Browse the repository at this point in the history
  22. Update packages/chains/README.md

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    roninjin10 and coderabbitai[bot] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    ca50789 View commit details
    Browse the repository at this point in the history
  23. Update packages/chains/README.md

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    roninjin10 and coderabbitai[bot] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    1b31aff View commit details
    Browse the repository at this point in the history
  24. ♻️ Regenerate

    William Cory authored and William Cory committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d8591a2 View commit details
    Browse the repository at this point in the history
  25. ✨ Feat: Add getBlockBy support

    William Cory authored and William Cory committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1c6b9ed View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. ✨ Implement a bunch of methods

    William Cory authored and William Cory committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b3c8297 View commit details
    Browse the repository at this point in the history
  2. 🧪 Fix: tests

    William Cory authored and William Cory committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ee5c574 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:evmts/tevm-monorepo into 05-21-_spa…

    …rkles_feat_add_getblockby_support
    William Cory authored and William Cory committed May 22, 2024
    Configuration menu
    Copy the full SHA
    eb3e7c9 View commit details
    Browse the repository at this point in the history
  4. 🐛 Comment out the broken blob base fee test

    William Cory authored and William Cory committed May 22, 2024
    Configuration menu
    Copy the full SHA
    de5c707 View commit details
    Browse the repository at this point in the history
  5. 🔖 Changeset

    William Cory authored and William Cory committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e1241e9 View commit details
    Browse the repository at this point in the history
  6. ✅ Fix: build

    William Cory authored and William Cory committed May 22, 2024
    Configuration menu
    Copy the full SHA
    df92faa View commit details
    Browse the repository at this point in the history
  7. ✅ Fix non deterministic tests

    William Cory authored and William Cory committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ff958e3 View commit details
    Browse the repository at this point in the history
  8. 🐛 Fix: Bug with kzg

    William Cory authored and William Cory committed May 22, 2024
    Configuration menu
    Copy the full SHA
    64f2545 View commit details
    Browse the repository at this point in the history
  9. ♻️ Regenerate

    William Cory authored and William Cory committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1183e96 View commit details
    Browse the repository at this point in the history
  10. ♻️ Regenerate

    William Cory authored and William Cory committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a52aa84 View commit details
    Browse the repository at this point in the history