From ce4d928fb84c29a9da37a806580f2e29fa945ca1 Mon Sep 17 00:00:00 2001 From: David Terry Date: Wed, 3 Oct 2018 14:07:32 +0200 Subject: [PATCH] transformers: tweak docs --- pkg/transformers/DOCUMENTATION.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/transformers/DOCUMENTATION.md b/pkg/transformers/DOCUMENTATION.md index 2abc031f..c53130ad 100644 --- a/pkg/transformers/DOCUMENTATION.md +++ b/pkg/transformers/DOCUMENTATION.md @@ -6,11 +6,11 @@ Transformers fetch logs from Ethereum, convert/decode them into usable data, and A transformer consists of: -- A fetcher -> Fetches raw logs from the blockchain encoded as go datatypes -- A converter -> Converts this raw data into a representation suitable for consumption in the API +- A fetcher -> Fetches raw logs from the blockchain and encodes them as go datatypes +- A converter -> Converts this raw data into a human friendly representation suitable for consumption in the API - A repository -> Abstracts the database -For Maker, vulcanize will be run in `lightSync` mode, so it will store all headers, and then fetchers make RPC calls to pull th +For Maker, vulcanize will be run in `lightSync` mode, so it will store all headers, and then fetchers pull relevant logs by making RPC calls. ## Event Types