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
The postinstall of @agoric/xsnap runs yarn build:from-env. If yarn isn't installed, this will fail. That means the package can't be installed by other package managers.
* feat: query smart wallet auto-provision fee
* fix: remove extra purse updates and swingset query
* feat: onboard IST with elements button
* build: patch xsnap to separate from yarn project
works around Agoric/agoric-sdk#9261
* test(rpc): use legacy endo to fix test
* build: add prepack script
* build: fix some types
* chore: add comment for IST icon
---------
Co-authored-by: Turadg Aleahmad <[email protected]>
What is the Problem Being Solved?
The postinstall of
@agoric/xsnap
runsyarn build:from-env
. If yarn isn't installed, this will fail. That means the package can't be installed by other package managers.This relates to,
Description of the Design
Remove
yarn
from the package scripts. Should be done for all packages in the SDK.Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered: