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.7.2-beta Release PR #4119

Closed

Conversation

Algo-devops-service
Copy link
Contributor

@Algo-devops-service Algo-devops-service commented Jun 11, 2022

GitHub Logo

Overview

What's New

Changelog

New Features

Enhancements

  • AVM: Track Scratch Slot Types (#4064)
  • AVM: Set proper costs for json_ref (#4096)
  • Cicd: Optimizing CircleCI cache usage (#4087)
  • Devops: Define recipe for FastNet. (#4066)
  • Metrics: specify telemetry hostname and instance name as prometheus labels (#4089)
  • Misc: Add helper functions to genesis. (#4111)
  • Pingpong: improve transaction scheduling (#3478)
  • Pki: Enable full usage of REST API to install participation keys (#4002)

Bugfixes

  • AVM: Version downgrade check ported to master (#4093)
  • Bug Fix: Adds validity round check for failing tests (#4085)
  • Ledger: fix flakiness in TestReproducibleCatchpointLabels (#4074)
  • Network: message-of-interest tiny bugfix (#4107)
  • Tools: Fixing calls to pingpong with deprecated flag --REST (#4070)

Other

Protocol Upgrade

This release does not contain a protocol upgrade.

Additional Resources

tolikzinovyev and others added 14 commits June 1, 2022 19:20
…orand#4002)

* Migrate goal account commands to REST API (algorand#3916)
* PKI: 3924 handle stateproof in rest api goal (algorand#3950)

Some additional refactoring:
* Remove Node Key Monitoring Function
* Removes function which calls loadParticipationKeys() every 60 seconds
  since MakeFull() for the FullNode does the same thing

Co-authored-by: Will Winder <wwinder.unh@gmail.com>
* Allow app downgrades in old protocol versions

* Tweak comments to reflect MinInnerApplVersion better.

* Update ledger/internal/apptxn_test.go

Co-authored-by: John Jannotti <jannotti@gmail.com>

* Update data/transactions/transaction.go

Co-authored-by: John Jannotti <jannotti@gmail.com>

* Update ledger/internal/apptxn_test.go

Co-authored-by: John Jannotti <jannotti@gmail.com>

* Update ledger/internal/apptxn_test.go

Co-authored-by: John Jannotti <jannotti@gmail.com>

Co-authored-by: John Jannotti <jannotti@gmail.com>
Use Algorand’s JSON codec to improve performance

Add stack depth parameter to linear cost model

Use stack label for linear cost depth doc

Co-authored-by: Jacob Daitzman <jdtzmn@gmail.com>
Co-authored-by: Michael Diamant <michaeldiamant@users.noreply.github.com>

Co-authored-by: michaeldiamant <michaeldiamant@users.noreply.github.com>
…abels (algorand#4089)

* specify telemetry hostname in prometheus metrics, if available

* also get telemetry InstanceName tag

* rename GetTelemetryHostName to GetTelemetryHostID

* rename telemetry HostName to TelemetryGUID
@egieseke
Copy link
Contributor

Duplicate of #4116. Closing.

@egieseke egieseke closed this Jun 11, 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.

None yet