Agoric / dapp-offer-up

Offer Up is a simple Dapp for the Agoric smart contract platform that permits users to explore items for sale in a marketplace
6 stars 5 forks source link

building xsnap depends on fragile git clone #90

Open dckc opened 2 months ago

dckc commented 2 months ago

to reproduce:

  1. yarn create @agoric/dapp xsnapv
  2. yarn
  3. cd node_modules/@agoric/xsnap
  4. ls .git and see that we have a git log of moddable

The git clone is fragile. One user recently reported:

Building...
 - @agoric/xsnap
...
The remote end hung up unexpectedly
...
git exited with code 128

This was fixed in

but this dapp still depends on 0.14.3-u13.0

so if I just go to a blank directory and yarn install @agoric/xsnap, I get @agoric/xsnap@0.14.3-u16.1 and I do not get a .git directory.

cc @Jovonni