-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into fix_release_2.14.0
# Conflicts: # api/generated/v2/routes.go # third_party/go-algorand
- Loading branch information
Showing
25 changed files
with
408 additions
and
286 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
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[submodule "go-algorand"] | ||
path = third_party/go-algorand | ||
url = https://github.com/algorand/go-algorand | ||
branch = rel/nightly |
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 |
---|---|---|
|
@@ -34,7 +34,7 @@ idb/postgres/internal/schema/setup_postgres_sql.go: idb/postgres/internal/schema | |
cd idb/postgres/internal/schema && go generate | ||
|
||
idb/mocks/IndexerDb.go: idb/idb.go | ||
go install github.com/vektra/mockery/[email protected].3 | ||
go install github.com/vektra/mockery/[email protected].1 | ||
cd idb && mockery --name=IndexerDb | ||
|
||
# check that all packages (except tests) compile | ||
|
@@ -93,4 +93,12 @@ indexer-v-algod-swagger: | |
|
||
indexer-v-algod: nightly-setup indexer-v-algod-swagger nightly-teardown | ||
|
||
# fetch and update submodule. it's default to latest rel/nightly branch. | ||
# to use a different branch, update the branch in .gitmodules for CI build, | ||
# and for local testing, you may checkout a specific branch in the submodule. | ||
# after submodule is updated, CI_E2E_FILE in circleci/config.yml should also | ||
# be updated to use a newer artifact. path copied from s3 bucket, s3://algorand-testdata/indexer/e2e4/ | ||
update-submodule: | ||
git submodule update --remote | ||
|
||
.PHONY: test e2e integration fmt lint deploy sign test-package package fakepackage cmd/algorand-indexer/algorand-indexer idb/mocks/IndexerDb.go go-algorand indexer-v-algod |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.