Open turadg opened 2 months ago
Hi, please excuse me, I can't find lines and the in the branch agoric-safe:
test/helpers.test.js:83
82: t.like( 83: toRequestQueryJson( 84: cosmos.bank.v1beta1.QueryBalanceRequest.toProtoMsg({
Could you please provide me a branch that I can debug on?
Thank you very much!
Thanks for looking into it!
To repro,
git checkout origin 10112/npm-telescope
cd packages/cosmic-proto
yarn build && yarn test
To test with another source of telescope, these will update the codgen that's being built:
yarn install && yarn codegen
What is the Problem Being Solved?
We've had to fork the project to https://github.com/agoric-labs/telescope/tree/agoric-safe . Since then the Cosmology folks have released 1.10.0 to incorporate the changes.
It's best if we're on the NPM release so let's get back.
Description of the Design
in
codegen.cjs
,Then
yarn codegen && yarn build && yarn test
. Unfortunately with just those changes there is this problem,So there is some additional work to figure out whether we're using it wrong or need other changes upstream.
Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations