OnFinality empowers Web3 developers with easy-to-use, reliable and scalable blockchain infrastructure. Build smarter with onfinality.io
when I log into the app I just get a blank screen
Читать полностью…We haven’t heard back from Manta yet, a lot of teams are quiet at this time. I’ll follow up
Читать полностью…Thanks for letting us know, it looks like you’re using opentensor’s own endpoint right?
Читать полностью…https://cloudflare-ipfs.com/ipns/dotapps.io/?rpc=wss%3A%2F%2Fentrypoint-finney.opentensor.ai%3A443#/
Читать полностью…i'm using polkadotjs wallets to connect to bittensor via onfinality
Читать полностью…Hey @zhiliao6666 , I'll follow up with the Manta team about Manta Pacific and get back to you
Читать полностью…--base-path=/chain-data
--rpc-cors=all
--port=<system generated>
--rpc-port=9933
--node-key=<system generated>
--ws-external
--rpc-external
--pruning=archive
--rpc-methods=Unsafe
--name=002
--in-peers=<system generated>
--out-peers=<system generated>
--chain=/manta/manta-genesis.json
--ws-port=9944
--in-peers-light=0
--runtime-cache-size=32
--
--rpc-cors=all
--port=<system generated>
--node-key=<system generated>
--ws-external
--rpc-external
--no-telemetry
--name=002
--in-peers=<system generated>
--out-peers=<system generated>
--in-peers-light=0
--runtime-cache-size=32
You chose a full node, it didn't keep historical states therefore the error
Читать полностью…] cannot query the runtime API version: UnknownBlock: State already discarded for 0x6306a4ed15f70fb68eaa866f150d11a4acb1079c0a62e33bae941442817c1c3d
Читать полностью…Ohh, that's a good question, is the node running without error?
Читать полностью…Hi Jason, can you dm me your workspace id or email of the account? We are working on the blank screen which is caused by the disabling workspace with failed payment. I can manually enable your workspace for now, but if the payment couldn’t be processed, it will be automatically turned off later.
Читать полностью…You can select the developer option at the bottom left and paste this url wss://bittensor-finney.api.onfinality.io/public-ws to use ours
Читать полностью…and "1002: Verification Error: Runtime error: Execution failed: failed to instantiate a new WASM module instance: maximum concurrent instance limit of 32 reached: RuntimeApi, Execution failed: failed to instantiate a new WASM module instance: maximum concurrent instance limit of 32 reached"
Читать полностью…is there a way to change the rpc in polkadotjs?
Читать полностью…and keep getting these errors. "FATAL: Unable to initialize the API: -32000: Client error: Execution failed: failed to instantiate a new WASM module instance: maximum concurrent instance limit of 32 reached"
Читать полностью…You should chose an archive node if you want the historic state to not be discarded
Читать полностью…Oh, is the node running with pruning mode. Can you share a screenshot of the node configuration?
Читать полностью…Ohh, it might be still syncing and therefore unable to serve RPCs yet
Читать полностью…when i send {"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1} to rpc why i get {"jsonrpc":"2.0","error":{"code":-32601,"message":"Method not found"},"id":1}
Читать полностью…You should be able to see the console logs with the estimated sync time printed
Читать полностью…