Brian Olson
Brian Olson
part of https://github.com/algorand/go-algorand-internal/issues/1415
## Summary Hacks for testing stateproofs branch at 5 KTPS
## Summary can configure one pingpong to deliver a weighted mix of traffic libgoal can optionally keep cache of SuggestedParams so that it doesn't query before every construct-txn pingpong can...
## Summary For development or other experimental private networks, load consensus params from a json file. ${ALGORAND_DATA}/consensus.json is read by default if present. `-C foo.json` can specify another file name...
## Summary Things I have changed for testing 5k TPS ## Test Plan This is hackery to support testing, shared for collaboration, some of it may eventually be committed by...
## Summary Attempt to clean up lookupOnlineAccountData() in response to pull request feedback. ## Test Plan Still passes unit tests.
part of https://github.com/algorand/go-algorand-internal/issues/1415
task: run buildtestdata.sh and upload a net_done.tar.bz2 file switch travis config to run misc/e2elive.py instead of misc/e2etest.py
## Summary When writing a new block, record the number of txns into a new int column in the block_header table. Useful for analytics and consistency checking. ## Scope/Requirements Schema...
## Summary Experimental protocol adding messages : "Ta" 'txn advertise' and "Tr" 'txn request' Lower bandwidth requirement than current protocol. Incomplete implementation so far... ## Test Plan local private network...