Skip to content

Commit

Permalink
remove redundant makefile command, remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
nomaxg committed Nov 29, 2023
1 parent 046e915 commit 19873a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -332,14 +332,6 @@ contracts/test/prover/proofs/%.json: $(arbitrator_cases)/%.wasm $(arbitrator_pro
go run solgen/gen.go
@touch $@

.make/generate-hotshot-binding:
forge build --root espresso-sequencer --out ../out --extra-output-files abi
mkdir -p solgen/go/espressogen/hotshot
mv ./out/HotShot.sol/HotShot.abi.json ./solgen/go/espressogen/hotshot
rm -rf out
abigen --abi ./solgen/go/espressogen/hotshot/HotShot.abi.json --pkg hotshot --out ./solgen/go/espressogen/hotshot/hotshot.go
rm ./solgen/go/espressogen/hotshot/HotShot.abi.json

.make/solidity: $(DEP_PREDICATE) contracts/src/*/*.sol .make/yarndeps $(ORDER_ONLY_PREDICATE) .make
yarn --cwd contracts build
@touch $@
Expand Down
2 changes: 0 additions & 2 deletions staker/block_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -704,8 +704,6 @@ validationsLoop:
}
if currentStatus == Prepared {
input, err := validationStatus.Entry.ToInput()
log.Info("Here is the prepared validation input", "prepared length", len(input.BatchInfo), "hotshot commitment", input.BatchInfo[0].HotShotCommitment, "first batch number", input.BatchInfo[0].Number)
log.Info("Using espresso", "espresso", v.config().Espresso)
if err != nil && ctx.Err() == nil {
v.possiblyFatal(fmt.Errorf("%w: error preparing validation", err))
continue
Expand Down

0 comments on commit 19873a9

Please sign in to comment.