coinbase / chainstorage

The File System For a Multi-Blockchain World
https://time-wilderness-a70.notion.site/ChainStorage-5c173d1cafd842ceb9e38c26bfbd6265?pvs=4
Apache License 2.0
69 stars 24 forks source link

chore: use google.golang.org/protobuf #32

Closed bestmike007 closed 9 months ago

bestmike007 commented 9 months ago

What changed? Why?

Replace github.com/golang/protobuf with google.golang.org/protobuf in imports.

@jiezhang Now I understand why you mentioned google.golang.org/protobuf v1.28.0 in previous PR #29 ; I tried to upgrade it to any version newer (v1.28.1 included) and the tests fails. One of them is sdk/client_test.go#361 TestStreamBlocks_RecvTransientErr:

image

How did you test the change?

make test and make integration