more descriptive comments/method names for super node service; send msg

when backfill is finished
This commit is contained in:
Ian Norden
2020-02-23 17:15:26 -06:00
parent ea7379728e
commit 5f85a7ecf6
8 changed files with 68 additions and 49 deletions
+2 -2
View File
@@ -19,13 +19,13 @@ package eth
import (
"fmt"
"github.com/vulcanize/vulcanizedb/pkg/super_node/shared"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/params"
"github.com/ethereum/go-ethereum/rlp"
"github.com/ethereum/go-ethereum/statediff"
"github.com/vulcanize/vulcanizedb/pkg/super_node/shared"
)
// PayloadConverter satisfies the PayloadConverter interface for ethereum