Skip to content

Commit

Permalink
update mocks for span, ethdb and add command in makefile
Browse files Browse the repository at this point in the history
Signed-off-by: jsvisa <delweng@gmail.com>
  • Loading branch information
manav2401 authored and jsvisa committed Jun 28, 2023
1 parent db246b7 commit 800734f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ protoc:

generate-mocks:
go generate mockgen -destination=./tests/bor/mocks/IHeimdallClient.go -package=mocks ./consensus/bor IHeimdallClient
go generate mockgen -destination=./eth/filters/IDatabase.go -package=filters ./ethdb Database
go generate mockgen -destination=./eth/filters/IBackend.go -package=filters ./eth/filters Backend

geth:
Expand Down
29 changes: 29 additions & 0 deletions eth/filters/IDatabase.go

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

0 comments on commit 800734f

Please sign in to comment.