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] Eth RPC integration #5866

Merged
merged 163 commits into from
Oct 22, 2024
Merged

[pallet-revive] Eth RPC integration #5866

merged 163 commits into from
Oct 22, 2024

Commits on Sep 30, 2024

  1. Add RPC integration

    pgherveou committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4f4efcc View commit details
    Browse the repository at this point in the history
  2. Add prdoc

    pgherveou committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    43a7bf0 View commit details
    Browse the repository at this point in the history
  3. Add missing license headers

    pgherveou committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e74852d View commit details
    Browse the repository at this point in the history
  4. missing license header

    pgherveou committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5b242f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. rm unwrap

    pgherveou committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    93f25dd View commit details
    Browse the repository at this point in the history
  2. Add tests

    pgherveou committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e4d6543 View commit details
    Browse the repository at this point in the history
  3. fix docstr

    pgherveou committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4a9ca42 View commit details
    Browse the repository at this point in the history
  4. fix docstring

    pgherveou committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    658f3ac View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. rm log

    pgherveou committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b75fa99 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Improve fee checking logic

    pgherveou committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c2f4bee View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Make tests pass again

    pgherveou committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    38fd681 View commit details
    Browse the repository at this point in the history
  2. fixes

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

    pgherveou committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a5f6f75 View commit details
    Browse the repository at this point in the history
  4. Remove unused

    pgherveou committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2c5242a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c35821 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd56741 View commit details
    Browse the repository at this point in the history
  7. fix kitchensink

    pgherveou committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    62ffb24 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0b5f646 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Move rpc stuff to new PR

    pgherveou committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ad3c0ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74ba6dc View commit details
    Browse the repository at this point in the history
  3. Fixing compilation issues

    pgherveou committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    5634757 View commit details
    Browse the repository at this point in the history
  4. rustdoc fixes

    pgherveou committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7f6a356 View commit details
    Browse the repository at this point in the history
  5. Fix doclink

    pgherveou committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    059f247 View commit details
    Browse the repository at this point in the history
  6. fix prdoc

    pgherveou committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3893465 View commit details
    Browse the repository at this point in the history
  7. fix keyring

    pgherveou committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8ad166d View commit details
    Browse the repository at this point in the history
  8. fix

    pgherveou committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    766a6c8 View commit details
    Browse the repository at this point in the history
  9. add misssing dep

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

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

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

    pgherveou committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    034420a View commit details
    Browse the repository at this point in the history
  13. fix

    pgherveou committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    14e8eb6 View commit details
    Browse the repository at this point in the history
  14. fixes

    pgherveou committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    acd95d8 View commit details
    Browse the repository at this point in the history
  15. fix tx-pool

    pgherveou committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    feaa973 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ff86aae View commit details
    Browse the repository at this point in the history
  17. fix

    pgherveou committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    03bc881 View commit details
    Browse the repository at this point in the history
  18. fix

    pgherveou committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ea0d57d View commit details
    Browse the repository at this point in the history
  19. tmp fix

    pgherveou committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c69817c View commit details
    Browse the repository at this point in the history
  20. fix nonce logic

    pgherveou committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b401c60 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. cleanup tests

    pgherveou committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3cd7491 View commit details
    Browse the repository at this point in the history
  2. fix tests

    pgherveou committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e93ef66 View commit details
    Browse the repository at this point in the history
  3. fix fee dispatch_call

    pgherveou committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    804f402 View commit details
    Browse the repository at this point in the history
  4. Fix fees

    pgherveou committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    179c2e3 View commit details
    Browse the repository at this point in the history
  5. why not

    pgherveou committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0ac59c2 View commit details
    Browse the repository at this point in the history
  6. restore test as they were

    pgherveou committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b9ce758 View commit details
    Browse the repository at this point in the history
  7. wip

    pgherveou committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3783095 View commit details
    Browse the repository at this point in the history
  8. fix comp issue

    pgherveou committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ab8d7db View commit details
    Browse the repository at this point in the history
  9. fix

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

    pgherveou committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b8840e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. fix rlp encoding

    pgherveou committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4b85368 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. wip

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    3739e45 View commit details
    Browse the repository at this point in the history
  2. PR review

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    46166f8 View commit details
    Browse the repository at this point in the history
  3. reorg use / mod

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2e12a9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d909c7 View commit details
    Browse the repository at this point in the history
  5. merge fixes

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

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b44294f View commit details
    Browse the repository at this point in the history
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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
  18. 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
  19. 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
  20. 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
  21. 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
  22. 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
  23. 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
  24. 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
  25. 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
  26. 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
  27. kitchensink node fixes

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9f6bc42 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e806110 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c95a99f View commit details
    Browse the repository at this point in the history
  30. 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
  31. 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
  32. 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
  33. 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
  34. Fix lock

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f7053f1 View commit details
    Browse the repository at this point in the history
  35. 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
  36. 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
  37. 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
  38. 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
  39. fix clippy

    pgherveou committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    87a52d1 View commit details
    Browse the repository at this point in the history
  40. 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. fix lint

    pgherveou committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a6bad6d View commit details
    Browse the repository at this point in the history
  5. taplo

    pgherveou committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    91cb4d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2afd66b View commit details
    Browse the repository at this point in the history
  7. fix test

    pgherveou committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e59e9f2 View commit details
    Browse the repository at this point in the history
  8. make it safe

    pgherveou committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f1e612b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a6cbec View commit details
    Browse the repository at this point in the history
  10. 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
  11. fix

    pgherveou committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9a0b3c6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    26abb73 View commit details
    Browse the repository at this point in the history
  13. 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
  14. Update generated types

    pgherveou committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9539434 View commit details
    Browse the repository at this point in the history
  15. 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
  16. Configuration menu
    Copy the full SHA
    c06133d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    21ff12c View commit details
    Browse the repository at this point in the history
  18. Refacor import

    pgherveou committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5493d17 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

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

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

    pgherveou committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    42393f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

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

Commits on Oct 15, 2024

  1. Use new polkavm release

    pgherveou committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    02059a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Fix version

    pgherveou committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e04242b View commit details
    Browse the repository at this point in the history
  2. update lock

    pgherveou committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4384b5c View commit details
    Browse the repository at this point in the history
  3. fix bare_eth params

    pgherveou committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4be1916 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. PR review use refactor

    pgherveou committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ad463ed View commit details
    Browse the repository at this point in the history
  2. Get rid of EthTransactKind

    pgherveou committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    abe59ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44cd6cc View commit details
    Browse the repository at this point in the history
  4. rpc rm transact_kind

    pgherveou committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    680a83b View commit details
    Browse the repository at this point in the history
  5. Get rid codegen in this PR

    pgherveou committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6b5a956 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    565a367 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39d1fd4 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    7bfff66 View commit details
    Browse the repository at this point in the history
  2. fix rpc

    pgherveou committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6d91b2e View commit details
    Browse the repository at this point in the history
  3. Add tip

    pgherveou committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ab6591e View commit details
    Browse the repository at this point in the history
  4. better log

    pgherveou committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0ec05bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6eddc80 View commit details
    Browse the repository at this point in the history
  6. Fix fees calculuation

    pgherveou committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a340467 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dcc72c5 View commit details
    Browse the repository at this point in the history
  8. update client

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

    pgherveou committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    419c4dc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    71a2439 View commit details
    Browse the repository at this point in the history
  11. wip

    pgherveou committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b359f32 View commit details
    Browse the repository at this point in the history
  12. Fix fee calculation

    pgherveou committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5894fb5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    da1ec2d View commit details
    Browse the repository at this point in the history
  14. missing

    pgherveou committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c419f71 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. fix bad merge

    pgherveou committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    417fa32 View commit details
    Browse the repository at this point in the history
  2. rm rpc

    pgherveou committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    f35e668 View commit details
    Browse the repository at this point in the history
  3. Update substrate/frame/revive/src/primitives.rs

    Co-authored-by: Alexander Theißen <alex.theissen@me.com>
    pgherveou and athei authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    f646c9e View commit details
    Browse the repository at this point in the history
  4. gas_limit pr review

    pgherveou committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    50015cb View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    2c09850 View commit details
    Browse the repository at this point in the history
  2. Update substrate/bin/node/runtime/src/lib.rs

    Co-authored-by: Alexander Theißen <alex.theissen@me.com>
    pgherveou and athei authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    483b638 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a58fa5 View commit details
    Browse the repository at this point in the history
  4. rm demo.rs

    pgherveou committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    13fed3d View commit details
    Browse the repository at this point in the history
  5. fix tests

    pgherveou committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    83c0a38 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. fix

    pgherveou committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9d06cfe View commit details
    Browse the repository at this point in the history
  2. simplify

    pgherveou committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9e98cbb View commit details
    Browse the repository at this point in the history
  3. Rename things to match #3685

    pgherveou committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    07a6717 View commit details
    Browse the repository at this point in the history
  4. typo

    pgherveou committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    58a6942 View commit details
    Browse the repository at this point in the history
  5. fix

    pgherveou committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d1de70f View commit details
    Browse the repository at this point in the history
  6. CI build fixes

    pgherveou committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e3f3f4b View commit details
    Browse the repository at this point in the history
  7. fix clippy

    pgherveou committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f6a94ee View commit details
    Browse the repository at this point in the history
  8. fix umbrella

    pgherveou committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4ecebf8 View commit details
    Browse the repository at this point in the history
  9. taplo fix

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

    pgherveou committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    133c776 View commit details
    Browse the repository at this point in the history
  11. fix

    pgherveou committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3ec812e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4c408eb View commit details
    Browse the repository at this point in the history
  13. fixes

    pgherveou committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5eff463 View commit details
    Browse the repository at this point in the history
  14. taplo

    pgherveou committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    848e4d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Apply suggestions from code review

    Co-authored-by: Cyrill Leutwiler <cyrill@parity.io>
    pgherveou and xermicus authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    022a732 View commit details
    Browse the repository at this point in the history
  2. fix prdoc

    pgherveou committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5261c37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4378397 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87f1990 View commit details
    Browse the repository at this point in the history