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

starknet_getCompiledCasm returns pythonic_hints #712

Closed
franciszekjob opened this issue Mar 4, 2025 · 3 comments
Closed

starknet_getCompiledCasm returns pythonic_hints #712

franciszekjob opened this issue Mar 4, 2025 · 3 comments
Assignees

Comments

@franciszekjob
Copy link
Contributor

When sending POST request with such body:

 {
   "jsonrpc":"2.0",
   "id":0,
    "method": "starknet_getCompiledCasm",
    "params":{
     "class_hash":"0x11374319A6E07B4F2738FA3BFA8CF2181BFB0DBB4D800215BAA87B83A57877E"  
    }
  }

I'm getting result which should conform to contract class schema, however the result has pythons_hints as well (which aren't included in spec).

@FabijanC
Copy link
Contributor

FabijanC commented Mar 4, 2025

Which Devnet commit are you using?

@franciszekjob
Copy link
Contributor Author

Which Devnet commit are you using?

branch starknet-0.13.4

@FabijanC FabijanC self-assigned this Mar 5, 2025
@FabijanC
Copy link
Contributor

FabijanC commented Mar 6, 2025

Closed via #713

@FabijanC FabijanC closed this as completed Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants