-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #281 from onflow/gregor/index-tx-traces
Ingest and index transaction traces
- Loading branch information
Showing
28 changed files
with
1,076 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,13 +15,19 @@ check-tidy: | |
go mod tidy | ||
git diff --exit-code | ||
|
||
.PHONY: fix-lint | ||
fix-lint: | ||
golangci-lint run -v --fix ./... | ||
|
||
.PHONY: generate | ||
generate: | ||
go get -d github.com/vektra/mockery/[email protected] | ||
mockery --dir=storage --name=BlockIndexer --output=storage/mocks | ||
mockery --dir=storage --name=ReceiptIndexer --output=storage/mocks | ||
mockery --dir=storage --name=TransactionIndexer --output=storage/mocks | ||
mockery --dir=storage --name=AccountIndexer --output=storage/mocks | ||
mockery --dir=storage --name=TraceIndexer --output=storage/mocks | ||
mockery --all --dir=services/traces --output=services/traces/mocks | ||
mockery --all --dir=services/ingestion --output=services/ingestion/mocks | ||
mockery --dir=models --name=Engine --output=models/mocks | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.