You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to parse events records to get information about balance transfers its failed on tesnet (rococo and wested) but on mainnet works.
panic: unable to decode field 3 event #1 with EventID [3 0], field Indices_IndexAssigned: expected more bytes, but could not decode any more
There is a workaround or alternative to have the same code working on mainnet and testnet?
./main wss://rpc.polkadot.io <-- works
./main wss://rococo-rpc.polkadot.io <-- it doesn’t work
./main wss://westend-rpc.polkadot.io <-- it doesn’t work
When I tried to parse events records to get information about balance transfers its failed on tesnet (rococo and wested) but on mainnet works.
panic: unable to decode field 3 event #1 with EventID [3 0], field Indices_IndexAssigned: expected more bytes, but could not decode any more
There is a workaround or alternative to have the same code working on mainnet and testnet?
The text was updated successfully, but these errors were encountered: