You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge the indexer changes into the 2.0.3 release branch (#728)
* Prepare beta release build 9 (#673)
* 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 <[email protected]>
Co-authored-by: algobolson <[email protected]>
Co-authored-by: Evan Richard <[email protected]>
Co-authored-by: pzbitskiy <[email protected]>
* update predicate
* Fix - Indexer now shows received transactions (#684) (#688)
-- Adding receiver function to transaction that returns the receiver of a transaction
-- Fix indexer to show received transactions
Co-authored-by: Rotem Hemo <[email protected]>
Co-authored-by: Max Justicz <[email protected]>
Co-authored-by: algobolson <[email protected]>
Co-authored-by: Evan Richard <[email protected]>
Co-authored-by: pzbitskiy <[email protected]>
Co-authored-by: Rotem Hemo <[email protected]>
0 commit comments