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
In #2 , I'm trying to get dependencies from npm instead of from a linked agoric-sdk (using agoric install). It works for testing, but it produces a contract bundle around 4.5mb -- in particular, >1mb when compressed, so we get Invalid Request: error reading request body: http: request body too large.
Lots of modules are duplicated. promise-kit is duplicated about 15 times. Most likely due to...
In #2 , I'm trying to get dependencies from npm instead of from a linked agoric-sdk (using
agoric install
). It works for testing, but it produces a contract bundle around 4.5mb -- in particular, >1mb when compressed, so we getInvalid Request: error reading request body: http: request body too large
.Lots of modules are duplicated. promise-kit is duplicated about 15 times. Most likely due to...
work-around:
if delete all the
node_modules
directories andagoric install
from the top dir and then build the bundle, I get something 1.6Mfor some details, see https://github.com/agoric-labs/dapp-swaparoo/releases/tag/v0.1.1-alpha
The text was updated successfully, but these errors were encountered: