Victor Oliva
Victor Oliva
I have just tried having smoldot running in a webworker with webpack, and managed to do it without having to write the worker code. Instead of using `import from "polkadot-api/smoldot/worker?worker",...
I have been trying to address this, but I can't get past a circularity issue with typescript. The main idea would be simple: ```ts // Currently export type Enum =...
I'm just thinking out loud, but in case it might makes thing substantially easier - polkadot-api doesn't need the actual "correct" merkle value, it just needs the property that it...
For simple interactions where both chains have exactly the same types and structure, usually something like this works: ```ts import { dot, ksm } from "@polkadot-api/descriptors" import { createClient, type...
Closing, I just created one template here -> https://github.com/polkadot-api/starter-template
On first sight, it's caused by a key that can't be decoded. The key is `0x020209049edaa8020300fff9976782d46cc05630d1f6ebab18b2324d6b14` Which is: ```ts ({ parents: 2, // 02 interior: X2([ // 02 GlobalConsensus( //...
> I remember I did some clean-up of `Rococo` stuff for XCMv5 to pass CI check-migration stuff, but what could be `GlobalConsensus: __Unused5` ? If I'm not wrong, `__Unused5` is...
This is something that will keep happening on the long run - And it might not have an easy solution for us as to "just update the known types' checksum...
> But we had a solution for this, right? If the DApp is using them both, then we use the chain-token prefix as a discriminator, correct? Yes, but we had...
Yes, I had a conversation with the hydration team, their RPC doesn't ever send an "initialized" event. The RPC responds to `chainHead_v1_follow` with a subscription ID, but then never sends...