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.17.0-beta Release PR #5541

Merged
merged 94 commits into from
Jul 11, 2023

Conversation

Algo-devops-service
Copy link
Contributor

@Algo-devops-service Algo-devops-service commented Jul 11, 2023

GitHub Logo

Overview

Go-algorand 3.17.0 is a maintenance release that fixes some minor issues, cleans up stale code, upgrades the Algod client to Go version 1.20, and introduces enhancements such as backup DNS bootstrap support and initial PC trace support.

What's New

  • 🌐 Network Resiliency: Algod now supports multiple DNS providers for bootstrapping onto the network increasing network resiliency against DNS failures.
  • 💻 Go-lang upgrades: go-algorand now requires Go version 1.20, a change that improves the security and performance of internal Algod functionality.
  • 🤝 Agreement: We have externalized our go-algorand's implementation of its cryptographic sortition to better manage its dependencies and make it usable as a separate library (see here for implementation details).
  • 📦 Container: Multi-algod container setup is now supported. This is great for those who want to set up a private network with networking enabled as well as adding peers to a non-standard relay node.
  • 👁️ Improved error handling: Algod will now return an error if it is unable to begin fast catchup providing a better user experience when trying to start a node.
  • 🐛 Smart Contract Debugging: simulate PC-based execution trace has been introduced, one of the final building blocks towards the full debugger experience.

Changelog

New Features

  • Algod: Leverage 2 SRV record providers for resolving relay addresses w/ de-duplication. (#5087)
  • Algod: Simulation PC exposure for App approval/clear-state transaction (#5360)

Enhancements

  • API: Allow DELETE calls (#5515)
  • AVM: Some error cleanup, and added coverage (#5441)
  • AVM: Increase coverage by deleting a dead function and adding limit tests (#5422)
  • Algocfg: Remove block validation override from participation profile. (#5502)
  • Algocfg: Add EnableTxnEvalTracer to algocfg development profile. (#5481)
  • Algod: Add README file to state proof package (#5386)
  • Block-generator: conduit performance benchmark scenarios. (#5532)
  • Blockserver: Memory counter for http block requests (#5428)
  • Build: Split nightly job into its own workflow. Remove ARM64 platform builds from our triggered/on commit builds. (#5485)
  • Build: Disable goexperiments in our builds due to issue present in Go 1.20.5 (#5484)
  • Build: Golang 1.20 upgrade. (#5462)
  • Build: update falcon to v0.1.0 for new CFLAGS (#5460)
  • Build: remove boost dependency and internal sortition package (#5459)
  • Catchup: Add HEAD request to catchpoint service start (#5393)
  • Chore: remove a redundant argument to maintain single source of truth (#5530)
  • Chore: Small cleanups for clarity (#5526)
  • Chore: Use exp/slices and exp/maps to simplify some code (#5479)
  • Chore: Use strings.Cut for clarity (#5474)
  • Ci: Don't run tests during benchmark (#5491)
  • Cicd: Update docker containers to newer versions (#5529)
  • Cleanup: Remove indexer v1 from codebase (#5477)
  • Config: update MaxCatchpointDownloadDuration to 12h (#5503)
  • Config: make Tx dedupe cache maxSize configurable (#5419)
  • Docker: Additional private network options and container tweaks. (#5525)
  • Encoding: Update go-codec version. (#5471)
  • Genesis: add GenesisAccountData type for use in GenesisAllocation (#5463)
  • Lint: enable staticcheck for test code and fix issues (#5401)
  • Lint: enable govet shadow linter and resolve linter warnings (#5261)
  • Metrics: Add LedgerDBRound gauge (#5456)
  • Network: ws block byte limiter (#5472)
  • Network: Limit message length based on Tag (#5388)
  • Network: discard unrequested or stale block messages (#5431)
  • Network: improve MsgOfInterest message handling (#5476)
  • Network: peer selector expansion and PeersPhonebookArchivalNodes (#5385)
  • Runtime: Add delete-if-exists check for the no longer used indexer.sqlite file… (#5531)
  • Sortition: use external sortition package (#5429)
  • Tests: Replace timer with counter loop in TestNodeTxHandlerRestart (#5533)
  • Tests: Fix catchpoint catchup tests to use relay for catchup (#5507)
  • Tests: Get rapid into the codebase (#5437)
  • Tools: replace upload_metrics (#5470)
  • Tools: prepare block-generator for configuring apps (#5443)
  • Tools: EvalDelta and ConsensusParams x-repo type checks (#5381)
  • Tools: txn replayer (#5420)
  • Tools: Block Generator Apps. Part 2: boxes (#5478)
  • Tools: Block-generator Applications. Part 1: create (#5450)

Bugfixes

  • Bugfix: ensure blockservice callbacks are not nil (#5518)
  • Ci: don't use deprecated set-output in github actions (#5453)
  • Docker: Start kmd in the background. (#5514)
  • Docker: fix slow docker container start up (#5513)
  • Fix: goal clerk rawsend print pending round rather than ptr to round (#5499)
  • Flake: TestLedgerContinuesOnVotersCallbackFailure (#5454)
  • Follower: Use Buffered syncNow channel to correctly trigger sync in private networks (#5516)
  • Goal: account info with deleted asset suppress error and better output (#5504)
  • Ledger: fix catchpoint pending hashes locking (#5534)
  • Netgoal: fix large db generation (#5445)
  • Tests: reenable TestVotersReloadFromDiskPassRecoveryPeriod (#5496)
  • Tests: fix rawsend.sh nightly test failure (#5519)
  • Tools: block generator inner transactions (#5506)
  • Tools: bugfix block-generator to handle conduit's Init block requests (#5449)
  • Tracer: Default to ledger tracer when starting new evaluator (#5521)

Protocol Upgrade

This release does not contain a protocol upgrade.

Additional Resources

ahangsu and others added 30 commits May 31, 2023 12:14
algorand#5360)

Co-authored-by: Jason Paulos <jasonpaulos@users.noreply.github.com>
Co-authored-by: algoidan <idan@algorand.com>
Also move tools/x-repo-types CI checks into gh actions from CircleCI

Co-authored-by: cce <51567+cce@users.noreply.github.com>
Co-authored-by: chris erway <chris.erway@algorand.com>
…w/ de-duplication. (algorand#5087)

Co-authored-by: Will Winder <wwinder.unh@gmail.com>
Co-authored-by: cce <51567+cce@users.noreply.github.com>
tzaffi and others added 18 commits June 30, 2023 13:56
@codecov
Copy link

codecov bot commented Jul 11, 2023

Codecov Report

Merging #5541 (c38ff93) into rel/beta (c046df2) will decrease coverage by 1.53%.
The diff coverage is 47.98%.

@@             Coverage Diff              @@
##           rel/beta    #5541      +/-   ##
============================================
- Coverage     56.06%   54.53%   -1.53%     
============================================
  Files           451      446       -5     
  Lines         63307    63273      -34     
============================================
- Hits          35490    34507     -983     
- Misses        25394    26348     +954     
+ Partials       2423     2418       -5     
Impacted Files Coverage Δ
agreement/actor.go 47.36% <ø> (ø)
agreement/autopsy.go 0.00% <0.00%> (ø)
agreement/cryptoRequestContext.go 100.00% <ø> (ø)
agreement/demux.go 91.20% <0.00%> (ø)
agreement/events.go 67.55% <ø> (ø)
agreement/proposalManager.go 96.36% <ø> (ø)
agreement/proposalStore.go 100.00% <ø> (ø)
agreement/proposalTracker.go 94.44% <ø> (ø)
agreement/router.go 99.02% <ø> (ø)
agreement/sort.go 77.27% <ø> (-22.73%) ⬇️
... and 137 more

... and 59 files with indirect coverage changes

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

Copy link
Contributor

@algorandskiy algorandskiy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commits list looks good

@algojohnlee algojohnlee merged commit c6f3769 into algorand:rel/beta Jul 11, 2023
15 checks passed
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.

None yet