Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 411 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 411 Bytes

Aggregation Service

Description

This service is used to combine multiple csv inputs into one single csv output

Those CSVs are coming from the Fee allocator, balancer bribe recycler etc

Usage:

  • Place CSV files under ./input/<WEEK> folder
  • Run main.py with week number as argument
  • Collect output CSV from ./output/<WEEK> folder
  • Collect transaction JSON from ./transactions/<WEEK> folder