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

Beta to main #846

Merged
merged 234 commits into from
Nov 28, 2022
Merged

Beta to main #846

merged 234 commits into from
Nov 28, 2022

Commits on Sep 29, 2022

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

Commits on Oct 4, 2022

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

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    c9d1125 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42519de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5c2187 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    82f7e78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d116aa4 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. fix: update datatypes

    ErnoW committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    869f532 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a149417 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f287769 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e57bd6a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. feat: parse webhook data

    ErnoW committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    549a94d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    6cfd6bb View commit details
    Browse the repository at this point in the history
  2. fix: fixes after merge

    ErnoW committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    9174bea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db50f74 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    a4a4c26 View commit details
    Browse the repository at this point in the history
  2. feat: add EvmStreamd datatype

    ErnoW committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    ecb6582 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #759 from MoralisWeb3/main

    update beta to main.
    b4rtaz authored Oct 18, 2022
    1 Configuration menu
    Copy the full SHA
    ad95cfe View commit details
    Browse the repository at this point in the history
  4. ci: enter pre-release beta

    ErnoW committed Oct 18, 2022
    1 Configuration menu
    Copy the full SHA
    96ff6ef View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    8594fdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daa297a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cac4ec View commit details
    Browse the repository at this point in the history
  4. style: formatting

    ErnoW committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    0db3618 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01540de View commit details
    Browse the repository at this point in the history
  6. ci: fix caching

    ErnoW committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    1efda20 View commit details
    Browse the repository at this point in the history
  7. test: fix test after merge

    ErnoW committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    c556bd9 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Merge pull request #764 from MoralisWeb3/main

    update beta.
    b4rtaz authored Oct 20, 2022
    1 Configuration menu
    Copy the full SHA
    bf27f50 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Endpoints and types refactor for solana (#765)

    * feat: export utils in umbrella package
    * endpoint and types refactor for solana api.
    * prettier.
    * names classes to export
    * refactor refactor refactor.
    * create virtual import paths
    * correct names
    * fix prettier
    * change utils package names
    * revert name change
    * revery package name change
    * fix prettier
    * rename folders and add common prefix
    * improve stream typing
    * paginated response adapter.
    * fixes after merge.
    * rename streams types package
    * fix: streams-typings
    * Version Packages
    * update firestore.rules. (#770)
    * tests for operation definitions.
    * polishing tests.
    * header fix for parse-server. (#771)
    * fix demo headers
    * remove console log
    * feat: Data tracking on Product usage
    * fix pretter
    * register key
    * assign to new header
    * fix prettier
    * rename file.
    * dynamically set header
    * revert
    * cli demo: add typescript as dev dependency (#774)
    Signed-off-by: Alexandre Ferreira <alexjorgef@protonmail.com>
    * rename modules.
    * replace runContractFunction for EvmApi by new approach.
    * prettier fix.
    * polishing.
    Signed-off-by: Alexandre Ferreira <alexjorgef@protonmail.com>
    
    Co-authored-by: Shalom Ogunshola <shalomogunshola@gmail.com>
    Co-authored-by: Shalom Ogunshola <41871548+sogunshola@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Alexandre Ferreira <alex.jorge.m@gmail.com>
    5 people authored Oct 25, 2022
    1 Configuration menu
    Copy the full SHA
    c119097 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85d19b3 View commit details
    Browse the repository at this point in the history
  3. chore: update lock file

    ErnoW committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    4daae0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bf53d2 View commit details
    Browse the repository at this point in the history
  5. ci: fix common-evm-utils path

    ErnoW committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    8416a6a View commit details
    Browse the repository at this point in the history
  6. test: fix testing

    ErnoW committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    b3a07c1 View commit details
    Browse the repository at this point in the history
  7. chore: fix changeset

    ErnoW committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    223a545 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #713 from MoralisWeb3/parse-streams-data

    feat: add types to parse streams webhook data
    ErnoW authored Oct 25, 2022
    1 Configuration menu
    Copy the full SHA
    69459ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c9d1399 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f1336a3 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #776 from MoralisWeb3/enable-solutils-test-coverage

    test: re-add solUtils test coverage
    ErnoW authored Oct 25, 2022
    1 Configuration menu
    Copy the full SHA
    ec670b2 View commit details
    Browse the repository at this point in the history
  12. style: prettier formatting

    ErnoW committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    9b7111e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ec11ee9 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    6757267 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #777 from MoralisWeb3/move-core-to-common

    refactor: move core to common-core
    ErnoW authored Oct 26, 2022
    1 Configuration menu
    Copy the full SHA
    241a7a1 View commit details
    Browse the repository at this point in the history
  3. feat: first iteration codegen reader added

    Y0moo committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    d9a35f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b27ae8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. add id to Operation interface. (#779)

    * add id to Operation interface.
    b4rtaz authored Oct 27, 2022
    1 Configuration menu
    Copy the full SHA
    23b3a61 View commit details
    Browse the repository at this point in the history
  2. feat: Evm Operations gen added

    Y0moo committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    7f5de8f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'beta' of https://github.com/MoralisWeb3/Moralis-JS-SDK

    …into endpoints-and-types-refactor-for-evm
    Y0moo committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    624c4d0 View commit details
    Browse the repository at this point in the history
  4. feat: added path and method

    Y0moo committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    fc52db4 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. feat: getRequestUrlParams parser added

    Y0moo committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    59c2958 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. failed dataType parser

    Y0moo committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    58531e0 View commit details
    Browse the repository at this point in the history
  2. feat: fresh generated actions

    Y0moo committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    efb6085 View commit details
    Browse the repository at this point in the history
  3. single start requirement. (#780)

    * single start requirement.
    b4rtaz authored Oct 31, 2022
    1 Configuration menu
    Copy the full SHA
    b23e491 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    19dba2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2e5fc4 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    f337561 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    ad09c38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2cfcd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f91d40 View commit details
    Browse the repository at this point in the history
  4. fix pretter

    sogunshola committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    a5207a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    63e559d View commit details
    Browse the repository at this point in the history
  2. authutils build fix

    sogunshola committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    08b412e View commit details
    Browse the repository at this point in the history
  3. test for defi

    sogunshola committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    af0fe76 View commit details
    Browse the repository at this point in the history
  4. event operations test

    sogunshola committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    339c250 View commit details
    Browse the repository at this point in the history
  5. preetier fix

    sogunshola committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    b50ea12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3094363 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    814bdad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33300e5 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    8731b69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47cdfdf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39d6b06 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Configuration menu
    Copy the full SHA
    46b913f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65f5266 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'beta' of https://github.com/MoralisWeb3/Moralis-JS-SDK

    …into endpoints-and-types-refactor-for-evm
    sogunshola committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    d5a6a32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a23074e View commit details
    Browse the repository at this point in the history
  5. prettier fix

    sogunshola committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    0376130 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    76ac20e View commit details
    Browse the repository at this point in the history
  2. archive codegen package

    sogunshola committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    664a340 View commit details
    Browse the repository at this point in the history
  3. undo camelizong of toJSON

    sogunshola committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    7901902 View commit details
    Browse the repository at this point in the history
  4. fix prettier

    sogunshola committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    6770ad9 View commit details
    Browse the repository at this point in the history
  5. separate common-core and umbrella package configs to avoid FE users u…

    …sing an API key when starting it
    FedericoAmura committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    00f141c View commit details
    Browse the repository at this point in the history
  6. fix prettier

    FedericoAmura committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    e02b61a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    f5957e0 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    3e9c655 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'beta' of https://github.com/MoralisWeb3/Moralis-JS-SDK

    …into endpoints-and-types-refactor-for-evm
    sogunshola committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    bd5b72a View commit details
    Browse the repository at this point in the history
  4. fix prettier

    sogunshola committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    f943ab5 View commit details
    Browse the repository at this point in the history
  5. generate client evm api

    sogunshola committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    f649c88 View commit details
    Browse the repository at this point in the history
  6. fix test failure

    sogunshola committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    c7c012b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06c751d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    081b317 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a36dd0 View commit details
    Browse the repository at this point in the history
  10. polishing

    sogunshola committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    c0c444b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    523a4b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa44714 View commit details
    Browse the repository at this point in the history
  3. polishing

    sogunshola committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    2f62ed2 View commit details
    Browse the repository at this point in the history
  4. fix prettier

    sogunshola committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    d6e1b49 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #787 from MoralisWeb3/endpoints-and-types-refactor…

    …-for-evm
    
    Endpoints and types refactor for evm
    sogunshola authored Nov 9, 2022
    1 Configuration menu
    Copy the full SHA
    475fc70 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #792 from MoralisWeb3/feat/coreConfigValues

    separate common-core and umbrella package configs
    FedericoAmura authored Nov 9, 2022
    1 Configuration menu
    Copy the full SHA
    e14fba8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4dba405 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    329657b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ab3bfc4 View commit details
    Browse the repository at this point in the history
  10. remove old resolvers

    sogunshola committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    65f1160 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    9ef94d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e13631a View commit details
    Browse the repository at this point in the history
  3. remove comments

    sogunshola committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    d506060 View commit details
    Browse the repository at this point in the history
  4. merge.

    b4rtaz committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    6382cc1 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    51d7b9d View commit details
    Browse the repository at this point in the history
  6. fixes after merge.

    b4rtaz committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    2a6746e View commit details
    Browse the repository at this point in the history
  7. next merge.

    b4rtaz committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    c568d42 View commit details
    Browse the repository at this point in the history
  8. fixes after merge.

    b4rtaz committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    6979581 View commit details
    Browse the repository at this point in the history
  9. ignore parse/node.

    b4rtaz committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    67b6694 View commit details
    Browse the repository at this point in the history
  10. 1 Configuration menu
    Copy the full SHA
    8653ccb View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Merge branch 'beta' of https://github.com/MoralisWeb3/Moralis-JS-SDK

    …into feat/auth-refactor
    sogunshola committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    be31d5d View commit details
    Browse the repository at this point in the history
  2. feat: hooks gen added

    Y0moo committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    9eb006c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    c0d8a5a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #810 from MoralisWeb3/fix/contractLogResponse

    fix: deserializeResponse for getContractLog
    sogunshola authored Nov 14, 2022
    1 Configuration menu
    Copy the full SHA
    d75f372 View commit details
    Browse the repository at this point in the history
  3. feat: returned type added

    Y0moo committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    cd16420 View commit details
    Browse the repository at this point in the history
  4. chore: conflicts resolver

    Y0moo committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    cd572f3 View commit details
    Browse the repository at this point in the history
  5. separate reading operations and openapi

    Y0moo committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    0a6aec1 View commit details
    Browse the repository at this point in the history
  6. jsdoc added for evm operation

    Y0moo committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3a0d5a1 View commit details
    Browse the repository at this point in the history
  7. jsdoc added for sol operations

    Y0moo committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    6a3238d View commit details
    Browse the repository at this point in the history
  8. pure README generator added

    Y0moo committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    1170a21 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. hooks appending added

    Y0moo committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    a783002 View commit details
    Browse the repository at this point in the history
  2. feat: readme generatign added

    Y0moo committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    f022bd9 View commit details
    Browse the repository at this point in the history
  3. found bug

    Y0moo committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    20d8345 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e369bd View commit details
    Browse the repository at this point in the history
  5. OperationFilesParser moved to codegen utils

    Y0moo committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    afc78f8 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'beta' of https://github.com/MoralisWeb3/Moralis-JS-SDK

    …into feat/auth-refactor
    sogunshola committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    b9fb6ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5eb0313 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #802 from MoralisWeb3/feat/auth-refactor

    Feat/auth refactor
    sogunshola authored Nov 15, 2022
    1 Configuration menu
    Copy the full SHA
    9ca62a0 View commit details
    Browse the repository at this point in the history
  9. 1 Configuration menu
    Copy the full SHA
    e67f299 View commit details
    Browse the repository at this point in the history
  10. Feat/streams refactor (#816)

    b4rtaz authored Nov 15, 2022
    1 Configuration menu
    Copy the full SHA
    26a5250 View commit details
    Browse the repository at this point in the history
  11. 1 Configuration menu
    Copy the full SHA
    77286c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Merge branch 'beta' of https://github.com/MoralisWeb3/Moralis-JS-SDK

    …into beta-next
    Y0moo committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    5836e08 View commit details
    Browse the repository at this point in the history
  2. auth module added and small polishing

    Y0moo committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    ed8a3db View commit details
    Browse the repository at this point in the history
  3. try to create reusable fetcher

    Y0moo committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    81a6096 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fef31b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15fbd35 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    596e150 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91fb9f2 View commit details
    Browse the repository at this point in the history
  8. test: fix auth tests

    ErnoW committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    b42dfd7 View commit details
    Browse the repository at this point in the history
  9. fix: ignore openapi errors

    ErnoW committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3b6fc09 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5c281cc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    08c7728 View commit details
    Browse the repository at this point in the history
  12. chore: remove old resolver

    ErnoW committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    63495e6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ce881a1 View commit details
    Browse the repository at this point in the history
  14. fix: resolve chainId to hex

    ErnoW committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    f0edb42 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8adaf0e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    400aa44 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2bae461 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #822 from MoralisWeb3/main-to-beta

    Main to beta
    ErnoW authored Nov 16, 2022
    1 Configuration menu
    Copy the full SHA
    166a391 View commit details
    Browse the repository at this point in the history
  19. 1 Configuration menu
    Copy the full SHA
    21c34b1 View commit details
    Browse the repository at this point in the history
  20. verify message by operation

    Y0moo committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    4b72a2f View commit details
    Browse the repository at this point in the history
  21. global nextJS polishing

    Y0moo committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    921f0fd View commit details
    Browse the repository at this point in the history
  22. chore:format

    Y0moo committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    9c95808 View commit details
    Browse the repository at this point in the history
  23. chore:format

    Y0moo committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    abd1fe4 View commit details
    Browse the repository at this point in the history
  24. mering

    Y0moo committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    f67d6a3 View commit details
    Browse the repository at this point in the history
  25. refactored to use new resolvers

    Y0moo committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    f2093af View commit details
    Browse the repository at this point in the history
  26. format

    Y0moo committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    535e34d View commit details
    Browse the repository at this point in the history
  27. fix: deps

    Y0moo committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    4ad0de0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c35920a View commit details
    Browse the repository at this point in the history
  29. feat: new README

    Y0moo committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    43fd04f View commit details
    Browse the repository at this point in the history
  30. Update README.md

    Y0moo authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    2f95ab4 View commit details
    Browse the repository at this point in the history
  31. feat: new README

    Y0moo committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    f0301db View commit details
    Browse the repository at this point in the history
  32. format

    Y0moo committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    5e750e7 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    612a8f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. stasH

    Y0moo committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    1f6416b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    425e2af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    279ab7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d23b44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b81693 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #825 from MoralisWeb3/fix/find-missing-deps

    Fix: findMissingDependencies script
    Y0moo authored Nov 17, 2022
    1 Configuration menu
    Copy the full SHA
    324a1eb View commit details
    Browse the repository at this point in the history
  7. findMissingDependencies

    Y0moo committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    19f5a0a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0f0f950 View commit details
    Browse the repository at this point in the history
  9. readme upd

    Y0moo committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    7079e97 View commit details
    Browse the repository at this point in the history
  10. readme links upd

    Y0moo committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a10ffd6 View commit details
    Browse the repository at this point in the history
  11. SWR mentioned in README

    Y0moo committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    ccca8ef View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. chore: reduced libs

    Y0moo committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    553ea0d View commit details
    Browse the repository at this point in the history
  2. merge.

    b4rtaz committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    308e509 View commit details
    Browse the repository at this point in the history
  3. fixes.

    b4rtaz committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    76f97d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Merge pull request #833 from MoralisWeb3/main-to-beta-merge-2

    merge main to beta.
    b4rtaz authored Nov 21, 2022
    1 Configuration menu
    Copy the full SHA
    bb045cb View commit details
    Browse the repository at this point in the history
  2. fix: parse server configuration fix

    Closes #834
    sogunshola committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    0d5deeb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #835 from MoralisWeb3/fix/parse-migration

    fix: parse server configuration fix
    sogunshola authored Nov 21, 2022
    1 Configuration menu
    Copy the full SHA
    64df094 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24faa19 View commit details
    Browse the repository at this point in the history
  5. chore: error message improved

    Y0moo committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    141cfe0 View commit details
    Browse the repository at this point in the history
  6. changeset update

    sogunshola committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    62036ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    354b2f0 View commit details
    Browse the repository at this point in the history
  8. change to patch changeset

    sogunshola committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    4793ea1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7267d33 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #836 from MoralisWeb3/fix/request-timeout

    fix: change HTTP timeout to 20 seconds
    sogunshola authored Nov 21, 2022
    1 Configuration menu
    Copy the full SHA
    802597a View commit details
    Browse the repository at this point in the history
  11. Composition refactoring

    Y0moo committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    523bd77 View commit details
    Browse the repository at this point in the history
  12. Composition refactoring

    Y0moo committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    d28353c View commit details
    Browse the repository at this point in the history
  13. revert depreciated evm-utils & sol-utils packages. (#837)

    * revert depreciated evm-utils & sol-utils packages.
    b4rtaz authored Nov 21, 2022
    1 Configuration menu
    Copy the full SHA
    5cc48bd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    389d3bf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3428b5f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    4e85bd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e24710b View commit details
    Browse the repository at this point in the history
  3. chore: polishing

    Y0moo committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    b236583 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08ebeb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7871258 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    036041e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6cedb6c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d68c7e View commit details
    Browse the repository at this point in the history
  9. chore: format

    Y0moo committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    661484b View commit details
    Browse the repository at this point in the history
  10. rename.

    b4rtaz committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    2d93d2e View commit details
    Browse the repository at this point in the history
  11. Merge pull request #838 from MoralisWeb3/export-streams-and-auth-types

    feat: export streams and auth types
    ErnoW authored Nov 22, 2022
    1 Configuration menu
    Copy the full SHA
    5a99a63 View commit details
    Browse the repository at this point in the history
  12. 1 Configuration menu
    Copy the full SHA
    117e627 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4a290b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Merge pull request #843 from MoralisWeb3/feat/product-tracking-for-ne…

    …w-resolver
    
    feat: add product tracking for new resolver
    ErnoW authored Nov 23, 2022
    1 Configuration menu
    Copy the full SHA
    1201d18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebc4a30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09bbcee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb541af View commit details
    Browse the repository at this point in the history
  5. test: fix test and mocks

    ErnoW committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    9451411 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a656002 View commit details
    Browse the repository at this point in the history
  7. conflicts resolve

    Y0moo committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    19edf7e View commit details
    Browse the repository at this point in the history
  8. conflicts resolve

    Y0moo committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    6544a3a View commit details
    Browse the repository at this point in the history
  9. conflicts resolve

    Y0moo committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    6e58ebc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    78f4e35 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #844 from MoralisWeb3/update-beta-from-main2

    Update beta from main2
    ErnoW authored Nov 23, 2022
    1 Configuration menu
    Copy the full SHA
    199ee53 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    391b5d0 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #824 from MoralisWeb3/beta-next

    @moralisweb3/next
    ErnoW authored Nov 23, 2022
    1 Configuration menu
    Copy the full SHA
    f50e6bb View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    68a418a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4269c8b View commit details
    Browse the repository at this point in the history
  3. hide new firebase packages

    sogunshola committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    47d768f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #847 from MoralisWeb3/feat/hide-new-firebase-packages

    chore(client): hide firebase auth packages
    ErnoW authored Nov 24, 2022
    1 Configuration menu
    Copy the full SHA
    460bd60 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    c076f6c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6d2f3e View commit details
    Browse the repository at this point in the history
  7. docs: add changeset

    ErnoW committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    1374573 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. refactor: refactor

    add utils package for auth and refactor operations on streams package to
    streams utils
    sogunshola committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    0825770 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a744243 View commit details
    Browse the repository at this point in the history
  3. fix test

    sogunshola committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    9d04b56 View commit details
    Browse the repository at this point in the history
  4. add missing dependency

    sogunshola committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    c6f49e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. 1 Configuration menu
    Copy the full SHA
    5fe8033 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    410b773 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e949c4 View commit details
    Browse the repository at this point in the history