-
Notifications
You must be signed in to change notification settings - Fork 474
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
go-algorand 3.12.1-beta Release PR #4820
Closed
Algo-devops-service
wants to merge
47
commits into
algorand:rel/beta
from
Algo-devops-service:relbeta3.12.1
Closed
go-algorand 3.12.1-beta Release PR #4820
Algo-devops-service
wants to merge
47
commits into
algorand:rel/beta
from
Algo-devops-service:relbeta3.12.1
Conversation
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
Co-authored-by: Tolik Zinovyev <tolik@algorand.com>
Txpool might store failed transactions for quite a long time on its StatusCache. When someone requests a pending transaction and it gets retrieved from the cache, there is no indication it actually failed, and a user might have an impression the txn is fine but stuck. Co-authored-by: Jason Paulos <jasonpaulos@users.noreply.github.com>
…n getting `PendingTransaction` information (algorand#4754)
Updates the version of oapi-codegen which is installed via the buildtools to our v1.12.0 release. Also changes the Makefile targets and adds config files which are the preferred way of configuration instead of the old CLI flags. The generated types definitions have also been updated using the oapi-codegen commit which ensures all required Enums are generated for enums embedded in response types.
go-algorand v3.11.3-stable
…11.3-remerge mergeback: Relstable3.11.3 remerge
* add txHandler backlog error reason counters * add txHandler backlog size gauge * add txsync counters * add TX, AV, PP, MI counters to DisconnectPeerEventDetails and PeerConnectionDetails Co-authored-by: chris erway <chris.erway@algorand.com>
* Add the kv hashes into the trie * Periodically commit, and report proper stats
… to handle staging tables and KVs (algorand#4802) * update catchpointdump 'database' and 'database check' commands to handle staging tables and KVs * address CR comments
Codecov Report
@@ Coverage Diff @@
## rel/beta #4820 +/- ##
============================================
- Coverage 54.72% 54.64% -0.09%
============================================
Files 417 417
Lines 53534 53735 +201
============================================
+ Hits 29299 29362 +63
- Misses 21837 21939 +102
- Partials 2398 2434 +36
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
What's New
Changelog
New Features
Enhancements
V2
prefix from APIs (#4767)Bugfixes
PendingTransaction
information (#4754)Protocol Upgrade
This release does not contain a protocol upgrade.
Additional Resources