Skip to content

Conversation

@Algo-devops-service
Copy link
Contributor

@Algo-devops-service Algo-devops-service commented Feb 28, 2022

GitHub Logo

Highlights

Incorporate a fix for sumhash lib in upstream dependency.

Changelog

New Features

Enhancements

Bug Fixes

Protocol Upgrade

This release does not contain a protocol upgrade.

Additional Resources

winder and others added 16 commits February 18, 2022 12:39
## Summary

We seem to have missed a few of these. We have a partitiontest linter, it seems that isn't working since we missed all of these.

## Test Plan

Check the result of `_test_verification` to make sure this is all of the ones we missed.
## Summary

Fix for a strange assert found by JJ

## Test Plan

This is a test fix
We want to make PR Type labels required on PRs. This is a github action that will check for us if a correct label has been added"

Tested on this PR. Feel free to test it here too by adding a label or removing it.
## Summary

Make keys valid for 3million rounds. With the rework to part keys, our pipeline was running out of disk space

## Test Plan

I used this to spin up a feature network
## Summary

1. `--full-config` options allows saving config file with all options, not only non-default.
2. Embed genesis.json for mainnet, testnet, betanet, devnet

## Test Plan

Tested manually
## Summary

This PR fixes a bug on algod's API. When a tree contains a missing child (not a full tree), the api handler omits this from the proof response and leads to a root mismatch 

## Test Plan
Add unit tests as well as convert the e2e to test this edge case.
## Summary

Metrics counters where not cleared on close and lead to duplicate entries in metering report.

## Test Plan

Added unit test. Tested manually.

Closes algorand#3354
Limit PR Type and Category check to master branch
…r nodes. (algorand#3654)

## Summary

Regen scenario 2 net.json file to include API endpoints for nodes.

## Test Plan

Testing with scenario2 recipe with cicd perf pipeline.
Summary
The TestPseudonodeFailedEnqueuedTasks test wasn't accounting correctly for errPseudonodeBacklogFull errors.

Test Plan
Run 1000 times localy. I was able to reproduce it consistently.
Nodes create the compact cert using falcon keys so the batch verification flag (related to the ed25519 scheme) is no longer necessary.
## Summary

Update the sum hash library.

## Test Plan

Use existing tests.
New algokey subcommand to generate transactions for bringing an account online or offline.

Usage:
```
~$ algokey part keyreg -h
Make key registration transaction

Usage:
  algokey part keyreg [flags]

Flags:
      --account string      account address to bring offline, mutually exclusive with keyfile
      --fee uint            transaction fee (default 1000)
      --firstvalid uint     first round where the transaction may be committed to the ledger
  -h, --help                help for keyreg
      --keyfile string      participation keys to register, file is opened to fetch metadata for the transaction, mutually exclusive with account
      --lastvalid uint      last round where the generated transaction may be committed to the ledger, defaults to firstvalid + 1000
      --network string      the network where the provided keys will be registered, one of mainnet/testnet/betanet (default "mainnet")
      --offline             set to bring an account offline
  -o, --outputFile string   write signed transaction to this file, or '-' to write to stdout
```
@algojohnlee algojohnlee merged commit b56953f into algorand:rel/beta Feb 28, 2022
@onetechnical onetechnical deleted the relbeta3.4.2 branch February 28, 2022 20:08
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.

9 participants