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

Account and Gateway Inventory

Compare
Choose a tag to compare
@madninja madninja released this 03 Jun 18:04
· 527 commits to master since this release
77c0146

This changes gateway_ledger and account_ledger to be proper tables (gateway_inventory, account_inventory, respectively) instead of materialized views.

These tables are updated with triggers on their sources (gateways, accounts) to keep them up to date.

This version will break running http servers which will need to be udpated to at least version 1.2.9 to account for these changes.

NOTE: This does not require a replay, but does require you to stop etl, apply migrations and start again.

NOTE: If you build from source and the build fails for enacl please remove the _build/default/lib/enacl folder and run make && make release again