xchainjs-lib icon indicating copy to clipboard operation
xchainjs-lib copied to clipboard

migrate off protobufjs

Open dynst opened this issue 5 months ago • 0 comments

https://github.com/xchainjs/xchainjs-lib/blob/f72dd403f8aa3546c545f665e1007ddb02b889bb/packages/xchain-mayachain/genMsgs.sh#L19

120K    packages/xchain-mayachain/src/types/proto/MsgCompiled.js
308K    packages/xchain-thorchain/src/types/proto/MsgCompiled.js

xchain-thorchain itself is ~ 45.64 kB bundled, before you add its dependencies. https://bundlephobia.com/package/@xchainjs/[email protected]

There's got to be a better way.

https://buf.build/blog/protobuf-es-the-protocol-buffers-typescript-javascript-runtime-we-all-deserve https://www.npmjs.com/package/@bufbuild/protobuf

dynst avatar Jul 21 '25 08:07 dynst