Skip to content

Commit

Permalink
fix(a3p): implement work around for xsnap package issue #10259
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge-Lopes committed Nov 5, 2024
1 parent ee650c5 commit 737765d
Show file tree
Hide file tree
Showing 4 changed files with 1,149 additions and 164 deletions.
5 changes: 5 additions & 0 deletions a3p-integration/proposals/z:acceptance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@agoric/internal": "dev",
"@agoric/store": "dev",
"@agoric/synthetic-chain": "^0.3.0",
"@agoric/zoe": "dev",
"@endo/errors": "^1.2.2",
"@endo/far": "^1.1.5",
"@endo/init": "^1.1.4",
Expand All @@ -22,6 +23,10 @@
"execa": "^9.3.1",
"tsx": "^4.17.0"
},
"$comment": "UNTIL https://github.com/Agoric/agoric-sdk/issues/10259",
"resolutions": {
"@agoric/xsnap": "beta"
},
"ava": {
"concurrency": 1,
"serial": true,
Expand Down
152 changes: 0 additions & 152 deletions a3p-integration/proposals/z:acceptance/test-lib/ratio.js

This file was deleted.

5 changes: 4 additions & 1 deletion a3p-integration/proposals/z:acceptance/test-lib/vaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ import {
GOV2ADDR,
} from '@agoric/synthetic-chain';
import { AmountMath } from '@agoric/ertp';
import { ceilMultiplyBy, makeRatio } from './ratio.js';
import {
ceilMultiplyBy,
makeRatio,
} from '@agoric/zoe/src/contractSupport/ratio.js';
import { getAgoricNamesBrands, getAgoricNamesInstances } from './utils.js';
import { boardSlottingMarshaller, makeFromBoard } from './rpc.js';
import { retryUntilCondition } from './sync-tools.js';
Expand Down
Loading

0 comments on commit 737765d

Please sign in to comment.