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

Incentives: Bump to v40 consensus supporting development versions of Go SDK and Indexer. #179

Merged
merged 2 commits into from
Dec 21, 2024

Conversation

gmalouf
Copy link
Contributor

@gmalouf gmalouf commented Dec 20, 2024

Summary

Support v40 consensus version and new heartbeat transaction type.

Test Plan

Existing tests should pass.

@gmalouf gmalouf added the enhancement New feature or request label Dec 20, 2024
@gmalouf gmalouf self-assigned this Dec 20, 2024
@gmalouf gmalouf changed the title Incentives: Bump to v40 consensus supporting development versions of Go SDK and I… Incentives: Bump to v40 consensus supporting development versions of Go SDK and Indexer. Dec 20, 2024
@@ -60,6 +60,8 @@ var ignoreTags = map[string]bool{
"txn.apsu": true,
"dt.lg": true,
"dt.sa": true,
// Filter out heartbeat fields that are not obvious how to filter upon
"txn.hb": true,

Choose a reason for hiding this comment

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

I have no idea what's going on here, so I'm guessing here. But is seems like the hb address is a worthwhile and understandable field. I guess the rest of the hb fields are not very interesting.

Copy link

@algorandskiy algorandskiy left a comment

Choose a reason for hiding this comment

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

I guess generally there is no interest in heartbeat txns? so LGTM

… can be checked in the filter processor with pre-existing fields.
@gmalouf
Copy link
Contributor Author

gmalouf commented Dec 20, 2024

I guess generally there is no interest in heartbeat txns? so LGTM

I am happy to add filter processors for heartbeat address if people end up wanting them, but can be follow-up.

@gmalouf gmalouf merged commit 882de01 into algorand:master Dec 21, 2024
3 checks passed
@gmalouf gmalouf deleted the heartbeat-support branch December 21, 2024 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants