index all cids in a payload in a single atomic tx; misc fixes; comment additions

This commit is contained in:
Ian Norden
2019-12-02 13:24:46 -06:00
parent 79efaeb089
commit 31a9017c4f
8 changed files with 167 additions and 88 deletions
+1 -1
View File
@@ -18,10 +18,10 @@ package eth
import (
"errors"
"github.com/ethereum/go-ethereum"
"math/big"
"strconv"
"github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/core/types"
+1
View File
@@ -17,6 +17,7 @@
package client
import (
"errors"
"context"
"errors"
"reflect"