Release Stable 2.0.3#712
Merged
tsachiherman merged 3 commits intorel/stablefrom Jan 15, 2020
Merged
Conversation
* add lease to asset cmds (#575) * fix Disassemble when multiple bnz have the same target label (#612) add test * Add PeerConnections to network telemetry (#607) * Add PeerConnections to network telemetry. * omit Endpoint for incoming connections. * fix asset unit name display in goal account list (#633) * Add --no-sig flag to goal clerk multisig sign (#647) * add --no-sig flag to goal clerk multisig sign * update err message * change preimage -> template * change template -> information * Scan for ledger wallets more often (#638) * add more robust ledger scanning, fix infinite recursion bug * fix comment * undo scan change * still delete wallets we fail to close * Improve missing msig preimage error message (#648) * improve missing msig preimage error message * improve err msg * Add support for https for telemetry servers (#649) * Add support for https for telemetry servers. * typo : udo -> udp * Fixed few typos. * goal listpartkeys display error (#641) * Add logging for the telemetry server connections (#661) * Add logging for the telemetry server connections. * Revert unintended change. * Improve error message. * Avoid upgrading boost on travis Mac builds (#669) * specify a boost version for the mac build. * try to prevent boost update on travis mac builds. * Build 9 * Abort algod startup if logging.config file has bad permissions (#662) * This should prevent telemetry event loses on systems with invalid permissions on ~/.algorand/logging.config file * Another possible workaround is to relax default config path mask in **cmd/goal/commands.go:ensureCacheDir** from 700 to 744. This is not implemented because of possible security risk. Co-authored-by: Max Justicz <maxj@mit.edu> Co-authored-by: algobolson <45948765+algobolson@users.noreply.github.com> Co-authored-by: Evan Richard <EvanJRichard@users.noreply.github.com> Co-authored-by: pzbitskiy <pavel.zbitskiy@gmail.com>
btoll
approved these changes
Jan 13, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Copy the changes pending in the rel/beta onto rel/stable.