From 724839ce4a7517a30f8a918860d6be1d7939ab46 Mon Sep 17 00:00:00 2001 From: David Terry Date: Wed, 10 Oct 2018 13:37:59 +0300 Subject: [PATCH] documentation: document vat event types --- pkg/transformers/DOCUMENTATION.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/transformers/DOCUMENTATION.md b/pkg/transformers/DOCUMENTATION.md index 286983cb..b9298baa 100644 --- a/pkg/transformers/DOCUMENTATION.md +++ b/pkg/transformers/DOCUMENTATION.md @@ -17,7 +17,8 @@ For Maker, vulcanize will be run in `lightSync` mode, so it will store all heade For Maker there are two main types of log events that we're tracking: 1. Custom events that are defined in the contract solidity code. -1. LogNote events which utilize the [DSNote library](https://github.com/dapphub/ds-note). +1. `LogNote` events which utilize the [DSNote library](https://github.com/dapphub/ds-note). +1. `Note` events in the `Vat` The transformer process for each of these different log types is the same, except for the converting process, as denoted below.