Open WilfredAlmeida opened 10 months ago
Hey @WilfredAlmeida ! Really really sorry for the very very late responses.
I have took a look at your problem and I don't seem to encounter it on my end. Can you share a snippet of your code on how you are using the parsers if you are still interested?
Describe the bug I created an instruction parser for bubblegum. The parsing of
innerInstructions
fails with errorI added log statements in:
node_modules/@solanafm/utils/node_modules/bs58/node_modules/base-x/src/index.js:69
The output is
undefined
node_modules/@solanafm/utils/node_modules/bs58/node_modules/base-x/src/index.js
The output is
undefined
My:
BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY
4FZvTLqp3CutUBdq4ja9gtfvuF3NkhvRWBDGYaiQ1cptRBes8gpEpqfCKc83eM35GeGYGziX6K4kr7652KxLUWrG
I'm using the example script from #6
Screenshots Here's a screenshot of my instruction data, accounts which exist and then the logs & error
Desktop (please complete the following information):
Ubuntu 22.04.3 LTS
1.0.22
Additional context I cloned the repo and added a test with the programHash & transaction mentioned above and it errored the same there as well. Can this be a dependency issue?