Skip to content

Commit

Permalink
Merge pull request #163 from morph-l2/review
Browse files Browse the repository at this point in the history
feat: Remove code for skipping L1 message
  • Loading branch information
FletcherMan authored Dec 24, 2024
2 parents 0ff2a10 + 87d4785 commit 50a1ac8
Show file tree
Hide file tree
Showing 13 changed files with 103 additions and 598 deletions.
16 changes: 16 additions & 0 deletions MakefileEc2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,19 @@ build-bk-prod-morph-prod-mainnet-to-morph-nccc-geth:
aws s3 cp morph-nccc-geth.tar.gz s3://morph-0582-morph-technical-department-mainnet-data/morph-setup/morph-nccc-geth.tar.gz


# build for holesky
build-bk-prod-morph-prod-testnet-to-morph-geth-holesky:
if [ ! -d dist ]; then mkdir -p dist; fi
$(GORUN) build/ci.go install ./cmd/geth
cp build/bin/geth dist/
tar -czvf morph-geth.tar.gz dist
aws s3 cp morph-geth.tar.gz s3://morph-0582-morph-technical-department-testnet-data/testnet/holesky/morph-setup/morph-geth.tar.gz

build-bk-prod-morph-prod-testnet-to-morph-nccc-geth-holesky:
if [ ! -d dist ]; then mkdir -p dist; fi
$(GORUN) build/ci.go install ./cmd/geth
@echo "Done building."
cp build/bin/geth dist/
tar -czvf morph-nccc-geth.tar.gz dist
aws s3 cp morph-nccc-geth.tar.gz s3://morph-0582-morph-technical-department-testnet-data/testnet/holesky/morph-setup/morph-nccc-geth.tar.gz

249 changes: 0 additions & 249 deletions core/rawdb/accessors_skipped_txs.go

This file was deleted.

Loading

0 comments on commit 50a1ac8

Please sign in to comment.