Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Gateway Payers

Compare
Choose a tag to compare
@madninja madninja released this 27 Jul 10:36
· 249 commits to master since this release

FIXES

  • Coalesce listen addresses for a hotspot to keep the last known value. This does not fix gossip issues in the network but it does make the status for a gateway consistent across all gossiped fields

ADDED

  • Adds a payer column to gateway_inventory and an associated trigger to update the gateway payer on insert of a new row in the inventory. This will help identify the payer / maker of a gateway.

  • Adds a backfill gateway_payers command to backfill the existing table with payers for all known gateways

NOTE:

  • This release includes a migration which must be run after etl has been stopped to avoid the node crashing when an add gateway transaction appears
  • This release includes a backfill to backfill existing gateway_inventory rows