Skip to content

Commit 3d64bee

Browse files
authored
test(a3p-integration): update to agoric-upgrade-18 (#10839)
Agoric/agoric-3-proposals#211 ## Description This PR updates a3p to use upgrade-18 image as well as remove u18 core proposals from upgrade.go. ### Security Considerations None ### Scaling Considerations None ### Documentation Considerations None ### Testing Considerations All testing as it updates the base image for a3p ### Upgrade Considerations Removes u18 core proposals from upgrade.go
2 parents 16940ff + 24d0ce5 commit 3d64bee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+2474
-9644
lines changed

a3p-integration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"agoricSyntheticChain": {
4-
"fromTag": "use-upgrade-17"
4+
"fromTag": "use-upgrade-18"
55
},
66
"scripts": {
77
"build": "yarn run build:sdk && yarn run build:submissions && yarn run build:synthetic-chain",

a3p-integration/proposals/b:beta-fast-usdc/test/test-cli.sh

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ set -euo pipefail
66
# Usage:
77
# agd keys show [name_or_address [name_or_address...]] [flags]
88

9-
yarn fast-usdc operator accept >| accept.json
9+
echo CLI test accepting operator invitation
10+
ACCEPT_OFFER_ID=fastUsdcTestAccept
11+
yarn fast-usdc operator accept --offerId $ACCEPT_OFFER_ID >| accept.json
1012
cat accept.json
1113
yarn agoric wallet send --offer accept.json --from agoric1ee9hr0jyrxhy999y755mp862ljgycmwyp4pl7q --keyring-backend test
12-
ACCEPT_OFFER_ID=$(agoric wallet extract-id --offer accept.json)
14+
# UNTIL https://github.com/Agoric/agoric-sdk/issues/10891
15+
# ACCEPT_OFFER_ID=$(agoric wallet extract-id --offer accept.json)
1316

1417
yarn fast-usdc operator attest --previousOfferId="$ACCEPT_OFFER_ID" --forwardingChannel=foo --recipientAddress=agoric1foo --blockHash=0xfoo --blockNumber=1 --chainId=3 --amount=123 --forwardingAddress=noble1foo --sender 0xfoo --txHash=0xtx >| attest.json
1518
cat attest.json

a3p-integration/proposals/b:beta-fast-usdc/yarn.lock

+264-264
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
testUpgradedBoard/
1+
replaceFeeDistributor/
2+
addUsdLemons/
3+
addUsdOlives/
4+
upgradeProvisionPool/
5+
upgradeAgoricNames/
6+
publishTestInfo/
7+
upgrade-mintHolder/
8+
upgradeAssetReserve/
9+
upgradePSM/

a3p-integration/proposals/n:upgrade-next/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ in [package.json](./package.json).
1111

1212
The "binaries" property of `upgradeInfo` is now required since Cosmos SDK 0.46,
1313
however it cannot be computed for an unreleased upgrade. To disable the check,
14-
`releaseNotes` is set to `false`.
14+
`releaseNotes` is set to `false`.

a3p-integration/proposals/n:upgrade-next/acceptInvites.js

-19
This file was deleted.

a3p-integration/proposals/n:upgrade-next/addGov4.js

-20
This file was deleted.

a3p-integration/proposals/n:upgrade-next/agd-tools.js

-207
This file was deleted.

0 commit comments

Comments
 (0)