threefoldtech / tfchain_graphql

Graphql for TFchain
Apache License 2.0
2 stars 3 forks source link

Track node's power events #147

Closed sameh-farouk closed 5 months ago

sameh-farouk commented 9 months ago

Currently we indexing the node power events powerStateChanged, and powerTargetChanged but in not very useful way, it just keeps the last status in db. instead, we can keep all power related events in a table.

https://github.com/threefoldtech/tfchain_graphql/blob/da00000dd87ceca477991fbab9c0934aebd1b3f5/src/mappings/nodes.ts#L518

https://github.com/threefoldtech/tfchain_graphql/blob/da00000dd87ceca477991fbab9c0934aebd1b3f5/src/mappings/nodes.ts#L548

sameh-farouk commented 5 months ago

Close as duplicated https://github.com/threefoldtech/tfchain_graphql/issues/133