Skip to content

Commit

Permalink
test(a3p-integration): update to agoric-upgrade-18 (#10839)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mergify[bot] authored Jan 31, 2025
2 parents 16940ff + 24d0ce5 commit 3d64bee
Show file tree
Hide file tree
Showing 63 changed files with 2,474 additions and 9,644 deletions.
2 changes: 1 addition & 1 deletion a3p-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"agoricSyntheticChain": {
"fromTag": "use-upgrade-17"
"fromTag": "use-upgrade-18"
},
"scripts": {
"build": "yarn run build:sdk && yarn run build:submissions && yarn run build:synthetic-chain",
Expand Down
7 changes: 5 additions & 2 deletions a3p-integration/proposals/b:beta-fast-usdc/test/test-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ set -euo pipefail
# Usage:
# agd keys show [name_or_address [name_or_address...]] [flags]

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

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
cat attest.json
Expand Down
528 changes: 264 additions & 264 deletions a3p-integration/proposals/b:beta-fast-usdc/yarn.lock

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion a3p-integration/proposals/n:upgrade-next/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
testUpgradedBoard/
replaceFeeDistributor/
addUsdLemons/
addUsdOlives/
upgradeProvisionPool/
upgradeAgoricNames/
publishTestInfo/
upgrade-mintHolder/
upgradeAssetReserve/
upgradePSM/
2 changes: 1 addition & 1 deletion a3p-integration/proposals/n:upgrade-next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ in [package.json](./package.json).

The "binaries" property of `upgradeInfo` is now required since Cosmos SDK 0.46,
however it cannot be computed for an unreleased upgrade. To disable the check,
`releaseNotes` is set to `false`.
`releaseNotes` is set to `false`.
19 changes: 0 additions & 19 deletions a3p-integration/proposals/n:upgrade-next/acceptInvites.js

This file was deleted.

20 changes: 0 additions & 20 deletions a3p-integration/proposals/n:upgrade-next/addGov4.js

This file was deleted.

207 changes: 0 additions & 207 deletions a3p-integration/proposals/n:upgrade-next/agd-tools.js

This file was deleted.

Loading

0 comments on commit 3d64bee

Please sign in to comment.