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

Merge develop into conduit. #1303

Merged
merged 61 commits into from
Nov 2, 2022
Merged

Merge develop into conduit. #1303

merged 61 commits into from
Nov 2, 2022

Conversation

winder
Copy link
Contributor

@winder winder commented Nov 1, 2022

No description provided.

Algo-devops-service and others added 30 commits July 14, 2022 18:40
* Start on round 1 since round 0 is now computed from the genesis file.
* Wait for indexer processor to exit.
* Better logging for metric collection errors.
* Proper support for data directory.
* New test script for future release automation.
* Update go-algorand submodule
* Fix test failure due to duplicate txns
* Add new ledger interface method
…evaluator (algorand#1146)

removing a bunch of code and make the random test pass with the new ledger for evaluator
* Update README header
…le that uses submodule instead of channel (algorand#1151)

* Eric's Dockerfile improvements
* Update misc/e2elive.py
Adds API support to the Indexer for State Proof Transactions and header fields.

Co-authored-by: Will Winder <[email protected]>

Co-authored-by: Will Winder <[email protected]>
Give a default config if not supplied to stop panics.
shiqizng and others added 14 commits September 13, 2022 14:55
* adding ParticipationUpdates to block reponse
…if there are too many transactions. (algorand#1241)

* update block lookup handler
…pointCatchupAccessor (algorand#1257)

* MakeCatchpointCatchupAccessor

* update test job's CI_E2E_FILENAME to latest rel-nightly s3 key
Resolves algorand#1246

Fixes order of configuration so that logger can be set properly
Validator improvements.

Report the canonical address name even if the b64 address is used.
Avoid reporting skipped accounts unless using new '--print-skipped' flag.
Fix REST API error encoding.
Detect algod result limit reached errors.
@codecov
Copy link

codecov bot commented Nov 2, 2022

Codecov Report

Merging #1303 (4ab2a90) into conduit (3c8938e) will increase coverage by 1.29%.
The diff coverage is 75.12%.

@@             Coverage Diff             @@
##           conduit    #1303      +/-   ##
===========================================
+ Coverage    58.89%   60.19%   +1.29%     
===========================================
  Files           78       78              
  Lines        10513    10880     +367     
===========================================
+ Hits          6192     6549     +357     
+ Misses        3768     3735      -33     
- Partials       553      596      +43     
Impacted Files Coverage Δ
api/error_messages.go 100.00% <ø> (ø)
api/generated/common/routes.go 46.51% <ø> (ø)
api/server.go 61.84% <ø> (ø)
idb/idb.go 69.35% <0.00%> (-2.32%) ⬇️
idb/postgres/internal/encoding/types.go 66.66% <ø> (ø)
idb/postgres/internal/writer/util.go 100.00% <ø> (ø)
idb/sig_type.go 64.00% <0.00%> (ø)
...filterprocessor/fields/generated_signed_txn_map.go 12.00% <0.00%> (-0.11%) ⬇️
idb/postgres/internal/writer/writer.go 85.64% <64.00%> (-1.58%) ⬇️
api/generated/v2/routes.go 25.41% <72.09%> (+7.65%) ⬆️
... and 11 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@winder winder changed the title Merbe develop into conduit. Merge develop into conduit. Nov 2, 2022
util/test/account_testutil.go Outdated Show resolved Hide resolved
@winder winder marked this pull request as ready for review November 2, 2022 12:58
Copy link
Contributor

@tzaffi tzaffi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The portions related to boxes look good to me

@winder winder merged commit 964200e into algorand:conduit Nov 2, 2022
@winder winder deleted the will/merge branch November 2, 2022 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.