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

updated library to use PAPI #11

Merged
merged 20 commits into from
Mar 15, 2024
Merged

updated library to use PAPI #11

merged 20 commits into from
Mar 15, 2024

Commits on Mar 14, 2024

  1. added papi dependencies

    Bullrich committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    9bfb13e View commit details
    Browse the repository at this point in the history
  2. downloaded chain info

    Bullrich committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    62084d9 View commit details
    Browse the repository at this point in the history
  3. added code to generate types

    Bullrich committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    fc45dbd View commit details
    Browse the repository at this point in the history
  4. added smoldot dependencies

    Bullrich committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    90e42d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d518c48 View commit details
    Browse the repository at this point in the history
  6. removed old code block

    Bullrich committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    59dee61 View commit details
    Browse the repository at this point in the history
  7. removed old log

    Bullrich committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    fa90996 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c72ea79 View commit details
    Browse the repository at this point in the history
  9. removed polkadot-api

    Bullrich committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    cb9e5be View commit details
    Browse the repository at this point in the history
  10. fixed comments

    Bullrich committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2ec90aa View commit details
    Browse the repository at this point in the history
  11. linted project

    Bullrich committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d550fbf View commit details
    Browse the repository at this point in the history
  12. added deleted comment

    Bullrich committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    3d05853 View commit details
    Browse the repository at this point in the history
  13. removed websocked provider

    Bullrich committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    e4ca9ae View commit details
    Browse the repository at this point in the history
  14. updated test timeout

    Bullrich committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    fde2709 View commit details
    Browse the repository at this point in the history
  15. fixed required import from substrate/connect-known-chains

    Thank you @kratico for providing a fix so quickly!
    Bullrich committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0d516c1 View commit details
    Browse the repository at this point in the history
  16. Removed residual log

    Bullrich committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    3c7ee1a View commit details
    Browse the repository at this point in the history
  17. added timeout limit

    5 minutes should be enough. By default it runs for 6 hours
    Bullrich committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c265087 View commit details
    Browse the repository at this point in the history
  18. added --forceExit to jest

    It was reported in polkadot-api/polkadot-api#327 that PAPI does not exit correctly.
    
    Until this is fixed, we need to add this parameter
    Bullrich committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    36d7ab2 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. removed type transformation

    Bullrich committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    eaad5d6 View commit details
    Browse the repository at this point in the history
  2. added process.exit to when the app finishes

    Until polkadot-api/polkadot-api#327 is fixed, we need to manually exit the process
    Bullrich committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    37444e5 View commit details
    Browse the repository at this point in the history