Skip to content

Commit 3a5acee

Browse files
authored
beacon/engine: move core/beacon to beacon/engine (#26616)
This PR moves core/beacon to beacon/engine so that beacon-chain related code has its own top level package which also can house the the beacon lightclient-code.
1 parent 8860b39 commit 3a5acee

File tree

13 files changed

+183
-183
lines changed

13 files changed

+183
-183
lines changed

core/beacon/errors.go renamed to beacon/engine/errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU Lesser General Public License
1515
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
1616

17-
package beacon
17+
package engine
1818

1919
import (
2020
"github.com/ethereum/go-ethereum/common"

core/beacon/gen_blockparams.go renamed to beacon/engine/gen_blockparams.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.

core/beacon/gen_ed.go renamed to beacon/engine/gen_ed.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.

core/beacon/gen_epe.go renamed to beacon/engine/gen_epe.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.

core/beacon/types.go renamed to beacon/engine/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU Lesser General Public License
1515
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
1616

17-
package beacon
17+
package engine
1818

1919
import (
2020
"fmt"

eth/catalyst/api.go

Lines changed: 57 additions & 57 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)