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

fix(/blocks): cache extrinsic base weight constants to improve performance #478

Merged
merged 58 commits into from
Mar 29, 2021

Commits on Mar 17, 2021

  1. feat: metadata-consts folder holding the polkadot and kusama definiti…

    …ons for extrinsicBaseweight metadata
    TarikGul committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    1076f6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b43d95c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4703ea3 View commit details
    Browse the repository at this point in the history
  4. lint

    TarikGul committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    eaa8885 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. fix: types

    TarikGul committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    8efb3e2 View commit details
    Browse the repository at this point in the history
  2. remove object.freeze

    TarikGul committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    8162959 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e10c681 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d454d80 View commit details
    Browse the repository at this point in the history
  5. fix: cleanup types

    TarikGul committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    db7c46a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6ce0a6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67f1cd6 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    a20a230 View commit details
    Browse the repository at this point in the history
  2. add comment to That

    TarikGul committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    9814272 View commit details
    Browse the repository at this point in the history
  3. remove consoles

    TarikGul committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    3a3b7d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Configuration menu
    Copy the full SHA
    813d2c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34d94b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f60f55 View commit details
    Browse the repository at this point in the history
  4. remove commented import

    TarikGul committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    42d5177 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Configuration menu
    Copy the full SHA
    87a8988 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. feat: add tests

    TarikGul committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    6c02bf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c707121 View commit details
    Browse the repository at this point in the history
  3. fix: lint

    TarikGul committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    ad80e8b View commit details
    Browse the repository at this point in the history
  4. remove unnecessary consts

    TarikGul committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    ce63f83 View commit details
    Browse the repository at this point in the history
  5. Update src/chains-config/metadata-consts/index.ts

    Co-authored-by: David <dvdplm@gmail.com>
    TarikGul and dvdplm authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    68ff53c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    edbd276 View commit details
    Browse the repository at this point in the history
  2. fix: apply the cache inside of BlocksService instead of AbstractContr…

    …oller, remove `this=that`
    TarikGul committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    8b0c2a4 View commit details
    Browse the repository at this point in the history
  3. fix: update metadataConsts, refactor all objects to only necessary va…

    …lues, cleanup files, fix types
    TarikGul committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    e82fec3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7452313 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    1b0e43d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e758a50 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. save working cache systtem

    TarikGul committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    13f2042 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    872418c View commit details
    Browse the repository at this point in the history
  3. fix: cleanup tests

    TarikGul committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    8f1c9f0 View commit details
    Browse the repository at this point in the history
  4. fix: add cache test

    TarikGul committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    6406bff View commit details
    Browse the repository at this point in the history
  5. fix: cleanup and comments

    TarikGul committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    55d12e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae87025 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    381878d View commit details
    Browse the repository at this point in the history
  8. remove console

    TarikGul committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    6732e7d View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    c309a9a View commit details
    Browse the repository at this point in the history
  2. fix: cleanup

    TarikGul committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    679fd01 View commit details
    Browse the repository at this point in the history
  3. fix: add v29 for polkadot

    TarikGul committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    79a7ed3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b400fa9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13e6842 View commit details
    Browse the repository at this point in the history
  6. fix: comment

    TarikGul committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    222bc13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b303c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5326f0d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. update tests

    TarikGul committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    bc10071 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    321b465 View commit details
    Browse the repository at this point in the history
  3. fix: doc

    TarikGul committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    3519d6a View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. remove console

    TarikGul committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    902ffb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52a8c63 View commit details
    Browse the repository at this point in the history
  3. create option type

    TarikGul committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    92f5c19 View commit details
    Browse the repository at this point in the history
  4. fix naming

    TarikGul committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    83a3294 View commit details
    Browse the repository at this point in the history
  5. Update src/services/blocks/BlocksService.ts

    Co-authored-by: David <dvdplm@gmail.com>
    TarikGul and dvdplm authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    5c3fb1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6da1db6 View commit details
    Browse the repository at this point in the history
  7. Update src/test-helpers/metadata/polkadotV29Metadata.ts

    Co-authored-by: Zeke Mostov <32168567+emostov@users.noreply.github.com>
    TarikGul and emostov authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    05b7aca View commit details
    Browse the repository at this point in the history
  8. Update src/chains-config/metadata-consts/index.ts

    Co-authored-by: Zeke Mostov <32168567+emostov@users.noreply.github.com>
    TarikGul and emostov authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    a0afa29 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    20feb8e View commit details
    Browse the repository at this point in the history