Skip to content

Commit

Permalink
Merge pull request #8902 from Agoric/mhofman/8887-fix-governance
Browse files Browse the repository at this point in the history
Handle cosmos 0.46 gov breaking changes
  • Loading branch information
mergify[bot] authored Feb 13, 2024
2 parents 2044d22 + 229b36f commit 61af4a8
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 639 deletions.
2 changes: 1 addition & 1 deletion a3p-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"doctor": "./node_modules/.bin/synthetic-chain doctor"
},
"dependencies": {
"@agoric/synthetic-chain": "^0.0.5-3",
"@agoric/synthetic-chain": "^0.0.6-4",
"tsx": "^4.7.0"
},
"packageManager": "yarn@4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion a3p-integration/proposals/a:upgrade-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"license": "Apache-2.0",
"dependencies": {
"@agoric/synthetic-chain": "^0.0.5-3",
"@agoric/synthetic-chain": "^0.0.6-4",
"ava": "^5.3.1"
},
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions a3p-integration/proposals/a:upgrade-next/post.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import test from 'ava';

import { getIncarnation } from '@agoric/synthetic-chain/src/lib/vat-status.js';
import { getIncarnation } from '@agoric/synthetic-chain';

test(`Ensure Network Vat was installed`, async t => {
const incarnation = await getIncarnation('network');
Expand All @@ -18,4 +18,3 @@ test(`Zoe vat was upgraded`, async t => {

t.is(incarnation, 1);
});

Loading

0 comments on commit 61af4a8

Please sign in to comment.