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

E2E BLS Verification #1251

Merged
merged 14 commits into from
Jan 3, 2024
Merged

E2E BLS Verification #1251

merged 14 commits into from
Jan 3, 2024

Conversation

olegshmuelov
Copy link
Contributor

No description provided.

@olegshmuelov olegshmuelov self-assigned this Dec 21, 2023
@olegshmuelov olegshmuelov changed the base branch from e2e-intial to stage December 26, 2023 15:08
@olegshmuelov olegshmuelov marked this pull request as ready for review December 26, 2023 16:47
@y0sher y0sher changed the base branch from stage to e2e-intial January 2, 2024 10:08
* same json parsing is used across logs catcher
@y0sher y0sher merged commit 2eb8f06 into e2e-intial Jan 3, 2024
5 checks passed
@moshe-blox moshe-blox deleted the e2e-bls-verification branch January 3, 2024 16:05
moshe-blox added a commit that referenced this pull request Jan 18, 2024
commit 2e9f3c3
Author: y0sher <[email protected]>
Date:   Wed Jan 17 17:13:47 2024 +0200

    add pr template to indicate e2e passed

commit 09b410e
Author: y0sher <[email protected]>
Date:   Sun Jan 14 18:37:19 2024 +0200

    return concurrency

commit 9f78734
Author: y0sher <[email protected]>
Date:   Sun Jan 14 18:35:23 2024 +0200

    remove concurrency in actions

commit 14cb6ba
Author: y0sher <[email protected]>
Date:   Sun Jan 14 18:21:45 2024 +0200

    change run conditions

commit 881802f
Author: y0sher <[email protected]>
Date:   Sun Jan 14 18:13:48 2024 +0200

    fix manual dispatch

commit 83bdc3f
Author: y0sher <[email protected]>
Date:   Sun Jan 14 18:03:21 2024 +0200

    turn action to be manual

commit 29f72f2
Author: y0sher <[email protected]>
Date:   Sun Jan 14 17:11:44 2024 +0200

    remove space

commit 852ab87
Author: y0sher <[email protected]>
Date:   Sun Jan 14 16:36:51 2024 +0200

    gh-actions: run only once per in concurrent and stop old running instances.

commit 54fdea4
Author: y0sher <[email protected]>
Date:   Wed Jan 10 10:04:37 2024 +0200

    wrap errors so ctx check will work

commit 4baf21c
Author: y0sher <[email protected]>
Date:   Wed Jan 10 00:19:10 2024 +0200

    Revert "try solving docker issues"

    This reverts commit 2d4e2c5.

commit 41e699a
Author: y0sher <[email protected]>
Date:   Tue Jan 9 23:45:58 2024 +0200

    dockerfile fix to work in ci env

commit 2d4e2c5
Author: y0sher <[email protected]>
Date:   Tue Jan 9 23:19:24 2024 +0200

    try solving docker issues

commit d73526f
Author: y0sher <[email protected]>
Date:   Mon Jan 8 17:06:24 2024 +0200

    return when docker errors

commit 23893ec
Author: y0sher <[email protected]>
Date:   Mon Jan 8 15:00:02 2024 +0200

    fix panic if docker cli can't get logs

commit 6c1e2c7
Merge: 8d6b247 7925424
Author: moshe-blox <[email protected]>
Date:   Sun Jan 7 17:36:53 2024 +0200

    Merge branch 'stage' into e2e-intial

commit 8d6b247
Author: y0sher <[email protected]>
Date:   Thu Jan 4 15:27:03 2024 +0200

    don't match with comma

commit 2eb8f06
Merge: b74e603 a63211d
Author: rehs0y <[email protected]>
Date:   Wed Jan 3 14:17:51 2024 +0200

    Merge pull request #1251 from bloxapp/e2e-bls-verification

    E2E BLS Verification

commit a63211d
Author: moshe-blox <[email protected]>
Date:   Tue Jan 2 17:03:21 2024 +0200

    Add error handling in
    matchDualConditionLog function

commit e7821ea
Author: moshe-blox <[email protected]>
Date:   Tue Jan 2 16:38:05 2024 +0200

    Update e2e/logs_catcher/matcher_bls.go

commit 23d7c97
Author: rehs0y <[email protected]>
Date:   Tue Jan 2 15:17:49 2024 +0200

    fix: unify parsing in bls e2e (#1261)

    * same json parsing is used across logs catcher

commit 4aa689d
Author: olegshmuelov <[email protected]>
Date:   Wed Dec 27 17:27:45 2023 +0200

    clean run script

commit e5bec13
Author: olegshmuelov <[email protected]>
Date:   Wed Dec 27 16:07:29 2023 +0200

    logger debug

commit 2de450b
Author: olegshmuelov <[email protected]>
Date:   Wed Dec 27 15:30:38 2023 +0200

    improvements

commit c1b0f0b
Author: olegshmuelov <[email protected]>
Date:   Tue Dec 26 18:46:32 2023 +0200

    fix step 8

commit 2c0ba26
Author: olegshmuelov <[email protected]>
Date:   Tue Dec 26 18:33:27 2023 +0200

    Revert "fix step 8"

    This reverts commit 26c53ff.

commit 26c53ff
Author: olegshmuelov <[email protected]>
Date:   Tue Dec 26 18:23:41 2023 +0200

    fix step 8

commit 080cdc5
Author: olegshmuelov <[email protected]>
Date:   Tue Dec 26 18:05:22 2023 +0200

    comment broken scenario

commit 2f33d07
Author: olegshmuelov <[email protected]>
Date:   Tue Dec 26 17:32:28 2023 +0200

    make leader un-required

commit cfaba33
Author: olegshmuelov <[email protected]>
Date:   Tue Dec 26 17:10:29 2023 +0200

    uncomment step 8

commit 416d779
Author: olegshmuelov <[email protected]>
Date:   Tue Dec 26 17:07:16 2023 +0200

    bls implement

commit b74e603
Author: y0sher <[email protected]>
Date:   Tue Dec 26 16:34:15 2023 +0200

    beacon proxy structure

commit 0378c7f
Author: olegshmuelov <[email protected]>
Date:   Thu Dec 21 20:52:29 2023 +0200

    bls verification initial commit

commit e59ab28
Author: y0sher <[email protected]>
Date:   Mon Dec 18 12:53:04 2023 +0200

    fix wrong beacon proxy url

commit a947c16
Author: y0sher <[email protected]>
Date:   Mon Dec 18 12:52:41 2023 +0200

    Add beacon client status check

commit c643df7
Author: y0sher <[email protected]>
Date:   Sun Dec 17 17:45:24 2023 +0200

    logs and errors improve

commit a1c78f7
Author: y0sher <[email protected]>
Date:   Thu Dec 14 10:54:40 2023 +0200

    add clean up stage on the action

commit 2fafa89
Author: y0sher <[email protected]>
Date:   Wed Dec 13 23:42:55 2023 +0200

    simplify the script

commit e6a38ed
Author: y0sher <[email protected]>
Date:   Wed Dec 13 23:32:44 2023 +0200

    try to clean up before exiting to have the exit code.

commit d29222c
Author: y0sher <[email protected]>
Date:   Wed Dec 13 23:11:38 2023 +0200

    basic e2e implementation
moshe-blox added a commit that referenced this pull request Jan 21, 2024
commit 5af1605
Author: Anton Korpusenko <[email protected]>
Date:   Fri Jan 19 15:22:48 2024 +0300

    fixed msg_validator_test

commit 69a1f3d
Merge: fbe7cb9 281b767
Author: Anton Korpusenko <[email protected]>
Date:   Thu Jan 18 10:29:58 2024 +0300

    Merge branch 'stage' of github.com:bloxapp/ssv into feat/remove-permissioned-code

commit fbe7cb9
Author: Nikita Kryuchkov <[email protected]>
Date:   Mon Jan 15 16:05:17 2024 +0400

    removed permissioned code

commit 281b767
Merge: be065b6 2e9f3c3
Author: moshe-blox <[email protected]>
Date:   Wed Jan 17 17:24:16 2024 +0200

    Merge pull request #1242 from bloxapp/e2e-intial

    intial slashing protection e2e tests

commit 2e9f3c3
Author: y0sher <[email protected]>
Date:   Wed Jan 17 17:13:47 2024 +0200

    add pr template to indicate e2e passed

commit 09b410e
Author: y0sher <[email protected]>
Date:   Sun Jan 14 18:37:19 2024 +0200

    return concurrency

commit 9f78734
Author: y0sher <[email protected]>
Date:   Sun Jan 14 18:35:23 2024 +0200

    remove concurrency in actions

commit 14cb6ba
Author: y0sher <[email protected]>
Date:   Sun Jan 14 18:21:45 2024 +0200

    change run conditions

commit 881802f
Author: y0sher <[email protected]>
Date:   Sun Jan 14 18:13:48 2024 +0200

    fix manual dispatch

commit 83bdc3f
Author: y0sher <[email protected]>
Date:   Sun Jan 14 18:03:21 2024 +0200

    turn action to be manual

commit 29f72f2
Author: y0sher <[email protected]>
Date:   Sun Jan 14 17:11:44 2024 +0200

    remove space

commit 852ab87
Author: y0sher <[email protected]>
Date:   Sun Jan 14 16:36:51 2024 +0200

    gh-actions: run only once per in concurrent and stop old running instances.

commit 54fdea4
Author: y0sher <[email protected]>
Date:   Wed Jan 10 10:04:37 2024 +0200

    wrap errors so ctx check will work

commit 4baf21c
Author: y0sher <[email protected]>
Date:   Wed Jan 10 00:19:10 2024 +0200

    Revert "try solving docker issues"

    This reverts commit 2d4e2c5.

commit 41e699a
Author: y0sher <[email protected]>
Date:   Tue Jan 9 23:45:58 2024 +0200

    dockerfile fix to work in ci env

commit 2d4e2c5
Author: y0sher <[email protected]>
Date:   Tue Jan 9 23:19:24 2024 +0200

    try solving docker issues

commit d73526f
Author: y0sher <[email protected]>
Date:   Mon Jan 8 17:06:24 2024 +0200

    return when docker errors

commit 23893ec
Author: y0sher <[email protected]>
Date:   Mon Jan 8 15:00:02 2024 +0200

    fix panic if docker cli can't get logs

commit 6c1e2c7
Merge: 8d6b247 7925424
Author: moshe-blox <[email protected]>
Date:   Sun Jan 7 17:36:53 2024 +0200

    Merge branch 'stage' into e2e-intial

commit 8d6b247
Author: y0sher <[email protected]>
Date:   Thu Jan 4 15:27:03 2024 +0200

    don't match with comma

commit 2eb8f06
Merge: b74e603 a63211d
Author: rehs0y <[email protected]>
Date:   Wed Jan 3 14:17:51 2024 +0200

    Merge pull request #1251 from bloxapp/e2e-bls-verification

    E2E BLS Verification

commit a63211d
Author: moshe-blox <[email protected]>
Date:   Tue Jan 2 17:03:21 2024 +0200

    Add error handling in
    matchDualConditionLog function

commit e7821ea
Author: moshe-blox <[email protected]>
Date:   Tue Jan 2 16:38:05 2024 +0200

    Update e2e/logs_catcher/matcher_bls.go

commit 23d7c97
Author: rehs0y <[email protected]>
Date:   Tue Jan 2 15:17:49 2024 +0200

    fix: unify parsing in bls e2e (#1261)

    * same json parsing is used across logs catcher

commit 4aa689d
Author: olegshmuelov <[email protected]>
Date:   Wed Dec 27 17:27:45 2023 +0200

    clean run script

commit e5bec13
Author: olegshmuelov <[email protected]>
Date:   Wed Dec 27 16:07:29 2023 +0200

    logger debug

commit 2de450b
Author: olegshmuelov <[email protected]>
Date:   Wed Dec 27 15:30:38 2023 +0200

    improvements

commit c1b0f0b
Author: olegshmuelov <[email protected]>
Date:   Tue Dec 26 18:46:32 2023 +0200

    fix step 8

commit 2c0ba26
Author: olegshmuelov <[email protected]>
Date:   Tue Dec 26 18:33:27 2023 +0200

    Revert "fix step 8"

    This reverts commit 26c53ff.

commit 26c53ff
Author: olegshmuelov <[email protected]>
Date:   Tue Dec 26 18:23:41 2023 +0200

    fix step 8

commit 080cdc5
Author: olegshmuelov <[email protected]>
Date:   Tue Dec 26 18:05:22 2023 +0200

    comment broken scenario

commit 2f33d07
Author: olegshmuelov <[email protected]>
Date:   Tue Dec 26 17:32:28 2023 +0200

    make leader un-required

commit cfaba33
Author: olegshmuelov <[email protected]>
Date:   Tue Dec 26 17:10:29 2023 +0200

    uncomment step 8

commit 416d779
Author: olegshmuelov <[email protected]>
Date:   Tue Dec 26 17:07:16 2023 +0200

    bls implement

commit b74e603
Author: y0sher <[email protected]>
Date:   Tue Dec 26 16:34:15 2023 +0200

    beacon proxy structure

commit 0378c7f
Author: olegshmuelov <[email protected]>
Date:   Thu Dec 21 20:52:29 2023 +0200

    bls verification initial commit

commit e59ab28
Author: y0sher <[email protected]>
Date:   Mon Dec 18 12:53:04 2023 +0200

    fix wrong beacon proxy url

commit a947c16
Author: y0sher <[email protected]>
Date:   Mon Dec 18 12:52:41 2023 +0200

    Add beacon client status check

commit c643df7
Author: y0sher <[email protected]>
Date:   Sun Dec 17 17:45:24 2023 +0200

    logs and errors improve

commit a1c78f7
Author: y0sher <[email protected]>
Date:   Thu Dec 14 10:54:40 2023 +0200

    add clean up stage on the action

commit 2fafa89
Author: y0sher <[email protected]>
Date:   Wed Dec 13 23:42:55 2023 +0200

    simplify the script

commit e6a38ed
Author: y0sher <[email protected]>
Date:   Wed Dec 13 23:32:44 2023 +0200

    try to clean up before exiting to have the exit code.

commit d29222c
Author: y0sher <[email protected]>
Date:   Wed Dec 13 23:11:38 2023 +0200

    basic e2e implementation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants