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

disable consumer initiated slashing + fix slash acks bug #692

Merged
merged 29 commits into from
Feb 6, 2023

Commits on Jan 31, 2023

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

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    ca336b6 View commit details
    Browse the repository at this point in the history
  2. fix diff testing

    sainoe committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    5a94d33 View commit details
    Browse the repository at this point in the history
  3. fix TestHandleSlashPacket

    shaspitz committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    3362d26 View commit details
    Browse the repository at this point in the history
  4. fix relay tests

    shaspitz committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    c96b752 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    51289c4 View commit details
    Browse the repository at this point in the history
  2. set jailUntil again

    shaspitz committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    69086f8 View commit details
    Browse the repository at this point in the history
  3. rm TestSlashUndelegation

    shaspitz committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    7e38dbe View commit details
    Browse the repository at this point in the history
  4. rm unused func

    shaspitz committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    7b93387 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc08a1b View commit details
    Browse the repository at this point in the history
  6. comments

    shaspitz committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    550e05d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    73cfd6f View commit details
    Browse the repository at this point in the history
  8. final fix in slashing.go

    shaspitz committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    23a93ab View commit details
    Browse the repository at this point in the history
  9. fix TestHandleSlashPacket

    shaspitz committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    186774d View commit details
    Browse the repository at this point in the history
  10. expectJailing bool

    shaspitz committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    16d17a4 View commit details
    Browse the repository at this point in the history
  11. fix throttle e2e tests

    shaspitz committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    3ce6cba View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0e280f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. doc diff test

    sainoe committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    ec89a19 View commit details
    Browse the repository at this point in the history
  2. fix diff-test slashing

    sainoe committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    b78c4a1 View commit details
    Browse the repository at this point in the history
  3. upstream new traces

    sainoe committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    7bb66d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be8da31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    045015a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ed0fa3 View commit details
    Browse the repository at this point in the history
  7. merge

    shaspitz committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    a9f9770 View commit details
    Browse the repository at this point in the history
  8. rm comment

    shaspitz committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    238a69f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. fix bug in diff-test model

    sainoe committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    3429939 View commit details
    Browse the repository at this point in the history
  2. Fix slash acks bug (#708)

    * refactor Slash processing on provider and consumer
    
    * add unittest for slash acks correctness
    
    * update using review comments
    
    * fix and tests
    
    * relay test
    
    * smol
    
    ---------
    
    Co-authored-by: Matija Salopek <[email protected]>
    Co-authored-by: MSalopek <[email protected]>
    3 people authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    73fc228 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4261dcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    975cf36 View commit details
    Browse the repository at this point in the history