confio / cosmjs-types

JS and TS types relating to Protocol Buffers used by Cosmos-SDK and other related projects
Apache License 2.0
36 stars 42 forks source link

upgrade telescope to v1 and fixed the bigint undefined issue #77

Closed Zetazzz closed 1 year ago

Zetazzz commented 1 year ago

Hi, Simon

We launded Telescope v1.0. We changed some default config values: https://github.com/cosmology-tech/telescope/blob/main/docs/migration.md

So in this PR, I upgraded to telescope v1.0, kept the config and fixed the bigint undefined toString issue.

Changes: upgrade telescope to v1 fixed the bigint undefined toString issue

webmaster128 commented 1 year ago

Thanks a lot! Looks great. I integrated the Telescope upgrade in #76.