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.14.1-beta Release PR #5052

Closed

Conversation

Algo-devops-service
Copy link
Contributor

@Algo-devops-service Algo-devops-service commented Jan 24, 2023

GitHub Logo

Overview

What's New

Changelog

Enhancements

  • Algod: Replace logic.DebuggerHook with logic.EvalTracer interface (#4438)
  • Lint: fix warnings (#5047)

Bugfixes

  • AVM: Fix opBytesLt for len(rhs) < len(lhs) (#5051)

Protocol Upgrade

This release does not contain a protocol upgrade.

Additional Resources

jdtzmn and others added 6 commits January 23, 2023 14:10
…algorand#4438)

Adds an EvalTracer for getting callbacks as a transaction group is evaluated.



Co-authored-by: Michael Diamant <michaeldiamant@users.noreply.github.com>
Co-authored-by: Jason Paulos <jasonpaulos@users.noreply.github.com>
* fix some deadcode/unused/structcheck errors
* make golangci lint warnings clean
@codecov
Copy link

codecov bot commented Jan 24, 2023

Codecov Report

Merging #5052 (1132398) into rel/beta (afe5b36) will decrease coverage by 0.62%.
The diff coverage is 79.09%.

@@             Coverage Diff              @@
##           rel/beta    #5052      +/-   ##
============================================
- Coverage     54.18%   53.57%   -0.62%     
============================================
  Files           433      430       -3     
  Lines         54084    54091       +7     
============================================
- Hits          29308    28980     -328     
- Misses        22493    22868     +375     
+ Partials       2283     2243      -40     
Impacted Files Coverage Δ
cmd/tealdbg/dryrunRequest.go 65.90% <ø> (+10.35%) ⬆️
data/transactions/logic/fields.go 75.12% <0.00%> (ø)
data/transactions/logic/opcodes.go 84.56% <ø> (ø)
shared/pingpong/pingpong.go 0.00% <ø> (ø)
util/rateLimit.go 82.35% <ø> (ø)
util/tcpinfo_linux.go 0.00% <ø> (ø)
cmd/tealdbg/debugger.go 72.44% <33.33%> (-1.06%) ⬇️
data/txDupCache.go 95.14% <33.33%> (-1.86%) ⬇️
data/transactions/logic/tracer.go 37.50% <37.50%> (ø)
data/transactions/logic/debugger.go 67.18% <65.38%> (+5.71%) ⬆️
... and 41 more

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

@Algo-devops-service Algo-devops-service deleted the relbeta3.14.1 branch January 25, 2023 15:24
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.

6 participants