Closed warner closed 3 years ago
Ok, nevermind, this turned out to be the result of a stale cosmic-swingset
directory: one must run cd packages/cosmic-swingset && make
after updating to a branch with significant changes to that package, and yarn build
does not do that for you.
I'll file a ticket about making yarn build
rebuild the golang binary iff it already exists; that should reduce some of this confusion in the future.
Describe the bug
With agoric-sdk at release 2.17.1 (commit abe343518781c164255f71e47dc28c7d45717690), I did
yarn && yarn build
, usinggo1.15.8
on linux. From that environment, I checked out https://github.com/Agoric/testnet-load-generator , didagoric install
, andagoric start local-chain
. Usually this takes a few minutes and then turns into a running single-validator chain process. This time, I saw the following crash:cc @michaelfig