Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix enums name mistmatch, argument types and missing members #42

Merged
merged 15 commits into from
Nov 11, 2024
Merged

Conversation

boblat
Copy link

@boblat boblat commented Nov 5, 2024

  • fix: op codes with no arguments and void return types were throwing Not Supported: Calling void error
  • fix: allow uint64 type as well for Application and Asset parameter types
  • fix: TransactionType enum name in PType
  • feat: allow construction of bytes from biguint to be orthogonal to biguint being constructed from bytes
  • chore: update default message of err op code to be consistent with python version
  • feat: support calling bitwiseAnd, bitwiseOr, and bitwiseXor methods of bytes type
  • refactor: enum type export so that they can be used in contracts and fix ptype names

@boblat boblat merged commit 350daf7 into alpha Nov 11, 2024
2 checks passed
@boblat boblat deleted the tweaks branch November 11, 2024 01:14
Copy link

🎉 This PR is included in version 1.0.0-alpha.25 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants