helium / blockchain-etl

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

add consensus_failure member roles #218

Closed madninja closed 3 years ago

madninja commented 3 years ago

Introduces consensus_failure_member and consensus_failure_failed_member as actor roles and uses them in blockchain_txn_consensus_group_failure_v1 transactions as actors to distinguish from the normal consensue_member role.

A backfill consensus_failure_members is provided to adjust the existing actor role entries.

Fixes: #205