GamblersFallacy·5 वर्ष पहले·discussActually, its way more than 10394.Uniswap v2 factory contract returns 55,319 trading pairs.On the etherscan readContract page for the uniswap factory, the allPairsLength method returns index size.https://etherscan.io/address/0x5c69bee701ef814a2b6a3edd4b165...
GamblersFallacy·6 वर्ष पहले·discussHi, a few suggestions. Your benchmarks github repo requirements.txt shows uvloop is not been installed. In addition, the bash script calling uvicorn doesn't have uvloop set for the loop parameter. For example, serve-uvicorn-starlette.sh should be:uvicorn --port 8001 --workers $PWPWORKERS app_starlette:app --loop uvloopThe uvicorn docs should point out what a big difference uvloop makes.
Uniswap v2 factory contract returns 55,319 trading pairs.
On the etherscan readContract page for the uniswap factory, the allPairsLength method returns index size.
https://etherscan.io/address/0x5c69bee701ef814a2b6a3edd4b165...