go-algorand icon indicating copy to clipboard operation
go-algorand copied to clipboard

AVM: Merge feature/avm box into master

Open michaeldiamant opened this issue 3 years ago • 3 comments

Provides a draft PR to simplify tracking changes to feature/avm-box.

michaeldiamant avatar Jun 17 '22 19:06 michaeldiamant

Codecov Report

Merging #4149 (238906c) into master (ab87a8a) will decrease coverage by 0.31%. The diff coverage is 61.12%.

@@            Coverage Diff             @@
##           master    #4149      +/-   ##
==========================================
- Coverage   54.49%   54.18%   -0.32%     
==========================================
  Files         407      413       +6     
  Lines       52425    53408     +983     
==========================================
+ Hits        28569    28939     +370     
- Misses      21472    22060     +588     
- Partials     2384     2409      +25     
Impacted Files Coverage Δ
catchup/ledgerFetcher.go 39.32% <0.00%> (-0.91%) :arrow_down:
cmd/goal/interact.go 3.62% <0.00%> (ø)
cmd/tealdbg/localLedger.go 64.81% <0.00%> (-0.41%) :arrow_down:
config/localTemplate.go 40.00% <ø> (ø)
daemon/algod/api/server/v2/dryrun.go 70.60% <0.00%> (-0.22%) :arrow_down:
daemon/algod/api/server/v2/utils.go 12.92% <0.00%> (-0.27%) :arrow_down:
data/basics/userBalance.go 29.72% <0.00%> (-1.41%) :arrow_down:
data/transactions/logic/doc.go 61.53% <ø> (ø)
data/transactions/logic/fields.go 75.12% <ø> (ø)
data/transactions/logic/fields_string.go 44.44% <ø> (ø)
... and 70 more

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

codecov[bot] avatar Jun 17 '22 19:06 codecov[bot]

Please merge master in, and I'll run catchpoint test with overflown accounts

algorandskiy avatar Oct 21 '22 21:10 algorandskiy

PR looks ready to merge. Since I opened it, I can't approve.

Note - Calling it out so it's not forgotten: https://github.com/algorand/go-algorand/pull/4704 is also needed for the release.

michaeldiamant avatar Oct 31 '22 14:10 michaeldiamant