This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
Transaction Actor Blocks
Changes
-
Adds a block column to the transaction_actor table. This allows for "what actors in a block" kind of queries and opens the door for some trials around improved join speeds with the transactions table.
-
Adds the ability to specify the location of the
.env
file. Theprod
release profile uses this to set the location to where the application data is located (/var/data/blockchain_etl
). This change will not affectdev
orlocal
profiles
Migration
This release requires a migration, but no reset is required:
- Stop the existing etl application
- Run
./bin/blockchain_etl migrations run
. This migration will take a long time. In the order of 20-30 minutes . - Start the etl application