Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conduit: Conduit/develop merge #1222

Merged
merged 44 commits into from
Sep 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
9d210ed
Bump version to 2.13.0-rc1
Algo-devops-service Jul 14, 2022
0a8af61
Bump version to 2.13.0
Algo-devops-service Jul 21, 2022
996bf10
Documentation for data directory. (#1125)
winder Jul 22, 2022
e7e1428
Don't lookup big foreign assets. (#1141)
winder Jul 22, 2022
8c917ef
Revert "Bump version to 2.13.0"
algobarb Jul 25, 2022
7915890
Bump version to 2.13.0
Algo-devops-service Jul 25, 2022
cfd3c55
Fix import performance test runner. (#1133)
winder Jul 25, 2022
42a7445
Revert "Bump version to 2.13.0"
algobarb Jul 25, 2022
4126e35
Bump version to 2.13.0
Algo-devops-service Jul 25, 2022
ed2a991
test fixes: Submodule updates (#1144)
Eric-Warehime Jul 25, 2022
646ca85
Enhancement: remove import validator utility and obsolete ledger for …
tzaffi Jul 26, 2022
d793b87
Merge branch 'develop' into release/2.13.0
winder Jul 26, 2022
e59f132
Merge branch 'release/2.13.0' into develop
Algo-devops-service Jul 27, 2022
63a6c2b
Docs: Readme update (#1149)
Eric-Warehime Jul 27, 2022
69f707d
Testing: Use tempdir instead of /tmp for e2elive test (#1152)
winder Jul 29, 2022
1766a0d
Format misc/*.py with `black` (#1153)
tzaffi Jul 29, 2022
e6f6add
apply black to e2elive.py as well (#1154)
tzaffi Jul 29, 2022
66b8583
Enhancement: More information about S3 keys searched for and Dockerfi…
tzaffi Aug 1, 2022
6b61b08
Bug-Fix: Implement BlockHdrCached + miscellany (#1162)
tzaffi Aug 3, 2022
8c49d86
Enhancement: add max int64 checks (#1166)
shiqizng Aug 9, 2022
dc8f994
state proofs: Indexer Support for State Proofs (#1002)
Eric-Warehime Aug 10, 2022
c6e15b4
Bump version to 2.14.0-rc1
Algo-devops-service Aug 10, 2022
d525b29
Stop Panics if no config is supplied (#1180)
AlgoStephenAkiki Aug 15, 2022
fc5f373
Fix spec name collisions. (#1182)
winder Aug 15, 2022
7617f01
Update go-algorand submodule to v3.9.1-beta (#1185)
onetechnical Aug 16, 2022
777a34d
Bump version to 2.14.0-rc2
Algo-devops-service Aug 16, 2022
b129605
Disable deadlock detection (#1186)
winder Aug 16, 2022
055a502
Add support for new block header: TxnRoot SHA256 (#989)
Aharonee Aug 18, 2022
31e7ddf
Accept yaml and yml configuration files. (#1181)
AlgoStephenAkiki Aug 19, 2022
499b784
Fix bug in reveals lookup (#1198)
michaeldiamant Aug 20, 2022
18b8a22
Fix bug in reveals lookup (#1198)
michaeldiamant Aug 20, 2022
1195fcf
Bump version to 2.14.0-rc3
Algo-devops-service Aug 20, 2022
1ce539a
add state proof example with high reveal index - from betanet (#1199)
id-ms Aug 23, 2022
7c856d5
Devops: Bump go-algorand submodule to v3.9.2-beta (#1203)
onetechnical Aug 26, 2022
db21a94
Bump version to 2.14.0-rc4
Algo-devops-service Aug 26, 2022
548f180
enhancement: Clarify REST query parameters for accounts search (#1201)
shiqizng Aug 30, 2022
284ddc1
cicd: add darwin arm64 support to release script (#1169)
algolucky Aug 30, 2022
35fd745
Bump version to 2.14.0
Algo-devops-service Sep 2, 2022
2619fdb
Downgrade mockery to prevent incorrect deprecation warning. (#1211)
winder Sep 2, 2022
1a21540
Enhancement: update e2e test policy (#1197)
shiqizng Sep 2, 2022
fe16e57
Fix release 2.14.0 (#1214)
Aharonee Sep 7, 2022
5fff11e
Merge branch 'develop' into release/2.14.0
winder Sep 7, 2022
e19ec4b
Merge branch 'release/2.14.0' into develop
Algo-devops-service Sep 7, 2022
f080151
Merge remote-tracking branch 'upstream/develop' into conduit
Eric-Warehime Sep 13, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ workflows:
jobs:
test:
machine:
image: << pipeline.parameters.ubuntu_image >>
image: << pipeline.parameters.ubuntu_image >>
parameters:
go_version:
type: string
environment:
CI_E2E_FILENAME: "fafa8862/rel-nightly"
steps:
- go/install:
version: << parameters.go_version >>
Expand All @@ -53,10 +55,12 @@ jobs:
- codecov/upload
test_nightly:
machine:
image: << pipeline.parameters.ubuntu_image >>
image: << pipeline.parameters.ubuntu_image >>
parameters:
go_version:
type: string
environment:
CI_E2E_FILENAME: "rel-nightly"
steps:
- go/install:
version: << parameters.go_version >>
Expand Down Expand Up @@ -119,7 +123,7 @@ commands:

- run: echo 'export PATH=$PATH:/usr/local/go/bin' >> $BASH_ENV

- run:
- run:
name: Install golint
command: go install golang.org/x/lint/golint@latest

Expand Down
1 change: 1 addition & 0 deletions .gitmodules
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
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.13.0
2.14.0
10 changes: 9 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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/v2@v2.12.3
go install github.com/vektra/mockery/v2@v2.12.1
cd idb && mockery --name=IndexerDb

# check that all packages (except tests) compile
Expand Down Expand Up @@ -98,4 +98,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: all 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 conduit
4 changes: 2 additions & 2 deletions api/converter_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ func signedTxnWithAdToTransaction(stxn *transactions.SignedTxnWithAD, extra rowD
},
}
}
proof := generated.StateProof{
proof := generated.StateProofFields{
PartProofs: &generated.MerkleArrayProof{
HashFactory: &generated.HashFactory{
HashType: uint64Ptr(uint64(stxn.Txn.StateProof.PartProofs.HashFactory.HashType)),
Expand All @@ -490,7 +490,7 @@ func signedTxnWithAdToTransaction(stxn *transactions.SignedTxnWithAD, extra rowD
PositionsToReveal: &stxn.Txn.StateProof.PositionsToReveal,
}

message := generated.StateProofMessage{
message := generated.IndexerStateProofMessage{
BlockHeadersCommitment: &stxn.Txn.Message.BlockHeadersCommitment,
FirstAttestedRound: uint64Ptr(stxn.Txn.Message.FirstAttestedRound),
LatestAttestedRound: uint64Ptr(stxn.Txn.Message.LastAttestedRound),
Expand Down
338 changes: 170 additions & 168 deletions api/generated/common/routes.go

Large diffs are not rendered by default.

49 changes: 26 additions & 23 deletions api/generated/common/types.go

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

Loading