John Lee

Results 8 issues of John Lee

In ubuntu 22.04, running through the install instructions here https://developer.algorand.org/docs/run-a-node/setup/install/ gives this warning: ``` $ sudo apt-key add key.pub Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see...

documentation
Medium Priority
Team Hyper Flow

We want to see if we can speed CI tests by increasing instance size (which we acknowledge will increase costs). Experiment with increasing the sizes (e.g. medium to large or...

Team Hyper Flow

## Summary Not to merge yet - for consideration. Having hard requirements around .version and tags for builds is a little inflexible, so I propose we relax these standards a...

Team Hyper Flow

### Subject of the issue Reported: running fast catchup on Mainnet with the v3.11.0-beta binary appears to fail with the following error: ``` {"file":"catchpointService.go","function":"github.com/algorand/go-algorand/catchup.(*CatchpointCatchupService).processStageLedgerDownload","level":"warning","line":328,"msg":"unable to download ledger : CatchpointCatchupAccessorImpl::BuildMerkleTrie: The...

bug
unplanned
High Priority
Team Hyper Flow

### Subject of the issue With 2.15.1 and newer, there appear to be latencies in requesting e.g. `/v2/transactions?min-round=$min_round&max-round=$max_round`. Whereas before this was very quick, in later versions on TestNet at...

Team Lamprey

**The current state** A lot of our examples/discussion revolve around kmd/goal for account creation: https://developer.algorand.org/docs/features/accounts/create/ This is probably not best practice for key management; we should maybe make a separate...

documentation

### Subject of the issue If a node is configured as pure P2P (e.g. `"EnableP2P": true` and `"EnableDHTProviders": true`) then normal catchup will advance a several hundred rounds, then pause...

bug

## Summary Since tests were shifted to GitHub Actions, this PR swaps the status badge to reflect this. Additionally, the CODEOWNERS file was removed. ## Test Plan See if badge...

Enhancement