Skip to content

Commit

Permalink
fix(solo): stop using install-metering-and-ses
Browse files Browse the repository at this point in the history
All metered vats should now be using xsnap, so we no longer need to meter
'local' vats, and can remove the performance-costly global metering wrapper.

refs #3373
  • Loading branch information
warner committed Jun 22, 2021
1 parent 8c66401 commit b21fb61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/solo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@agoric/dapp-svelte-wallet": "^0.10.4",
"@agoric/eventual-send": "^0.13.16",
"@agoric/import-bundle": "^0.2.16",
"@agoric/install-metering-and-ses": "^0.2.15",
"@agoric/install-ses": "^0.5.15",
"@agoric/marshal": "^0.4.13",
"@agoric/notifier": "^0.3.16",
"@agoric/promise-kit": "^0.2.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/solo/src/entrypoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import '@agoric/babel-standalone';

// we need to enable Math.random as a workaround for 'brace-expansion' module
// (dep chain: temp->glob->minimatch->brace-expansion)
import '@agoric/install-metering-and-ses';
import '@agoric/install-ses';

import process from 'process';
import path from 'path';
Expand Down

0 comments on commit b21fb61

Please sign in to comment.