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.13.1-stable Release PR #4915

Merged
merged 11 commits into from
Dec 15, 2022

Conversation

Algo-devops-service
Copy link
Contributor

@Algo-devops-service Algo-devops-service commented Dec 15, 2022

GitHub Logo

Overview

v1 REST API endpoints have been deprecated. Documentation on our v2 REST API endpoints can be found here. The release also contains enhancements to logic signature processing, telemetry, and other minor performance and usability improvements.

What's New

Changelog

Protocol Upgrade

This release does not contain a protocol upgrade.

New Features

  • Goal: account deletepartkey subcomand (#4788)
  • Ledger Deltas: AccountDelta retrieval through ledger/catchup service (#4658)

Enhancements

  • Algod: Delete deprecated cost field in dyrun response and mapping field in sourcemap (#4875)
  • Algod: Sunset v1 handlers (#4847)
  • Performance: Implement sync.Pool for cow.child() (#4766)
  • Teal: optimize CheckSignature (#4893)
  • Txhandler: metrics for txpool.Remember (#4839)
  • Txhandler: early duplicates detection (#4806)
  • Txhandler: upgraded benchmarks (#4834)
  • Catchpoint: Promote trie-related log warnings to error (#4882)
  • Updater: use more-recent installer package (#4734)
  • Docker: General purpose docker container. (#4816)
  • Metrics: split alive check counter between early/dead (#4898)
  • Metrics: update some new metric names (#4899)
  • Metrics: add counters for checkAlreadyCommitted, split "InLedger" counters by reason (#4881)
  • Ledger: add context to block mismatch error in VerifyCatchpoint (#4821)
  • Goal: Test ABI reference arguments during creation (#4872)
  • Node: Fix disabled node tests (#4824)
  • Testing: defi txn group benchmark (#4886)
  • Tests: Extend TestCatchpointAfterTxns to catch catchpoint write corruption (#4818)
  • Langspec: adding version to langspec (#4883)
  • Docs: update API docs, remove unused codegen configs (#4896)

Bugfixes

Not Yet Enabled

  • Rest API: make the data endpoints public (#4900)

Additional Resources

@codecov
Copy link

codecov bot commented Dec 15, 2022

Codecov Report

Merging #4915 (a0f61b9) into rel/stable (e04c13b) will decrease coverage by 0.51%.
The diff coverage is 86.66%.

@@              Coverage Diff               @@
##           rel/stable    #4915      +/-   ##
==============================================
- Coverage       54.57%   54.06%   -0.52%     
==============================================
  Files             431      427       -4     
  Lines           53560    53528      -32     
==============================================
- Hits            29231    28939     -292     
- Misses          22035    22322     +287     
+ Partials         2294     2267      -27     
Impacted Files Coverage Δ
data/transactions/error.go 50.00% <ø> (ø)
data/transactions/transaction.go 42.90% <0.00%> (-0.14%) ⬇️
data/transactions/verify/txn.go 73.72% <ø> (-0.85%) ⬇️
data/transactions/logic/eval.go 90.16% <80.00%> (-0.04%) ⬇️
data/pools/transactionPool.go 49.77% <100.00%> (+0.11%) ⬆️
data/txHandler.go 63.60% <100.00%> (+0.75%) ⬆️
node/netprio.go 0.00% <0.00%> (-65.52%) ⬇️
node/impls.go 0.00% <0.00%> (-59.26%) ⬇️
node/node.go 4.29% <0.00%> (-28.23%) ⬇️
util/db/dbutil.go 42.26% <0.00%> (-6.55%) ⬇️
... and 26 more

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

@algojohnlee algojohnlee merged commit 7fabe36 into algorand:rel/stable Dec 15, 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.

8 participants