Skip to content

Commit

Permalink
Merge pull request #29 from algorandfoundation/chore/update-puyats-ve…
Browse files Browse the repository at this point in the history
…rsion

chore: update puyats and algorand-typescript versions
  • Loading branch information
boblat authored Jan 14, 2025
2 parents 8db05b4 + 25a08af commit 0853b82
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
25 changes: 16 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"tslib": "^2.6.2"
},
"dependencies": {
"@algorandfoundation/algorand-typescript": "^0.0.1-alpha.24",
"@algorandfoundation/puya-ts": "^1.0.0-alpha.36",
"@algorandfoundation/algorand-typescript": "^1.0.0-beta.4",
"@algorandfoundation/puya-ts": "^1.0.0-beta.6",
"elliptic": "^6.5.7",
"js-sha256": "^0.11.0",
"js-sha3": "^0.9.3",
Expand Down
4 changes: 2 additions & 2 deletions src/test-transformer/visitors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ const isArc4EncodedType = (type: ptypes.PType): boolean =>
ptypes.UFixedNxMType,
ptypes.UintNType,
) ||
type === ptypes.ARC4StringType ||
type === ptypes.ARC4BooleanType
type === ptypes.arc4StringType ||
type === ptypes.arc4BooleanType

const getGenericTypeInfo = (type: ptypes.PType): TypeInfo => {
let typeName = type?.name ?? type?.toString() ?? 'unknown'
Expand Down

0 comments on commit 0853b82

Please sign in to comment.