Skip to content

Commit

Permalink
chore: Update Algokit dependencies to latest stable versions
Browse files Browse the repository at this point in the history
Updated the `algokit-client-generator` and `algokit-utils` to their (still algosdk v3) latest stable versions
  • Loading branch information
pbennett committed Nov 25, 2024
1 parent f2c12fe commit b997c64
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 43 deletions.
2 changes: 1 addition & 1 deletion contracts/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"license": "MIT",
"dependencies": {
"@algorandfoundation/algokit-utils": "7.0.0-beta.22",
"@algorandfoundation/algokit-utils": "7.0.0",
"algosdk": "2.9.0",
"prompts": "^2.4.2",
"yargs": "^17.7.2"
Expand Down
6 changes: 3 additions & 3 deletions contracts/contracts/artifacts/StakingPool.arc56_draft.json
Original file line number Diff line number Diff line change
Expand Up @@ -19256,9 +19256,9 @@
"compiler": "algod",
"compilerVersion": {
"major": 3,
"minor": 26,
"patch": 229321,
"commitHash": "43cb5632"
"minor": 27,
"patch": 237217,
"commitHash": "0bc3d7e4"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29497,9 +29497,9 @@
"compiler": "algod",
"compilerVersion": {
"major": 3,
"minor": 26,
"patch": 229321,
"commitHash": "43cb5632"
"minor": 27,
"patch": 237217,
"commitHash": "0bc3d7e4"
}
}
}
8 changes: 4 additions & 4 deletions contracts/contracts/clients/StakingPoolClient.ts

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions contracts/contracts/clients/ValidatorRegistryClient.ts

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.11.8",
"license": "MIT",
"scripts": {
"generate-client": "pnpx @algorandfoundation/[email protected]-beta.7 generate -a contracts/artifacts/StakingPool.arc56_draft.json -o contracts/clients/StakingPoolClient.ts && pnpx @algorandfoundation/[email protected]-beta.7 generate -a contracts/artifacts/ValidatorRegistry.arc56_draft.json -o contracts/clients/ValidatorRegistryClient.ts && ./update_contract_artifacts.sh",
"generate-client": "pnpx @algorandfoundation/[email protected] generate -a contracts/artifacts/StakingPool.arc56_draft.json -o contracts/clients/StakingPoolClient.ts && pnpx @algorandfoundation/[email protected] generate -a contracts/artifacts/ValidatorRegistry.arc56_draft.json -o contracts/clients/ValidatorRegistryClient.ts && ./update_contract_artifacts.sh",
"compile-contract": "tealscript contracts/*.algo.ts contracts/artifacts",
"generate-components": "algokit-generate-component contracts/artifacts/validatorRegistry.arc32.json contracts/artifacts/components",
"noalgobuild": "pnpm run compile-contract -- --skip-algod && pnpm run generate-client",
Expand All @@ -17,11 +17,11 @@
"prettier:fix": "pnpx prettier --write ."
},
"dependencies": {
"@algorandfoundation/algokit-utils": "7.0.0-beta.22",
"@algorandfoundation/algokit-utils": "7.0.0",
"algosdk": "2.9.0"
},
"devDependencies": {
"@algorandfoundation/algokit-client-generator": "4.0.0-beta.7",
"@algorandfoundation/algokit-client-generator": "4.0.0",
"@algorandfoundation/tealscript": "0.105.5",
"@joe-p/algokit-generate-component": "0.2.1",
"@typescript-eslint/eslint-plugin": "8.8.1",
Expand Down
35 changes: 19 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"vitest": "2.1.2"
},
"dependencies": {
"@algorandfoundation/algokit-utils": "7.0.0-beta.22",
"@algorandfoundation/algokit-utils": "7.0.0",
"@blockshake/defly-connect": "1.1.6",
"@hookform/resolvers": "3.9.0",
"@perawallet/connect": "1.3.5",
Expand Down
8 changes: 4 additions & 4 deletions ui/src/contracts/StakingPoolClient.ts

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions ui/src/contracts/ValidatorRegistryClient.ts

Large diffs are not rendered by default.

1 comment on commit b997c64

@vercel
Copy link

@vercel vercel bot commented on b997c64 Nov 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

reti – ./

reti-nodely.vercel.app
fnet.reti.nodly.io
reti-git-dev-nodely.vercel.app

Please sign in to comment.