You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// NOTE: both generators currently do not support type aliases.
153
+
// We are using custom versions of these programs for now to support type aliases,
154
+
// see https://github.com/ava-labs/coreth/pull/746#discussion_r1969673252
152
155
//go:generate go run github.com/fjl/gencodec -type HeaderSerializable -field-override headerMarshaling -out gen_header_serializable_json.go
153
-
//go:generate go run github.com/ava-labs/libevm/rlp/rlpgen@739ba847f6f407f63fd6a24175b24e56fea583a1 -type HeaderSerializable -out gen_header_serializable_rlp.go
156
+
//go:generate go run github.com/ava-labs/libevm/rlp/rlpgen -type HeaderSerializable -out gen_header_serializable_rlp.go
154
157
155
158
// HeaderSerializable defines the header of a block in the Ethereum blockchain,
156
159
// as it is to be serialized into RLP and JSON. Note it must be exported so that
0 commit comments