openbook-dex / openbook-v2

openbook-v2 monorepo, contains solana program and ts client
Other
165 stars 96 forks source link

Feature/event parser #194

Closed skrrb closed 1 year ago

skrrb commented 1 year ago

similar to what's under https://github.com/openbook-dex/scripts-v2 but a little more general in the sense that it accepts the encoded event as input arg instead of a txs

github-advanced-security[bot] commented 1 year ago

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

binyebarwe commented 1 year ago

Why so many changes to the yarn.lock

skrrb commented 1 year ago

i think they come from the new ts-node dev dependency. Anyways, i've created a program-agnostic event & account decoder in https://github.com/skrrb/anchor-decoder so feel free to close this PR