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

Merge master to f/avm-box #4138

Merged
merged 15 commits into from
Jun 15, 2022
Merged

Conversation

jannotti
Copy link
Contributor

No description provided.

algojack and others added 15 commits June 3, 2022 12:40
…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 <[email protected]>
* Allow app downgrades in old protocol versions

* Tweak comments to reflect MinInnerApplVersion better.

* Update ledger/internal/apptxn_test.go

Co-authored-by: John Jannotti <[email protected]>

* Update data/transactions/transaction.go

Co-authored-by: John Jannotti <[email protected]>

* Update ledger/internal/apptxn_test.go

Co-authored-by: John Jannotti <[email protected]>

* Update ledger/internal/apptxn_test.go

Co-authored-by: John Jannotti <[email protected]>

Co-authored-by: John Jannotti <[email protected]>
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 <[email protected]>
Co-authored-by: Michael Diamant <[email protected]>

Co-authored-by: michaeldiamant <[email protected]>
…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
backport replace opcodes from box work
@codecov
Copy link

codecov bot commented Jun 15, 2022

Codecov Report

Merging #4138 (aa573e9) into feature/avm-box (48994e3) will decrease coverage by 0.05%.
The diff coverage is 30.68%.

@@                 Coverage Diff                 @@
##           feature/avm-box    #4138      +/-   ##
===================================================
- Coverage            54.60%   54.54%   -0.06%     
===================================================
  Files                  392      392              
  Lines                49053    49085      +32     
===================================================
- Hits                 26783    26775       -8     
- Misses               20011    20053      +42     
+ Partials              2259     2257       -2     
Impacted Files Coverage Δ
cmd/goal/account.go 12.48% <0.00%> (-0.47%) ⬇️
daemon/algod/server.go 4.87% <0.00%> (-0.13%) ⬇️
data/transactions/transaction.go 36.89% <ø> (ø)
libgoal/libgoal.go 2.74% <0.00%> (-0.05%) ⬇️
libgoal/participation.go 0.00% <0.00%> (ø)
libgoal/transactions.go 0.00% <0.00%> (ø)
logging/log.go 41.26% <0.00%> (ø)
logging/telemetryConfig.go 81.81% <0.00%> (ø)
logging/telemetryhook.go 50.35% <0.00%> (ø)
netdeploy/remote/deployedNetwork.go 19.77% <0.00%> (ø)
... and 21 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 48994e3...aa573e9. Read the comment docs.

@jannotti jannotti merged commit f84af7e into algorand:feature/avm-box Jun 15, 2022
@jannotti jannotti deleted the merge-master-box branch June 15, 2022 17:58
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.