michaelhly / solana-py

Solana Python SDK
https://michaelhly.github.io/solana-py
MIT License
979 stars 252 forks source link

bypass parser #444

Open benjiqq opened 1 month ago

benjiqq commented 1 month ago

I have an issue with the parser, this solved it for me. not sure its good for mainline, perhaps a different function name?

https://github.com/benjiqq/solana-py/blob/master/src/solana/rpc/providers/core.py#L95

its this issue, maybe it relates to some RPC setting wasnt able to debug more with some RPCs it works and with some it fails

https://github.com/michaelhly/solana-py/issues/430

kevinheavey commented 1 month ago

are you asking how to just get the raw value from the RPC without parsing it?