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(protocol)!: re-implement multi-hop bridging with optional caching #15761

Merged
merged 54 commits into from
Feb 15, 2024

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    6649b4d View commit details
    Browse the repository at this point in the history
  2. improved hop processing

    dantaik committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6ce392f View commit details
    Browse the repository at this point in the history
  3. Update ISignalService.sol

    dantaik committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0249dd5 View commit details
    Browse the repository at this point in the history
  4. impl

    dantaik committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    da1b121 View commit details
    Browse the repository at this point in the history
  5. delete IHopRelayRegistry

    dantaik committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    fc82575 View commit details
    Browse the repository at this point in the history
  6. fix

    dantaik committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    c84a075 View commit details
    Browse the repository at this point in the history
  7. fix tests

    dantaik committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    76cdb83 View commit details
    Browse the repository at this point in the history
  8. Update SignalService.sol

    dantaik committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1a170dd View commit details
    Browse the repository at this point in the history
  9. more

    dantaik committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    24be6ff View commit details
    Browse the repository at this point in the history
  10. fmt

    dantaik committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a657fe8 View commit details
    Browse the repository at this point in the history
  11. more

    dantaik committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1f5e57d View commit details
    Browse the repository at this point in the history
  12. fmt

    dantaik committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    adbacc8 View commit details
    Browse the repository at this point in the history
  13. lint

    dantaik committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3f8031a View commit details
    Browse the repository at this point in the history
  14. Update SignalService.sol

    dantaik committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    2b5eeb0 View commit details
    Browse the repository at this point in the history
  15. Update SignalService.sol

    dantaik committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    33d4332 View commit details
    Browse the repository at this point in the history
  16. Update TaikoL2.t.sol

    dantaik committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    870b613 View commit details
    Browse the repository at this point in the history
  17. fix test

    dantaik committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    8535c7f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    786cc9b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5e4b4a9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c1d1e08 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    59ef70a View commit details
    Browse the repository at this point in the history
  22. fix (#15769)

    dantaik authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    bfdba14 View commit details
    Browse the repository at this point in the history
  23. remove setTrustedRelay

    dantaik committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    37260db View commit details
    Browse the repository at this point in the history
  24. Update SignalService.sol

    dantaik committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ec8339e View commit details
    Browse the repository at this point in the history
  25. revert some changes (#15774)

    dantaik authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d7c8752 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b823c64 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    148dfbf View commit details
    Browse the repository at this point in the history
  28. Update LibUtils.sol

    dantaik committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ea715d0 View commit details
    Browse the repository at this point in the history
  29. Update LibUtils.sol

    dantaik committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1ff27a5 View commit details
    Browse the repository at this point in the history
  30. Update LibTrieProof.t.sol

    dantaik committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    58895f9 View commit details
    Browse the repository at this point in the history
  31. Update LibTrieProof.t.sol

    dantaik committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3b44376 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. improve

    dantaik committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    261103e View commit details
    Browse the repository at this point in the history
  2. Update SignalService.t.sol

    dantaik committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    5e38dbc View commit details
    Browse the repository at this point in the history
  3. fix

    dantaik committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    87002e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bf0cfc View commit details
    Browse the repository at this point in the history
  5. fmt

    dantaik committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4a9fb8b View commit details
    Browse the repository at this point in the history
  6. Merge branch 'improve_signal_service_and_multihop' of github.com:taik…

    …oxyz/taiko-mono into improve_signal_service_and_multihop
    dantaik committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4ac4c0e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70920b2 View commit details
    Browse the repository at this point in the history
  8. +syncedInBlock

    dantaik committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    78ea8f3 View commit details
    Browse the repository at this point in the history
  9. fix

    dantaik committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    7f0e3a4 View commit details
    Browse the repository at this point in the history
  10. catch signal errors

    dantaik committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    7285f13 View commit details
    Browse the repository at this point in the history
  11. Update SignalService.t.sol

    dantaik committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e6af695 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    caee5bf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8254a3f View commit details
    Browse the repository at this point in the history
  14. feat(protocol): remove unused imports (#15781)

    Co-authored-by: Keszey Dániel <[email protected]>
    adaki2004 and Keszey Dániel authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    f09b36a View commit details
    Browse the repository at this point in the history
  15. Update TaikoTest.sol

    dantaik committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    429285e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    479bf24 View commit details
    Browse the repository at this point in the history
  17. Update GenerateGenesis.g.sol

    dantaik committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a9fe655 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4bcbda1 View commit details
    Browse the repository at this point in the history
  19. fix

    dantaik committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    3207979 View commit details
    Browse the repository at this point in the history
  20. Update foundry.toml

    dantaik committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1f1de03 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b03c001 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b3fa5db View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

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