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

go-algorand 3.25.0-beta Release PR #6022

Merged
merged 21 commits into from
Jun 10, 2024

Conversation

Algo-devops-service
Copy link
Contributor

@Algo-devops-service Algo-devops-service commented Jun 7, 2024

GitHub Logo

Overview

What's New

  • Network optimization - fixes for ERL resources management
  • Performance enhancement - add expired stake cache to reduce db lookups
  • Miscellaneous debugging improvements
  • Other bug fixes, test improvements, and optimizations

Changelog

New Features

  • REST API: /debug/settings/pprof admin endpoint for debugging (#6018)

Enhancements

  • Agreement: log current player state for VoteBroadcast and ProposalBroadcast events (#6007)
  • Build: bump golang.org/x/net from 0.17.0 to 0.23.0 (#5979)
  • Ci: upgrade github checkout action to v4 (#6010)
  • Cicd: Update to switch e2e_expect to large (#6004)
  • Ledger: introduce expired stake cache (#6014)
  • Metrics: Add TagCounterFiltered metrics for handler calls (#6013)
  • Typos: Correct some spelling mistakes (#6001)

Bugfixes

  • Cicd: update OS support in test release script (#6012)
  • Logger: fix data race in tests (#5999)
  • Tests: set communication timeout in kmd.init_wallet_handle (#6021)
  • Tests: Fix flakey htlc test (#6017)
  • Tests: Fix e2e kmd timeout (#6016)
  • Tests: Fix flakey ECDSA testing (#6005)
  • Tools: Fix Cloudflare SRV update utility after API change (#6020)
  • Txhandler: fixes to ERL resources management (#6019)

Protocol Upgrade

This release does not contain a protocol upgrade.


NOTE
vFuture changes are not yet available in MainNet or TestNet but can be used in private networks.

  • AVM: incentive opcodes (#5984)

Additional Resources

algorandskiy and others added 21 commits May 14, 2024 13:16
Co-authored-by: Jason Paulos <[email protected]>
Co-authored-by: cce <[email protected]>
)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gary Malouf <[email protected]>
Copy link

codecov bot commented Jun 7, 2024

Codecov Report

Attention: Patch coverage is 40.08439% with 142 lines in your changes missing coverage. Please review.

Project coverage is 55.85%. Comparing base (5466548) to head (47f90e8).

Files Patch % Lines
daemon/algod/api/server/v2/handlers.go 0.00% 37 Missing ⚠️
ledger/eval/eval.go 3.44% 28 Missing ⚠️
cmd/tealdbg/localLedger.go 0.00% 18 Missing ⚠️
daemon/algod/api/server/v2/dryrun.go 0.00% 18 Missing ⚠️
data/transactions/logic/eval.go 68.42% 8 Missing and 4 partials ⚠️
ledger/eval/applications.go 0.00% 9 Missing ⚠️
data/transactions/logic/fields.go 72.72% 5 Missing and 1 partial ⚠️
ledger/tracker.go 0.00% 4 Missing ⚠️
netdeploy/remote/deployedNetwork.go 0.00% 4 Missing ⚠️
data/transactions/logic/fields_string.go 50.00% 1 Missing and 1 partial ⚠️
... and 2 more
Additional details and impacted files
@@             Coverage Diff              @@
##           rel/beta    #6022      +/-   ##
============================================
- Coverage     56.38%   55.85%   -0.54%     
============================================
  Files           486      482       -4     
  Lines         68361    68436      +75     
============================================
- Hits          38546    38223     -323     
- Misses        27219    27613     +394     
- Partials       2596     2600       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@onetechnical onetechnical removed the request for review from a team June 8, 2024 10:22
@onetechnical onetechnical self-assigned this Jun 8, 2024
@onetechnical onetechnical requested review from gmalouf and jasonpaulos and removed request for onetechnical June 8, 2024 10:22
@onetechnical onetechnical requested a review from ohill June 8, 2024 10:22
@algojohnlee algojohnlee merged commit 26362ad into algorand:rel/beta Jun 10, 2024
16 checks passed
@onetechnical onetechnical deleted the relbeta3.25.0 branch June 10, 2024 13:28
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.

10 participants