Skip to content

Conversation

@Algo-devops-service
Copy link
Contributor

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

GitHub Logo

Overview

This release contains improvements to network propagation, through opportunistic compression.

What's New

  • Proposal payload compression

Changelog

Enhancements

  • Batch-verify: Return failed sig indexes (#4614)
  • Cicd: reduce mmnet LastPartKeyRound to 50k (#4625)
  • Devops: Update betanet model recipe, move NPN hosts to regions not shared by hosts for relays and nodes (#4588)
  • Goal: don't mark app-arg as hidden for account command (#4629)
  • Metrics: Remove labels from gauge metrics (#4606)
  • Network: proposal payload compression (#4589)
  • Tests: extend transactions signature verification testing (#4623)

Bugfixes

  • Tools: fix lagging cinfo.AppParams data structure in PingPong (#4613)

Protocol Upgrade

This release does not contain a protocol upgrade.

Additional Resources

algoidurovic and others added 14 commits October 3, 2022 12:29
…10.0

go-algorand 3.10.0-stable Release PR
…10.0-remerge

CICD: go-algorand relstable3.10.0-remerge mergeback
Gauges had optional, unusued, arguments allowing user to set labels
on multiple values per single gauge struct.
This had potential to leak memory if unbound datasets were used as labels.
Use zstd with BestSpeed compression level for PP network messages
@codecov
Copy link

codecov bot commented Oct 14, 2022

Codecov Report

Merging #4648 (39f85cb) into rel/beta (b4fecd5) will increase coverage by 0.12%.
The diff coverage is 71.42%.

@@             Coverage Diff              @@
##           rel/beta    #4648      +/-   ##
============================================
+ Coverage     54.27%   54.39%   +0.12%     
============================================
  Files           402      403       +1     
  Lines         51809    51917     +108     
============================================
+ Hits          28119    28240     +121     
+ Misses        21330    21299      -31     
- Partials       2360     2378      +18     
Impacted Files Coverage Δ
cmd/goal/application.go 12.64% <ø> (-0.11%) ⬇️
config/version.go 9.09% <ø> (ø)
node/node.go 4.40% <0.00%> (ø)
shared/pingpong/accounts.go 3.27% <0.00%> (-0.14%) ⬇️
network/wsPeer.go 66.50% <76.31%> (-1.68%) ⬇️
network/msgCompressor.go 82.35% <82.35%> (ø)
network/wsNetwork.go 65.34% <88.52%> (+0.58%) ⬆️
util/metrics/gauge.go 81.08% <91.66%> (+15.69%) ⬆️
crypto/batchverifier.go 100.00% <100.00%> (ø)
crypto/onetimesig.go 76.06% <100.00%> (+0.20%) ⬆️
... and 13 more

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

@algolucky algolucky closed this Oct 14, 2022
@Algo-devops-service Algo-devops-service deleted the relbeta3.11.0 branch October 14, 2022 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.