GithubHelp home page GithubHelp logo

explorer-kit's People

Contributors

doodoo-aihc avatar em-ctc avatar fabioberger avatar github-actions[bot] avatar mcintyre94 avatar turbobot-temp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

explorer-kit's Issues

Instruction parsing fails

Describe the bug
I created an instruction parser for bubblegum. The parsing of innerInstructions fails with error

return str
67 |   }
68 |   function decodeUnsafe (source) {
69 |     console.log("DECODE UNSAFE");
70 |     console.log(source);
71 |     if (typeof source !== 'string') { throw new TypeError('Expected String') }
                                                 ^
TypeError: Expected String
      at decodeUnsafe (/home/almei/Documents/solana/solana-scripts/node_modules/@solanafm/utils/node_modules/bs58/node_modules/base-x/src/index.js:71:45)
      at decode (/home/almei/Documents/solana/solana-scripts/node_modules/@solanafm/utils/node_modules/bs58/node_modules/base-x/src/index.js:115:18)
      at z (/home/almei/Documents/solana/solana-scripts/node_modules/@solanafm/utils/dist/index.js:1:1956)
      at parseInstructions (/home/almei/Documents/solana/solana-scripts/node_modules/@solanafm/explorer-kit/dist/index.mjs:5018:26)
      at /home/almei/Documents/solana/solana-scripts/parsers/bubblegum.ts:61:40
      at processTicksAndRejections (:61:77)

I added log statements in:

  1. node_modules/@solanafm/utils/node_modules/bs58/node_modules/base-x/src/index.js:69
  function decodeUnsafe (source) {
    console.log("DECODE UNSAFE");
    console.log(source);
    if (typeof source !== 'string') { throw new TypeError('Expected String') }

The output is undefined

  1. node_modules/@solanafm/utils/node_modules/bs58/node_modules/base-x/src/index.js
  function decode (string) {
    console.log("STRING TO DECODE");
    console.log(string);
    var buffer = decodeUnsafe(string)

The output is undefined

My:

  • programHash: BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY
  • transaction: 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
image

Desktop (please complete the following information):

  • OS: Ubuntu 22.04.3 LTS
  • Bun: 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?

Support IDLs generated from Anchor 0.3.0

Describe the solution you'd like
Anchor recently released 0.3.0 of Anchor and there are breaking changes with regards to the IDL after it's generated from a 0.3.0 Anchor program. The IDLs from 0.29.0 and earlier will not be compatible with the 0.3.0 typescript client.

  • We should most probably be running a dual-client set up at the moment to ensure compatatibility between both versions

Additional context

ESM Import Fails

Describe the bug

A clear and concise description of what the bug is.

I've installed the package into my CommonJS typescript application, however I get the following error when attempting to import the module:

Error [ERR_REQUIRE_ESM]: require() of ES Module ... /node_modules/change-case/dist/index.js

Can this get updated to support CommonJS? The cause appears to be the change-case package that only gets used once to change a string to snake case.

This could easily be updated to use a local copy instead of relying on this module:

https://www.30secondsofcode.org/js/s/string-case-conversion/#convert-any-case-to-snake-case

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.