John Lee
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...
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...
## 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...
### 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...
### 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...
**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...
### 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...
## 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...