Skip to content

Commit

Permalink
beacon/engine: move core/beacon to beacon/engine (ethereum#26616)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
zsfelfoldi authored and shekhirin committed Jun 6, 2023
1 parent 7da2539 commit 65fbd73
Show file tree
Hide file tree
Showing 13 changed files with 183 additions and 183 deletions.
2 changes: 1 addition & 1 deletion core/beacon/errors.go → beacon/engine/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.

package beacon
package engine

import (
"github.com/ethereum/go-ethereum/common"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/beacon/gen_ed.go → beacon/engine/gen_ed.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/beacon/gen_epe.go → beacon/engine/gen_epe.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/beacon/types.go → beacon/engine/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.

package beacon
package engine

import (
"fmt"
Expand Down
114 changes: 57 additions & 57 deletions eth/catalyst/api.go

Large diffs are not rendered by default.

Loading

0 comments on commit 65fbd73

Please sign in to comment.