We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
下面这个请求大概需要2.5秒左右的时间(在海外服务器上请求)
curl -o /dev/null -s -w '%{time_total}' 'https://testnet-api.explorer.utxostack.network/graphql' \ -H 'Accept-Language: zh-CN,zh;q=0.9' \ -H 'Connection: keep-alive' \ -H 'Origin: https://utxo-stack-explorer-git-fix-issues-cell-studio.vercel.app' \ -H 'Referer: https://utxo-stack-explorer-git-fix-issues-cell-studio.vercel.app/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: cross-site' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36' \ -H 'accept: application/graphql-response+json, application/json' \ -H 'content-type: application/json' \ -H 'sec-ch-ua: "Not)A;Brand";v="99", "Google Chrome";v="127", "Chromium";v="127"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ --data-raw '{"query":"\n query RgbppLatestTransactions {\n rgbppLatestTransactions(page: 1, pageSize: 10) {\n txs {\n ckbTxHash\n btcTxid\n leapDirection\n blockNumber\n timestamp\n ckbTransaction {\n blockNumber\n hash\n fee\n size\n inputs {\n status {\n consumed\n txHash\n index\n }\n txHash\n index\n capacity\n lock {\n codeHash\n hashType\n args\n }\n xudtInfo {\n symbol\n amount\n decimal\n }\n }\n outputs {\n txHash\n index\n capacity\n lock {\n codeHash\n hashType\n args\n }\n xudtInfo {\n symbol\n amount\n decimal\n }\n status {\n consumed\n txHash\n index\n }\n }\n }\n btcTransaction {\n blockHeight\n blockHash\n txid\n version\n size\n locktime\n weight\n fee\n confirmed\n }\n }\n total\n pageSize\n }\n }\n ","operationName":"RgbppLatestTransactions"}'
2. /en/assets/coins/0xe6396293287fefb9f26d98eb0318fe80890908f0849226ad0c8cab2d62f1e351/transactions?_rsc=vftlr 页面超过4秒,此处看不见后端请求
/en/assets/coins/0xe6396293287fefb9f26d98eb0318fe80890908f0849226ad0c8cab2d62f1e351/transactions?_rsc=vftlr
3. https://github.com/ckb-cell/utxo-stack-explorer/blob/develop/frontend/src/app/%5Blang%5D/transaction/%5Btx%5D/page.tsx#L11
4. Search ckb1qzda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xwsq22xdj8q4jdql98qkdhnqzgrsk4nqyavdcratvu9 -> Error #111
The text was updated successfully, but these errors were encountered:
ahonn
mfuuzy
Successfully merging a pull request may close this issue.
下面这个请求大概需要2.5秒左右的时间(在海外服务器上请求)
2.
/en/assets/coins/0xe6396293287fefb9f26d98eb0318fe80890908f0849226ad0c8cab2d62f1e351/transactions?_rsc=vftlr
页面超过4秒,此处看不见后端请求3. https://github.com/ckb-cell/utxo-stack-explorer/blob/develop/frontend/src/app/%5Blang%5D/transaction/%5Btx%5D/page.tsx#L11
4. Search ckb1qzda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xwsq22xdj8q4jdql98qkdhnqzgrsk4nqyavdcratvu9 -> Error #111
The text was updated successfully, but these errors were encountered: