Skip to content

Conversation

@Algo-devops-service
Copy link
Contributor

@Algo-devops-service Algo-devops-service commented Oct 19, 2022

GitHub Logo

Overview

When an account had many resources, it could break catching up from a catchpoint. This release fixes this issue.

What's New

  • Bug fix for catchpoint catchup
  • Fix for garbage collection in batch verifier
  • Other small enhancements and fixes

Changelog

Enhancements

  • Pingpong: add genaccountsoffset flag and tool to print test account addresses (#4628)
  • V1 Deprecation: Remove algod and kmd client affinity and consolidate APIs to use newest version (#4641)

Bugfixes

  • Batchverifier: preserve the memory until the end (#4672)
  • Catchpoints: don't make duplicate account hashes in prepareNormalizedBalances (#4668)
  • Pingpong: fix config check for GeneratedAccountsMnemonics (#4662)

Protocol Upgrade

This release does not contain a protocol upgrade.

Additional Resources

@codecov
Copy link

codecov bot commented Oct 19, 2022

Codecov Report

Merging #4673 (4a285b6) into rel/beta (281689d) will decrease coverage by 0.08%.
The diff coverage is 75.92%.

@@             Coverage Diff              @@
##           rel/beta    #4673      +/-   ##
============================================
- Coverage     54.51%   54.42%   -0.09%     
============================================
  Files           406      403       -3     
  Lines         51937    51934       -3     
============================================
- Hits          28312    28266      -46     
- Misses        21267    21290      +23     
- Partials       2358     2378      +20     
Impacted Files Coverage Δ
cmd/goal/commands.go 10.44% <ø> (+0.03%) ⬆️
libgoal/libgoal.go 2.70% <ø> (+0.02%) ⬆️
shared/pingpong/accounts.go 3.20% <0.00%> (-0.08%) ⬇️
shared/pingpong/config.go 0.00% <0.00%> (ø)
crypto/batchverifier.go 100.00% <100.00%> (ø)
ledger/accountdb.go 73.00% <100.00%> (+0.13%) ⬆️
ledger/catchupaccessor.go 62.40% <100.00%> (+0.36%) ⬆️
util/db/dbutil.go 43.63% <0.00%> (-6.67%) ⬇️
util/metrics/reporter.go 56.31% <0.00%> (-4.86%) ⬇️
logging/telemetryFilteredHook.go 86.66% <0.00%> (-3.34%) ⬇️
... and 25 more

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

@algojohnlee algojohnlee merged commit 10fbfbb into algorand:rel/beta Oct 20, 2022
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.

7 participants