You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any reason to use this particular plugin? It generates a lot of duplicated data which will blow up our bundle size. From the another hand default plugin only generates schemas + types which can be used together with fromBinary method
@totraev please add the details of your suggested approach. I.e.
Now we use stephenh-ts-proto, it grabs all the deps and builds the ts files. When we need something, we just import needed stuff and use it.
What changes do you suggest doing
What do we achieve if we go with that route
What our build process will look like
What is our usage of this library will look like, i.e. how do we consume the needed data/methods
Any reason to use this particular plugin? It generates a lot of duplicated data which will blow up our bundle size. From the another hand default plugin only generates schemas + types which can be used together with
fromBinary
methodOriginally posted by @totraev in babylonlabs-io/simple-staking#237 (comment)
The text was updated successfully, but these errors were encountered: