Update markets, cbor-gen with soft map decoding

This commit is contained in:
Łukasz Magiera
2021-02-19 20:11:43 +01:00
parent f2578a8e83
commit 26399dba70
12 changed files with 76 additions and 21 deletions
+3
View File
@@ -5,6 +5,7 @@ package hello
import (
"fmt"
"io"
"sort"
abi "github.com/filecoin-project/go-state-types/abi"
cid "github.com/ipfs/go-cid"
@@ -13,6 +14,8 @@ import (
)
var _ = xerrors.Errorf
var _ = cid.Undef
var _ = sort.Sort
var lengthBufHelloMessage = []byte{132}