Skip to content

Commit

Permalink
feat: update kernel dump to latest schema
Browse files Browse the repository at this point in the history
  • Loading branch information
FUDCo committed Jun 10, 2021
1 parent 8d03175 commit 93cb41d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/swingset-runner/src/dumpstore.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ export function dumpStore(swingStore, outfile, rawMode) {

popt('crankNumber');
popt('kernel.defaultManagerType');
popt('vatAdminRootKref');
popt('gcActions');
popt('kernelStats');
gap();

Expand Down Expand Up @@ -132,6 +134,7 @@ export function dumpStore(swingStore, outfile, rawMode) {
popt(`${v}.d.nextID`);
popt(`${v}.o.nextID`);
popt(`${v}.p.nextID`);
popt(`${v}.nextDeliveryNum`);
const endPos = JSON.parse(popt(`${v}.t.endPosition`));
vatInfo.push([v, vn, endPos]);
for (const key of groupKeys(`${v}.c.kd`)) {
Expand Down

0 comments on commit 93cb41d

Please sign in to comment.