Skip to content

Commit

Permalink
chore(contracts): Update tealscript to latest version which outputs c…
Browse files Browse the repository at this point in the history
…orrect arc56 types for new algokit client generators
  • Loading branch information
pbennett committed Oct 20, 2024
1 parent 26784e4 commit 6e2815f
Show file tree
Hide file tree
Showing 14 changed files with 3,660 additions and 11,056 deletions.
2 changes: 1 addition & 1 deletion contracts/contracts/artifacts/StakingPool.approval.teal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma version 11

// This TEAL was generated by TEALScript v0.103.0
// This TEAL was generated by TEALScript v0.103.2
// https://github.com/algorandfoundation/TEALScript

// This contract is compliant with and/or implements the following ARCs: [ ARC4 ]
Expand Down
2 changes: 1 addition & 1 deletion contracts/contracts/artifacts/StakingPool.arc32.json

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions contracts/contracts/artifacts/StakingPool.arc56_draft.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma version 11

// This TEAL was generated by TEALScript v0.103.0
// This TEAL was generated by TEALScript v0.103.2
// https://github.com/algorandfoundation/TEALScript

// This contract is compliant with and/or implements the following ARCs: [ ARC4 ]
Expand Down
2 changes: 1 addition & 1 deletion contracts/contracts/artifacts/ValidatorRegistry.arc32.json

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions contracts/contracts/artifacts/ValidatorRegistry.arc56_draft.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/contracts/clients/StakingPoolClient.ts

Large diffs are not rendered by default.

14,361 changes: 3,477 additions & 10,884 deletions contracts/contracts/clients/ValidatorRegistryClient.ts

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"prettier:fix": "npx prettier --write ."
},
"dependencies": {
"@algorandfoundation/algokit-utils": "7.0.0-beta.14",
"@algorandfoundation/algokit-utils": "7.0.0-beta.16",
"algosdk": "2.9.0"
},
"devDependencies": {
"@algorandfoundation/algokit-client-generator": "4.0.0-beta.5",
"@algorandfoundation/tealscript": "0.103.0",
"@algorandfoundation/tealscript": "0.103.2",
"@joe-p/algokit-generate-component": "0.2.1",
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

27 changes: 19 additions & 8 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/src/contracts/StakingPoolClient.ts

Large diffs are not rendered by default.

204 changes: 102 additions & 102 deletions ui/src/contracts/ValidatorRegistryClient.ts

Large diffs are not rendered by default.

0 comments on commit 6e2815f

Please sign in to comment.