Skip to content

Commit 5111dea

Browse files
committed
revert ssz generated file
1 parent 17e5c9e commit 5111dea

File tree

5 files changed

+7
-61
lines changed

5 files changed

+7
-61
lines changed

p2p/discover/portalwire/messages.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import (
44
ssz "github.com/ferranbt/fastssz"
55
)
66

7-
//go:generate sszgen --path messages.go --exclude-objs Content,Enrs,ContentKV
7+
// note: We changed the generated file since fastssz issues which can't be passed by the CI, so we commented the go:generate line
8+
///go:generate sszgen --path messages.go --exclude-objs Content,Enrs,ContentKV
89

910
// Message codes for the portal protocol.
1011
const (

p2p/discover/portalwire/messages_encoding.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

portalnetwork/beacon/types_encoding.go

Lines changed: 1 addition & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

portalnetwork/history/types.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import (
66
ssz "github.com/ferranbt/fastssz"
77
)
88

9-
//go:generate sszgen --path types.go --exclude-objs BlockHeaderProof,PortalReceipts
9+
// note: We changed the generated file since fastssz issues which can't be passed by the CI, so we commented the go:generate line
10+
///go:generate sszgen --path types.go --exclude-objs BlockHeaderProof,PortalReceipts
1011

1112
type BlockHeaderProofType uint8
1213

portalnetwork/history/types_encoding.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)