Skip to content

Commit b09d2cd

Browse files
committed
chore: pull contracts & rebuild clients
1 parent 975d5cd commit b09d2cd

11 files changed

+2227
-880
lines changed

contract

Submodule contract updated 74 files

lib/CouncilClient.d.ts

Lines changed: 357 additions & 29 deletions
Large diffs are not rendered by default.

lib/CouncilClient.js

Lines changed: 150 additions & 14 deletions
Large diffs are not rendered by default.

lib/ProposalClient.d.ts

Lines changed: 198 additions & 55 deletions
Large diffs are not rendered by default.

lib/ProposalClient.js

Lines changed: 170 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/XGovRegistryClient.d.ts

Lines changed: 299 additions & 205 deletions
Large diffs are not rendered by default.

lib/XGovRegistryClient.js

Lines changed: 229 additions & 153 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"test": "echo \"Error: no test specified\" && exit 0",
2626
"build": "npm run generate && tsc",
2727
"generate": "npm run generate:council && npm run generate:proposal && npm run generate:registry",
28-
"generate:council": "npx @algorandfoundation/algokit-client-generator generate -o src/CouncilClient.ts -a contract/smart_contracts/artifacts/council/Council.arc32.json",
29-
"generate:proposal": "npx @algorandfoundation/algokit-client-generator generate -o src/ProposalClient.ts -a contract/smart_contracts/artifacts/proposal/Proposal.arc32.json",
30-
"generate:registry": "npx @algorandfoundation/algokit-client-generator generate -o src/XGovRegistryClient.ts -a contract/smart_contracts/artifacts/xgov_registry/XGovRegistry.arc32.json"
28+
"generate:council": "npx @algorandfoundation/algokit-client-generator generate -o src/CouncilClient.ts -a contract/smart_contracts/artifacts/council/Council.arc56.json",
29+
"generate:proposal": "npx @algorandfoundation/algokit-client-generator generate -o src/ProposalClient.ts -a contract/smart_contracts/artifacts/proposal/Proposal.arc56.json",
30+
"generate:registry": "npx @algorandfoundation/algokit-client-generator generate -o src/XGovRegistryClient.ts -a contract/smart_contracts/artifacts/xgov_registry/XGovRegistry.arc56.json"
3131
},
3232
"author": "Algorand Foundation",
3333
"license": "AGPL-3.0-or-later",

src/CouncilClient.ts

Lines changed: 219 additions & 34 deletions
Large diffs are not rendered by default.

src/ProposalClient.ts

Lines changed: 238 additions & 73 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)