Skip to content

Commit

Permalink
bump sunthetic chain version and remove temporary patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 14, 2025
1 parent d252567 commit 61caaea
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 29 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,29 +282,7 @@ jobs:
fi
working-directory: a3p-integration
- name: build proposals tests
run: |
BRANCH_NAME="usman/before-after-test-scripts"
FILES=("env_setup.sh" "run_eval.sh" "run_test.sh" "run_use.sh")
FOLDER_NAME="upgrade-test-scripts"
ORG="Agoric"
REPO="agoric-3-proposals"
for file in "${FILES[@]}"
do
curl \
"https://github.com/$ORG/$REPO/raw/refs/heads/$BRANCH_NAME/packages/synthetic-chain/public/$FOLDER_NAME/$file" \
--location \
--output "node_modules/@agoric/synthetic-chain/dist/$FOLDER_NAME/$file" \
--silent
done
curl \
"https://storage.googleapis.com/agoric-snapshots-public/share/temp-a3p-cli.js" \
--location \
--output "node_modules/@agoric/synthetic-chain/dist/cli/cli.js" \
--silent
yarn build
run: yarn build
working-directory: a3p-integration
- name: run proposals tests
run: yarn test
Expand Down
2 changes: 1 addition & 1 deletion a3p-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"doctor": "yarn synthetic-chain doctor"
},
"dependencies": {
"@agoric/synthetic-chain": "^0.5.2",
"@agoric/synthetic-chain": "^0.5.3",
"@types/better-sqlite3": "^7.6.11"
},
"devDependencies": {
Expand Down
18 changes: 13 additions & 5 deletions a3p-integration/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,20 @@ __metadata:
version: 8
cacheKey: 10c0

"@agoric/synthetic-chain@npm:^0.5.2":
version: 0.5.2
resolution: "@agoric/synthetic-chain@npm:0.5.2"
"@agoric/synthetic-chain@npm:^0.5.3":
version: 0.5.3
resolution: "@agoric/synthetic-chain@npm:0.5.3"
dependencies:
"@endo/zip": "npm:^1.0.9"
better-sqlite3: "npm:^11.8.1"
chalk: "npm:^5.4.1"
cosmjs-types: "npm:^0.9.0"
execa: "npm:^9.5.2"
glob: "npm:^11.0.1"
tmp: "npm:0.2.3"
bin:
synthetic-chain: dist/cli/cli.js
checksum: 10c0/190939c33f47a1d71558356f42d4b4b10a4caf3176d31281a250877f97d25d5df5b5d261fd507489fd481e24e6ba5ec12e8dc267a0461b67e9f02a8f8769700c
checksum: 10c0/47e984c05a64fd520c1c7063b3f0a63d231f0da431bd169e0dece1cba5535696c3c582d32afc7771d869ecb6aa9f2945991c47e1ae015ba321d43a465e37573b
languageName: node
linkType: hard

Expand Down Expand Up @@ -2671,7 +2672,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@agoric/synthetic-chain": "npm:^0.5.2"
"@agoric/synthetic-chain": "npm:^0.5.3"
"@types/better-sqlite3": "npm:^7.6.11"
eslint: "npm:^8.57.1"
npm-run-all: "npm:^4.1.5"
Expand Down Expand Up @@ -3173,6 +3174,13 @@ __metadata:
languageName: node
linkType: hard

"tmp@npm:0.2.3":
version: 0.2.3
resolution: "tmp@npm:0.2.3"
checksum: 10c0/3e809d9c2f46817475b452725c2aaa5d11985cf18d32a7a970ff25b568438e2c076c2e8609224feef3b7923fa9749b74428e3e634f6b8e520c534eef2fd24125
languageName: node
linkType: hard

"tunnel-agent@npm:^0.6.0":
version: 0.6.0
resolution: "tunnel-agent@npm:0.6.0"
Expand Down

0 comments on commit 61caaea

Please sign in to comment.