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

[pallet-revive] Add Ethereum JSON-RPC server #5953

Open
wants to merge 40 commits into
base: pg/revive-rpc-fixes-v2
Choose a base branch
from

Commits on Oct 10, 2024

  1. Add pallet-revive Ethereum JSON-RPC

    Depends on #5866
    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    75ca3f9 View commit details
    Browse the repository at this point in the history
  2. wip

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    19dbf4c View commit details
    Browse the repository at this point in the history
  3. fixes

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    595e66a View commit details
    Browse the repository at this point in the history
  4. wip

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    96fa31d View commit details
    Browse the repository at this point in the history
  5. update rpc stuff

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    551cd3d View commit details
    Browse the repository at this point in the history
  6. rlp encoding

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2a90e9b View commit details
    Browse the repository at this point in the history
  7. Update

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4dede9c View commit details
    Browse the repository at this point in the history
  8. add js stuff

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c2609fa View commit details
    Browse the repository at this point in the history
  9. update yarn.lock

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    444970b View commit details
    Browse the repository at this point in the history
  10. nit

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f10cf13 View commit details
    Browse the repository at this point in the history
  11. server fixes

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f0e21af View commit details
    Browse the repository at this point in the history
  12. fix demo

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    205d8ab View commit details
    Browse the repository at this point in the history
  13. undo log

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0011601 View commit details
    Browse the repository at this point in the history
  14. wip

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ed4c0d0 View commit details
    Browse the repository at this point in the history
  15. rpc updates

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    de0b0ef View commit details
    Browse the repository at this point in the history
  16. fixes

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a745fb0 View commit details
    Browse the repository at this point in the history
  17. fix examples

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    75d39a6 View commit details
    Browse the repository at this point in the history
  18. fix examples

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7fea557 View commit details
    Browse the repository at this point in the history
  19. clean up

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8c7fc93 View commit details
    Browse the repository at this point in the history
  20. fixes

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    865acc4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e806110 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c95a99f View commit details
    Browse the repository at this point in the history
  23. fix cargo

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a4ca32b View commit details
    Browse the repository at this point in the history
  24. fixes

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    53c72c5 View commit details
    Browse the repository at this point in the history
  25. fix

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    511842f View commit details
    Browse the repository at this point in the history
  26. Add prdoc

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c43a520 View commit details
    Browse the repository at this point in the history
  27. Add missing licenses

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a1c0ad1 View commit details
    Browse the repository at this point in the history
  28. fix markdown

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4341122 View commit details
    Browse the repository at this point in the history
  29. fix

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    87a84ed View commit details
    Browse the repository at this point in the history
  30. fixes

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d3f536b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ef0b614 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. fix examples lint

    pgherveou committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    026453f View commit details
    Browse the repository at this point in the history
  2. fix clippy

    pgherveou committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    71cc897 View commit details
    Browse the repository at this point in the history
  3. CI fixes

    pgherveou committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0446289 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a6cbec View commit details
    Browse the repository at this point in the history
  5. use blob_length

    pgherveou committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a82401f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26abb73 View commit details
    Browse the repository at this point in the history
  7. Fix tests

    pgherveou committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    3183d67 View commit details
    Browse the repository at this point in the history
  8. Add eth_syncing

    pgherveou committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7527e9f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c06133d View commit details
    Browse the repository at this point in the history