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

Implement CCIPHome based on RMNHome #1459

Draft
wants to merge 36 commits into
base: ccip-develop
Choose a base branch
from
Draft

Commits on Sep 19, 2024

  1. init rmn home

    RensR committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b250524 View commit details
    Browse the repository at this point in the history
  2. refactor rmn home

    RensR committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a2633a3 View commit details
    Browse the repository at this point in the history
  3. add dynamic/static

    RensR committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    606981c View commit details
    Browse the repository at this point in the history
  4. add more tests

    RensR committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    36720d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. rm promoteSecondary

    RensR committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    21e8308 View commit details
    Browse the repository at this point in the history
  2. store bytes instead of struct

    RensR committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    053aa99 View commit details
    Browse the repository at this point in the history
  3. extract HomeBase

    RensR committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e5814d0 View commit details
    Browse the repository at this point in the history
  4. extract digest calc

    RensR committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3992dac View commit details
    Browse the repository at this point in the history
  5. add version to storedConfig

    RensR committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7ddbf72 View commit details
    Browse the repository at this point in the history
  6. add getters for configs in base

    RensR committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    451a2fc View commit details
    Browse the repository at this point in the history
  7. have getters use base getters

    RensR committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3647d25 View commit details
    Browse the repository at this point in the history
  8. extract validation functions

    RensR committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    97c1471 View commit details
    Browse the repository at this point in the history
  9. move all setters to HomeBase

    RensR committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    32a3cda View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b33d7a View commit details
    Browse the repository at this point in the history
  11. add CR support to RMN

    RensR committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    35e56e5 View commit details
    Browse the repository at this point in the history
  12. add ccipHome

    RensR committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    725a3d9 View commit details
    Browse the repository at this point in the history
  13. fix getter types

    RensR committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0c07613 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f1766b2 View commit details
    Browse the repository at this point in the history
  15. add getAllChainConfigs

    RensR committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    72b0884 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4318f80 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ed271dc View commit details
    Browse the repository at this point in the history
  18. add basic tests

    RensR committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d572c5c View commit details
    Browse the repository at this point in the history
  19. use single key to index

    RensR committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    488c5e6 View commit details
    Browse the repository at this point in the history
  20. move CR to CCIPHome

    RensR committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5309aa2 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    ce86ed6 View commit details
    Browse the repository at this point in the history
  2. improve comments, rm ccipConfig

    RensR committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0b64028 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. put base into CCIPHome

    RensR committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2d7ed93 View commit details
    Browse the repository at this point in the history
  2. ccipHome without inheritance

    RensR committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fff5d77 View commit details
    Browse the repository at this point in the history
  3. rm pluginKey in rmn

    RensR committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    68b96a7 View commit details
    Browse the repository at this point in the history
  4. use correct types in RMNHome

    RensR committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a445b38 View commit details
    Browse the repository at this point in the history
  5. cleanup

    RensR committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    17b57ab View commit details
    Browse the repository at this point in the history
  6. add storing of ccip config

    RensR committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    57f63e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. fix typos

    RensR committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d309e11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3854ec9 View commit details
    Browse the repository at this point in the history
  3. improve comments

    RensR committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9426e0c View commit details
    Browse the repository at this point in the history
  4. full cov rmn

    RensR committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    60d07b4 View commit details
    Browse the repository at this point in the history