Skip to content

Commit

Permalink
fix: remove obsolete bundle command
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Jul 27, 2020
1 parent 4bd78e9 commit e87fecc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 184 deletions.
171 changes: 0 additions & 171 deletions packages/cosmic-swingset/lib/ag-solo/bundle.js

This file was deleted.

13 changes: 0 additions & 13 deletions packages/cosmic-swingset/lib/ag-solo/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { assert } from '@agoric/assert';
import anylogger from 'anylogger';

// Start a network service
import bundle from './bundle';
import initBasedir from './init-basedir';
import resetState from './reset-state';
import setGCIIngress from './set-gci-ingress';
Expand Down Expand Up @@ -107,18 +106,6 @@ start
await resetState(basedir);
break;
}
case 'bundle': {
await bundle(insistIsBasedir, argv.slice(1));
break;
}
case 'upload-contract': {
await bundle(insistIsBasedir, [`--evaluate`, ...argv]);
break;
}
case 'register-http': {
await bundle(insistIsBasedir, [`--evaluate`, ...argv]);
break;
}
case 'calc-gci':
case 'calc-rpcport': {
const cp = spawnSync(`${__dirname}/../../${argv[0]}.js`, argv.slice(1), {
Expand Down

0 comments on commit e87fecc

Please sign in to comment.