Skip to content

Commit

Permalink
fix discrepancies
Browse files Browse the repository at this point in the history
  • Loading branch information
mujahidkay committed Dec 23, 2024
1 parent a9fa41d commit b5d3862
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 86 deletions.
72 changes: 0 additions & 72 deletions a3p-integration/proposals/a:upgrade-18/test-lib/sync-tools.js

This file was deleted.

3 changes: 0 additions & 3 deletions a3p-integration/proposals/z:acceptance/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ scripts/test-vaults.ts
echo ACCEPTANCE TESTING recorded instances
yarn ava recorded-retired.test.js

echo ACCEPTANCE TESTING recorded instances
yarn ava recorded-retired.test.js

echo ACCEPTANCE TESTING kread
yarn ava kread.test.js

Expand Down
16 changes: 16 additions & 0 deletions golang/cosmos/app/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,22 @@ func replacePriceFeedsCoreProposal(upgradeName string) (vm.CoreProposalStep, err
)
}

// func upgradeMintHolderCoreProposal(upgradeName string) (vm.CoreProposalStep, error) {
// variant := getVariantFromUpgradeName(upgradeName)

// if variant == "" {
// return nil, nil
// }

// return buildProposalStepWithArgs(
// "@agoric/builders/scripts/vats/upgrade-mintHolder.js",
// "defaultProposalBuilder",
// map[string]any{
// "variant": variant,
// },
// )
// }

// upgrade18Handler performs standard upgrade actions plus custom actions for upgrade-18.
func upgrade18Handler(app *GaiaApp, targetUpgrade string) func(sdk.Context, upgradetypes.Plan, module.VersionMap) (module.VersionMap, error) {
return func(ctx sdk.Context, plan upgradetypes.Plan, fromVm module.VersionMap) (module.VersionMap, error) {
Expand Down
1 change: 0 additions & 1 deletion packages/SwingSet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@agoric/swingset-xsnap-supervisor": "^0.10.3-u18.0",
"@agoric/time": "^0.3.3-u18.0",
"@agoric/vat-data": "^0.5.3-u18.0",
"@agoric/xsnap": "^0.14.3-u18.0",
"@agoric/xsnap-lockdown": "^0.14.1-u18.0",
"@endo/base64": "^1.0.9",
"@endo/bundle-source": "^3.5.0",
Expand Down
1 change: 1 addition & 0 deletions packages/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@agoric/zoe": "^0.26.3-u18.0",
"@endo/init": "^1.1.7"
},
"devDependencies": {},
"files": [
"CHANGELOG.md",
"src/",
Expand Down
1 change: 0 additions & 1 deletion packages/inter-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"@agoric/smart-wallet": "^0.5.4-u18.4",
"@agoric/swingset-liveslots": "^0.10.3-u18.0",
"@agoric/swingset-vat": "^0.33.0-u18.0",
"@agoric/zone": "^0.3.0-u18.0",
"@endo/bundle-source": "^3.5.0",
"@endo/init": "^1.1.7",
"@endo/promise-kit": "^1.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"lint:types": "tsc"
},
"dependencies": {
"@agoric/base-zone": "^0.1.1-u18.0",
"@endo/errors": "^1.2.8",
"@agoric/base-zone": "^0.1.1-u18.0",
"@endo/common": "^1.2.8",
"@endo/far": "^1.1.9",
"@endo/init": "^1.1.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/pegasus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@
"@agoric/vats": "^0.16.0-u18.4",
"@agoric/vow": "^0.2.0-u18.0",
"@agoric/zoe": "^0.26.3-u18.0",
"@agoric/zone": "^0.3.0-u18.0",
"@endo/bundle-source": "^3.5.0",
"@agoric/zone": "^0.3.0-u18.0",
"@endo/captp": "^4.4.3",
"@endo/far": "^1.1.9",
"@endo/init": "^1.1.7",
"@endo/nat": "^5.0.13",
"@endo/promise-kit": "^1.1.8"
},
"devDependencies": {
"@agoric/vat-data": "^0.5.3-u18.0",
"ava": "^5.3.0",
"c8": "^10.1.2",
"import-meta-resolve": "^2.2.1"
"import-meta-resolve": "^2.2.1",
"@agoric/vat-data": "^0.5.3-u18.0"
},
"files": [
"scripts/",
Expand Down
2 changes: 1 addition & 1 deletion packages/smart-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"lint:eslint": "eslint ."
},
"devDependencies": {
"@agoric/casting": "^0.4.3-u18.4",
"@agoric/cosmic-proto": "^0.5.0-u18.4",
"@agoric/swingset-vat": "^0.33.0-u18.0",
"@endo/bundle-source": "^3.5.0",
Expand All @@ -27,7 +28,6 @@
},
"dependencies": {
"@endo/errors": "^1.2.8",
"@agoric/casting": "^0.4.3-u18.4",
"@agoric/ertp": "^0.16.3-u18.0",
"@agoric/internal": "^0.4.0-u18.0",
"@agoric/notifier": "^0.7.0-u18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@endo/stream": "^1.2.8",
"@opentelemetry/api": "~1.3.0",
"@opentelemetry/api-logs": "0.53.0",
"@opentelemetry/exporter-logs-otlp-http": "0.53.0",
"@opentelemetry/exporter-prometheus": "~0.35.0",
"@opentelemetry/exporter-logs-otlp-http": "0.53.0",
"@opentelemetry/exporter-trace-otlp-http": "~0.35.0",
"@opentelemetry/resources": "~1.9.0",
"@opentelemetry/sdk-logs": "0.53.0",
Expand Down
5 changes: 2 additions & 3 deletions packages/vat-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@
"license": "Apache-2.0",
"dependencies": {
"@endo/errors": "^1.2.8",
"@endo/nat": "^5.0.13",
"@endo/patterns": "^1.4.7",
"@agoric/base-zone": "^0.1.1-u18.0",
"@agoric/store": "^0.9.3-u18.0",
"@agoric/swingset-liveslots": "^0.10.3-u18.0",
"@endo/exo": "^1.5.7"
"@endo/exo": "^1.5.7",
"@endo/patterns": "^1.4.7"
},
"devDependencies": {
"@endo/init": "^1.1.7",
Expand Down
1 change: 1 addition & 0 deletions packages/vm-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"keywords": [],
"author": "Agoric",
"license": "Apache-2.0",
"dependencies": {},
"devDependencies": {
"ava": "^5.3.0",
"c8": "^10.1.2"
Expand Down

0 comments on commit b5d3862

Please sign in to comment.