0chain / gosdk

A client SDK in Go to interface the blockchain and storage platform, and other smart contracts
MIT License
32 stars 29 forks source link

`zbox list` is broken #519

Closed cnlangzi closed 2 years ago

cnlangzi commented 2 years ago

the create_at and updated_at are changed from string to common.Timestamp on https://github.com/0chain/gosdk/pull/509 . but it is not fixed on zbox list. it fails on mapstructure.decode

cnlangzi commented 2 years ago

it should be related to blobbers are outdated.