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-stable Release PR #6029

Merged
merged 23 commits into from
Jun 13, 2024

Conversation

Algo-devops-service
Copy link
Contributor

@Algo-devops-service Algo-devops-service commented Jun 12, 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

  • AVM: incentive opcodes (#5984)
  • 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.

Additional Resources

algorandskiy and others added 23 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]>
@onetechnical onetechnical removed request for onetechnical and a team June 12, 2024 18:06
Copy link

codecov bot commented Jun 12, 2024

Codecov Report

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

Project coverage is 55.90%. Comparing base (5c2cf06) to head (6b09750).

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/stable    #6029      +/-   ##
==============================================
- Coverage       56.40%   55.90%   -0.51%     
==============================================
  Files             486      482       -4     
  Lines           68361    68436      +75     
==============================================
- Hits            38558    38257     -301     
- Misses          27210    27585     +375     
- Partials         2593     2594       +1     

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

@algojohnlee algojohnlee merged commit 9855f57 into algorand:rel/stable Jun 13, 2024
16 checks passed
@onetechnical onetechnical deleted the relstable3.25.0 branch June 13, 2024 17:13
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.

9 participants