Add transformers for Cat file events

- transform logs from 3 implementations of file on the Cat contract
This commit is contained in:
Rob Mulholand
2018-09-27 10:32:08 -05:00
parent b0cd852aa3
commit 58f17a24ae
56 changed files with 3034 additions and 26 deletions
+1 -1
View File
@@ -1,6 +1,7 @@
package geth
import (
"errors"
"math/big"
"github.com/ethereum/go-ethereum"
@@ -11,7 +12,6 @@ import (
"github.com/ethereum/go-ethereum/core/types"
"github.com/vulcanize/vulcanizedb/pkg/core"
vulcCommon "github.com/vulcanize/vulcanizedb/pkg/geth/converters/common"
"errors"
)
var ErrEmptyHeader = errors.New("empty header returned over RPC")