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

[BCI-3989][core] - CR methods err when service unstarted #14123

Draft
wants to merge 80 commits into
base: develop
Choose a base branch
from

Commits on Aug 14, 2024

  1. add isStarted check

    Farber98 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    111057c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f8ed23 View commit details
    Browse the repository at this point in the history
  3. bump common version

    Farber98 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0074a33 View commit details
    Browse the repository at this point in the history
  4. Squashed commit of the following:

    commit cb25d0b
    Author: Cedric Cordenier <[email protected]>
    Date:   Wed Aug 14 11:00:55 2024 +0100
    
        Add enum for CapabilityType
    
    commit 6470106
    Author: Cedric Cordenier <[email protected]>
    Date:   Wed Aug 14 09:32:47 2024 +0100
    
        Update common
    
    commit bbb11bd
    Merge: 5265503 3399dd6
    Author: Cedric <[email protected]>
    Date:   Wed Aug 14 09:33:34 2024 +0100
    
        Merge branch 'develop' into KS-426-remove-panic-capability-type
    
    commit 5265503
    Author: Cedric Cordenier <[email protected]>
    Date:   Wed Aug 14 09:32:47 2024 +0100
    
        Update common
    
    commit 3e1cc15
    Merge: a80942f eb31cf7
    Author: Vyzaldy Sanchez <[email protected]>
    Date:   Tue Aug 13 11:25:22 2024 -0400
    
        Merge branch 'develop' into KS-426-remove-panic-capability-type
    
    commit a80942f
    Author: Cedric Cordenier <[email protected]>
    Date:   Mon Aug 12 14:14:24 2024 +0100
    
        [chore] Remove panic from CapabilityType type
    Farber98 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2132bf0 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Revert "Squashed commit of the following:"

    This reverts commit 2132bf0.
    Farber98 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    53adad8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf588c7 View commit details
    Browse the repository at this point in the history
  3. bump common version

    Farber98 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    2cce774 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8b366e View commit details
    Browse the repository at this point in the history
  5. Revert "fix ccip failing integration tests"

    This reverts commit e8b366e.
    Farber98 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    7fa91e6 View commit details
    Browse the repository at this point in the history
  6. remove check from bind

    Farber98 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ed83615 View commit details
    Browse the repository at this point in the history
  7. bump common version

    Farber98 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    fa2d416 View commit details
    Browse the repository at this point in the history
  8. fix chain reader tests

    Farber98 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4b2e503 View commit details
    Browse the repository at this point in the history
  9. StartChainReader method

    Farber98 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    7184150 View commit details
    Browse the repository at this point in the history
  10. bump common version

    Farber98 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1e41db4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    add59d8 View commit details
    Browse the repository at this point in the history
  12. Revert "start chain reader inside registry syncer"

    This reverts commit add59d8.
    Farber98 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    db99f56 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7fde790 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    83c2559 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    52e3313 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b0c3305 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    46d0c84 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. create var for err

    Farber98 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    deb2d30 View commit details
    Browse the repository at this point in the history
  2. bump common version

    Farber98 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8a7054d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2aa2ee3 View commit details
    Browse the repository at this point in the history
  4. bump common version

    Farber98 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c63bcc6 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    733e0e0 View commit details
    Browse the repository at this point in the history
  2. bump common version

    Farber98 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    894835e View commit details
    Browse the repository at this point in the history
  3. add changeset

    Farber98 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d7153ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be1d2c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46d7e32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ea601d View commit details
    Browse the repository at this point in the history
  7. idempotent start and close

    Farber98 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    19a0268 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    a0344e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f45f15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    482bb8b View commit details
    Browse the repository at this point in the history
  4. bump common version

    Farber98 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5c93499 View commit details
    Browse the repository at this point in the history
  5. bump common

    Farber98 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0e8f75f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    2eb9b0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6381bcd View commit details
    Browse the repository at this point in the history
  3. bump common version

    Farber98 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    f8d149d View commit details
    Browse the repository at this point in the history
  4. fix conflict

    Farber98 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    160ea54 View commit details
    Browse the repository at this point in the history
  5. fix conflict

    Farber98 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    0272eec View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    d945744 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    017380c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7448064 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fc175f View commit details
    Browse the repository at this point in the history
  5. bump common

    Farber98 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2a236da View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    e42f6dd View commit details
    Browse the repository at this point in the history
  2. bump deps

    Farber98 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3bff641 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    917add2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    732f4c0 View commit details
    Browse the repository at this point in the history
  5. bump common

    Farber98 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ca2124d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19ac700 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    ec4dcbd View commit details
    Browse the repository at this point in the history
  2. bump common

    Farber98 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3684bde View commit details
    Browse the repository at this point in the history
  3. fix tidy & generate ci

    Farber98 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    eaa8149 View commit details
    Browse the repository at this point in the history
  4. fix go.md error

    Farber98 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e06b1d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    cadbc0f View commit details
    Browse the repository at this point in the history
  2. bump common

    Farber98 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2715354 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    9b8be2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ddc56c View commit details
    Browse the repository at this point in the history
  3. bump common

    Farber98 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8095ff8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    872fd3c View commit details
    Browse the repository at this point in the history
  5. bump common

    Farber98 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    00044c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. merge develop

    Farber98 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e1792e9 View commit details
    Browse the repository at this point in the history
  2. merge develop

    Farber98 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    76ed985 View commit details
    Browse the repository at this point in the history
  3. merge develop

    Farber98 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    218f3cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8e1c2b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    37c892c View commit details
    Browse the repository at this point in the history
  2. fix conflicts pr

    Farber98 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3fcbbf6 View commit details
    Browse the repository at this point in the history
  3. bump common

    Farber98 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    56b0f5f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    e569a69 View commit details
    Browse the repository at this point in the history
  2. bump common

    Farber98 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    36e4489 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c83a850 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. bump common

    Farber98 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    40d2cc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e96d20c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07c8f01 View commit details
    Browse the repository at this point in the history
  4. bump common

    Farber98 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b22ad6b View commit details
    Browse the repository at this point in the history