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

Transaction Actor Blocks

Compare
Choose a tag to compare
@madninja madninja released this 16 Mar 02:19
· 611 commits to master since this release
759c045

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. The prod release profile uses this to set the location to where the application data is located (/var/data/blockchain_etl). This change will not affect dev or local 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