helium / blockchain-etl

Blockchain follower that follows and stores the Helium blockchain
Apache License 2.0
64 stars 37 forks source link

Adds gateway_mode to gateway/inventory #176

Closed madninja closed 3 years ago

madninja commented 3 years ago

This allows tracking of what mode a gateway was added to the blockchain

jamiew commented 3 years ago

what is a "nonconsensus" gateway?

madninja commented 3 years ago

what is a "nonconsensus" gateway?

light => earn for data traffic only, not eligible to participate in PoC and Consensus nonconsensus => earn for data traffic, PoC, but not eligible to participate in Consensus full => earn for data traffic, PoC, and consensus membership

nonconsensus will be relatively short lived as validators will take over consensus, but until then there's a window where this is likely needed

madninja commented 3 years ago

Fixes #175