Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "go-ethereum"]
path = go-ethereum
url = https://github.com/morph-l2/go-ethereum.git
branch = release/0.3.x
tag = v0.3.0-beta
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ go-work-sync: ## update the dependencies

submodules:
git submodule update --init
git submodule update --remote
.PHONY: submodules

submodule-update:
git submodule update --remote
.PHONY: submodule-update

format: ## format the code
go work sync
goimports -local $(PWD)/bindings/ -w .
Expand Down