-
```gql
query MyQuery {
squidStatus {
height
}
lastEvent(limit: 5) {
id
timestamp
}
events(limit: 5, orderBy: blockNumber_DESC) {
timestamp
id
interaction
…
-
TODO from here https://github.com/polkadot-fellows/runtimes/blob/3dea8bf4fba112e5643f6f4340a3dd5ad3492a8b/system-parachains/coretime/coretime-kusama/src/coretime.rs#L180 cc @seadanda should probably a…
-
Got errors when processing Kusama block #2688181
```
sqlalchemy.exc.DataError: (mysql.connector.errors.DataError) 1406 (22001): Data too long for column 'signature' at row 1
[SQL: INSERT INTO dat…
-
We had a spike of 1k warning messages from a single peer on Kusama:
https://grafana.teleport.parity.io/goto/Vs5GETjIR?orgId=1
```
WARN tokio-runtime-worker peerset: Report 12D3KooWJPXURGJ1nMa3FwA8a…
-
ACCEPTANCE:
* I can start a klaos node that will sync on Kusama and on kLAOS (the last one, with 0 blocks produced)
-
### Bug Summary
Validator regularly runs out of memory on Kusama
### Bug Description
If in active set, Kusama validator regularly runs out of memory.
This happens both on current `master` (`…
-
For Kusama with ~150 nodes reporting to the dashboard by default, it keeps freezing my Firefox 68.0.1 (64-bit) on Archlinux after running it a couple of hours.
Maybe it's worth investigating some k…
soc1c updated
3 years ago
-
### Issue summary (Abstract)
Parity already merged some of the ES code in to the dev branch and probably it was deployed to Kusama and since Gossamer does not support it we need to investigate curren…
-
### What happened?
An artist, Calta (tg: Calta99) has an issue while minting her collection on Statemine via her phone - using Nova wallet. On production.
Error message:
![2023-09-04 16 08 46](h…
-
I notice that the collator does not have `polkadot_node_is_active_validator` metric and I did not find any alternative. But relaychain part of the collator reports `polkadot_node_is_active_validator=0…