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

Receive ptc message #14394

Merged
merged 3 commits into from
Aug 29, 2024
Merged

Receive ptc message #14394

merged 3 commits into from
Aug 29, 2024

Conversation

potuz
Copy link
Contributor

@potuz potuz commented Aug 28, 2024

Move the handling of PTC messages from the sync package to the chain package so that it can be called from rpc

@potuz potuz requested review from prestonvanloon and a team as code owners August 28, 2024 16:00
@potuz potuz added the ePBS EIP-7732 label Aug 28, 2024
@potuz potuz changed the base branch from develop to epbs August 28, 2024 16:04
@@ -22,6 +22,7 @@ import (
"github.com/prysmaticlabs/prysm/v5/encoding/bytesutil"
"github.com/prysmaticlabs/prysm/v5/monitoring/tracing"
ethpbv1 "github.com/prysmaticlabs/prysm/v5/proto/eth/v1"
eth "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1"
ethpb "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is same package imported twice under different names?

Comment on lines 32 to 33
eth "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1"
ethpb "github.com/prysmaticlabs/prysm/v5/proto/prysm/v1alpha1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here, duplicated imports

@potuz potuz merged commit 552f468 into epbs Aug 29, 2024
15 of 16 checks passed
@potuz potuz deleted the receive_ptc_message branch August 29, 2024 12:38
potuz added a commit that referenced this pull request Aug 29, 2024
* Handle incoming ptc attestation messages in the chain package

* fix double import

* remove unused error
potuz added a commit that referenced this pull request Sep 13, 2024
* Handle incoming ptc attestation messages in the chain package

* fix double import

* remove unused error
potuz added a commit that referenced this pull request Sep 18, 2024
* Handle incoming ptc attestation messages in the chain package

* fix double import

* remove unused error
potuz added a commit that referenced this pull request Sep 26, 2024
* Handle incoming ptc attestation messages in the chain package

* fix double import

* remove unused error
potuz added a commit that referenced this pull request Oct 7, 2024
* Handle incoming ptc attestation messages in the chain package

* fix double import

* remove unused error
potuz added a commit that referenced this pull request Oct 14, 2024
* Handle incoming ptc attestation messages in the chain package

* fix double import

* remove unused error
potuz added a commit that referenced this pull request Oct 16, 2024
* Handle incoming ptc attestation messages in the chain package

* fix double import

* remove unused error
potuz added a commit that referenced this pull request Oct 22, 2024
* Handle incoming ptc attestation messages in the chain package

* fix double import

* remove unused error
potuz added a commit that referenced this pull request Oct 28, 2024
* Handle incoming ptc attestation messages in the chain package

* fix double import

* remove unused error
potuz added a commit that referenced this pull request Nov 1, 2024
* Handle incoming ptc attestation messages in the chain package

* fix double import

* remove unused error
potuz added a commit that referenced this pull request Nov 4, 2024
* Handle incoming ptc attestation messages in the chain package

* fix double import

* remove unused error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ePBS EIP-7732
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants