Skip to content

go-algorand 3.14.1-beta Release PR#5052

Closed
Algo-devops-service wants to merge 6 commits intoalgorand:rel/betafrom
Algo-devops-service:relbeta3.14.1
Closed

go-algorand 3.14.1-beta Release PR#5052
Algo-devops-service wants to merge 6 commits intoalgorand:rel/betafrom
Algo-devops-service:relbeta3.14.1

Conversation

@Algo-devops-service
Copy link
Copy Markdown
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
Copy Markdown

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