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

Milestone 1 Support #1

Merged
merged 1,583 commits into from
Aug 3, 2023
Merged

Milestone 1 Support #1

merged 1,583 commits into from
Aug 3, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 17, 2022

  1. [release] 20221117 (#15)

    stwiname authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    eecb136 View commit details
    Browse the repository at this point in the history
  2. Fix docker publish script

    stwiname committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    5d869a8 View commit details
    Browse the repository at this point in the history
  3. Improve scripts

    stwiname committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    d7bc683 View commit details
    Browse the repository at this point in the history
  4. Debug node docker workflow

    stwiname committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    76c2708 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ab7aaf View commit details
    Browse the repository at this point in the history
  6. [release] 20221118

    stwiname committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    0540bc9 View commit details
    Browse the repository at this point in the history
  7. [release] 20221118

    stwiname committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    3ac68af View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    225076d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. [release] 20221117

    stwiname committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    aa4bd14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0028a5 View commit details
    Browse the repository at this point in the history
  3. [SKIP CI] Prerelease

    guplersaxanoid committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    1da12bc View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. [release] 20221122

    stwiname committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    ce571a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Validate chainIds of dictionary (#17)

    * update dictionary validation to validate chainID
    
    * bug fixes
    
    * get evmChainId only one
    
    * Bug fix
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Fix unwrapping dictionary response
    
    Co-authored-by: Scott Twiname <[email protected]>
    guplersaxanoid and stwiname authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    12fa1d4 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    guplersaxanoid committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    d6e78b1 View commit details
    Browse the repository at this point in the history
  3. Fix bin name

    stwiname committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    bf171ac View commit details
    Browse the repository at this point in the history
  4. [SKIP CI] Prerelease

    stwiname committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    1f533fd View commit details
    Browse the repository at this point in the history
  5. add header to manifest network (#16)

    * add header to manifest network
    
    * Improve validation of runner name
    
    * add all search params to connection headers
    
    Co-authored-by: Scott Twiname <[email protected]>
    guplersaxanoid and stwiname authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    0212e45 View commit details
    Browse the repository at this point in the history
  6. [SKIP CI] Prerelease

    guplersaxanoid committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    ed74ef6 View commit details
    Browse the repository at this point in the history
  7. [release]-20221124 (#18)

    stwiname authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    c89cb0e View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Add Unfinalized Block Service (#19)

    * add unfinalizedBlock service
    
    * add unit tests for unfinalized blocks
    
    * modify log levels of best and finalised blocks
    guplersaxanoid authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    fc1a805 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    guplersaxanoid committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    1398dea View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Sync 20230113 (#20)

    * fix: incomplete ds data in same block (#1370)
    
    Co-authored-by: Orion <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * Best Block (#1308)
    
    * Draft
    
    * update changes
    
    * rebase changes
    
    * fix
    
    * fix (#1329)
    
    * disable best blocks for workers until we support it
    
    * Rename bestBlock to unfinalizedBlocks, other clean up
    
    * Clean up
    
    * Further clean up
    
    * Dedupe reindex function
    
    * Fix tests
    
    * Clean up
    
    * Update checking finalization to use parent hash
    
    * Rename logger
    
    * Refactor unfinalized blocks
    
    * Use header rather than full block, improve detecting forks
    
    * Verify unfinalized blocks when disabled.
    
    Use sorted array for storing unfinalized blocks
    
    * Clean up logs
    
    * Fix not indexing unfinalized blocks right away, exit if historical not enabled
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * Fix bugs with unfinalized blocks (#1374)
    
    * Fix bugs with unfinalized blocks
    
    - Fix using wrong hash for unfinalized blocks
    - Fix not removing unfinalized blocks when the latest unfinalized block < finalized
    
    * Fix tests getting stuck
    
    * Fix issue finding where fork occurred
    
    * [SKIP CI] Prerelease
    
    * [release] 20221028 (#1372)
    
    * hot fix tests (#1360)
    
    * update tests: api.service.spec, init-controller.test, publish-controller.spec
    
    * update tests following comments
    
    * [SKIP CI] Prerelease
    
    * add ethereum to CLI and Validator (#1378)
    
    * Imporve dictionary query (#1371)
    
    * wip
    
    * wip
    
    * wip
    
    * broken wip
    
    * wip refactoring
    
    * seperate dictionaryQueryEntries
    
    * fix logic for setDicitonaryQueryEntries
    
    * cleaning up
    
    * move dictionaryEntry.ts to node-core
    
    * remove comments
    
    * create class for dictionaryqueryentries
    
    * update tests
    
    * move dictionaryQueryService into dicitonaryService
    
    * refactor
    
    * update logic for useDicitonary
    
    * relocated dictionaryQuery funcs
    
    * add test for dictquerymap
    
    * tests failing on windows?
    
    * test getDictionaryQueryEntries
    
    * test fixed for getDictioanryQueryEntries
    
    * added test for sorting
    
    * conflict fixed ?
    
    * fix conflict_2
    
    * fix conflict_3
    
    * add delete temp ds records back
    
    * clean up with new logic
    
    * clean up, add comments for test
    
    * fix
    
    * update logic
    
    * add generic type
    
    * [SKIP CI] Prerelease
    
    * Enable for better inheritance of generated entity modeld (#1377)
    
    * refactor: enable for entity inheritance
    
    * refactor: include also filed getters
    
    * [SKIP CI] Prerelease
    
    * fix comments issue with new package (#1380)
    
    * fix comments issue with new package
    
    * moved yaml package
    
    * [SKIP CI] Prerelease
    
    * fix logic with reindex and unfinalized height and dynamic ds (#1382)
    
    * fix logic with reindex and unfinalized height
    
    * fix
    
    * include fix for #1379
    
    * update polkadot to 9.7.1 (#1384)
    
    * [release] 20221107
    
    * Fix remove alter table (#1387)
    
    * remove migrate alter table
    
    * remove
    
    * [SKIP CI] Prerelease
    
    * [release] 20221108 (#1388)
    
    * fix missing sequelize sync (#1389)
    
    * [SKIP CI] Prerelease
    
    * [release] 20221108 patch (#1390)
    
    * reindex bind (#1391)
    
    * [SKIP CI] Prerelease
    
    * [release] 20221109 (#1393)
    
    * Handle fetch errors, then retry (#1386)
    
    * add retryOnFail function
    
    * add retryOnFail
    
    * add test, fix logic
    
    * [SKIP CI] Prerelease
    
    * fix (#1395)
    
    * [SKIP CI] Prerelease
    
    * [release] 20221109 node-core (#1394)
    
    * Fix tests hanging (#1396)
    
    * Fix tests hanging
    
    * Update base docker image with newer git version
    
    * [SKIP CI] Prerelease
    
    * Add distinct query plugin (#1274)
    
    * Add distinct query plugin
    
    * Clean up log
    
    * Fix distinct not being provided to query
    
    * Uppercase enum to be consistent with other enums
    
    * Update dictionary queries to try distinct argument
    
    * [SKIP CI] Prerelease
    
    * Add query distinct dependencies (#1398)
    
    * fix missing update forked graphile dependencies
    
    * tidy up
    
    * tidy up
    
    * [SKIP CI] Prerelease
    
    * Break block dispatcher file up and move common code to base class (#1397)
    
    * [SKIP CI] Prerelease
    
    * Hot schema trigger (#1401)
    
    * implement trigger with notification
    
    * working prior clean up
    
    * refactor and clean up on async and await
    
    * clean up
    
    * clear comments
    
    * add filter
    
    * fix
    
    * fix err
    
    * [SKIP CI] Prerelease
    
    * [release] 20221115 (#1402)
    
    * [release] 20221115
    
    * [release] 20221115
    
    * [release] 20221115
    
    * fix hot schema (#1404)
    
    * fix and refactor
    
    * refactor getTriggers
    
    * [SKIP CI] Prerelease
    
    * [release] 20221115 (#1408)
    
    * [release] 20221115
    
    * [release] 20221115
    
    * fix fetchblock for works (#1410)
    
    * [SKIP CI] Prerelease
    
    * fix row estimate (#1417)
    
    * fix row estimate
    
    * tidy up
    
    * [SKIP CI] Prerelease
    
    * Add support to cli/validator for flare (#1416)
    
    * [SKIP CI] Prerelease
    
    * missing validator missing ipfs chainTypes (#1419)
    
    * [SKIP CI] Prerelease
    
    * query explain include graphql query (#1426)
    
    * [SKIP CI] Prerelease
    
    * dictionary auth link integration (#1411)
    
    * add required dependancies and add flag for feature
    
    * update modules and add logic to dictionary
    
    * update dictionary parameters, update tests, remove hardcoded values
    
    * simplify auth dictionary handling
    
    * add apollo link type, remove un-needed from wrapper
    
    * remove dictionary from indexer module
    
    * update flag name, add error check
    
    * update yargs flag description
    
    * Update appolo-links
    
    * update @subql/apollo-links version, remove apollo/client version change
    
    * fix yarn.lock
    
    * add await init to dictionary tests
    
    * fix fetch test dictionary provider, update yarn.lock
    
    Co-authored-by: Lachlan McCrae <[email protected]>
    Co-authored-by: HZ <[email protected]>
    
    * Fix missing speChanged logic with getRuntime (#1421)
    
    * init
    
    * need fix worker
    
    * fix test
    
    * tidy up
    
    * fix test, fix missing dictionary
    
    * inject service to runtime
    
    * remove unused code
    
    * [SKIP CI] Prerelease
    
    * Feat/multi chain indexing (#1375)
    
    * [SKIP CI] Prerelease
    
    * remove enums (#1427)
    
    * [SKIP CI] Prerelease
    
    * change to print graphql sql on request (#1428)
    
    * [SKIP CI] Prerelease
    
    * fix missing util-crptyo in util package (#1429)
    
    * fix missing util-crptyo in util package
    
    * need prerelease in query service
    
    * [SKIP CI] Prerelease
    
    * fix import issue in query service (#1430)
    
    * [SKIP CI] Prerelease
    
    * fix missing query (#1432)
    
    * [SKIP CI] Prerelease
    
    * change fetch module SubqueryProject => ISubqueryProject (#1433)
    
    Co-authored-by: Lachlan McCrae <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * Update polkadot 9.9.1 (#1434)
    
    * update polkadot api, also fix force-clean dependencies issue
    
    * tidy up
    
    * [SKIP CI] Prerelease
    
    * [release] 20221123 (#1431)
    
    * [release] 20221123
    
    * Update packages/query/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/node-core/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/node/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/node-core/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/validator/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Add a way to pass settings to the graphql playground (#1436)
    
    * Add a way to pass settings to the graphql playground
    
    * Add a changelog entry
    
    * [SKIP CI] Prerelease
    
    * Fix the changelog entry for the last PR (#1437)
    
    * [SKIP CI] Prerelease
    
    * fix enum name missing issue (#1441)
    
    * fix enum name missing issue
    
    * tidy up
    
    * [SKIP CI] Prerelease
    
    * hash sql queries (#1438)
    
    * hashed sql
    
    * add comments
    
    * add comment for hashName function
    
    * update function
    
    * update hashName function
    
    * [SKIP CI] Prerelease
    
    * [release] 20221130 (#1442)
    
    * [release] 20221130
    
    * [release] 20221130
    
    * Add --file flag for codegen (#1446)
    
    * init
    
    * change flag behaviour so -f can overwrite -l
    
    * update getManifestPath method, fix typo
    
    * update argument description
    
    * update variable names
    
    * update arg description
    
    * add error message on bad --file path
    
    Co-authored-by: Lachlan McCrae <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * add try and catch for hsr (#1449)
    
    * [SKIP CI] Prerelease
    
    * Bypass blocks (#1435)
    
    * wip
    
    * manifest error
    
    * manfiest passed
    
    * added logging for bypassing blocks
    
    * sync main, moved bypassBlocks under networks
    
    * pass all tests
    
    * mock dictioanry case
    
    * fix metadata
    
    * clean up
    
    * allow range
    
    * bypass working, needs more testing
    
    * wip on bypass with setting new bufferHeight
    
    * working
    
    * added runtime test
    
    * add test for latestBufferHeight (blocked)
    
    * removed unneeded test, improve logic
    
    * clean up
    
    * add comments
    
    * add comments for latestBufferHeight reasoning
    
    * update logic
    
    * refactor
    
    * update logic
    
    * refactor
    
    * [SKIP CI] Prerelease
    
    * [release] 20221205 (#1448)
    
    * [release] 20221205
    
    * [release] 20221205
    
    * [release] 20221206
    
    * details for bypassBlocks
    
    * Remove unused RuntimeService from indexer module, it had missing dependencies (#1453)
    
    * [SKIP CI] Prerelease
    
    * Fix/subcommands (#1451)
    
    * updated forceClean
    
    * update reindex
    
    * [SKIP CI] Prerelease
    
    * Enable env vars parsing at node and query commands (#1452)
    
    * [SKIP CI] Prerelease
    
    * Workers: Fix SequelizeDatabaseError - tuple concurrently updated (#1458)
    
    * add flag for hot-schema reload on node, ensure query is on main thread
    
    * remove flags
    
    * [SKIP CI] Prerelease
    
    * Add start height to project (#1456)
    
    * [SKIP CI] Prerelease
    
    * Fix poi offset is 0 (#1459)
    
    * [SKIP CI] Prerelease
    
    * Handle when fields got undefined with historical (#1463)
    
    * [SKIP CI] Prerelease
    
    * update deploy cli (#1460)
    
    * [SKIP CI] Prerelease
    
    * exit on fail (#1464)
    
    * [SKIP CI] Prerelease
    
    * fix parentSpecVersion could be undefined (#1467)
    
    * [SKIP CI] Prerelease
    
    * [release] 20221219 (#1466)
    
    * [release] 20221219
    
    * update
    
    * Update packages/node-core/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/node/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/node-core/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/cli/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * update
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Fix templates with other sdks, make -f flag work like other commands (#1470)
    
    * Fix templates with other sdks, make -f flag work like other commands
    
    * Fix for sdks with first class smart contracts
    
    * [SKIP CI] Prerelease
    
    * Tweak error message for genesis hash (#1471)
    
    * [SKIP CI] Prerelease
    
    * Fix trigger function (#1469)
    
    * fix trigger and function for subscription and hot schema reload
    
    * update
    
    * [SKIP CI] Prerelease
    
    * [release] 20221222 (#1474)
    
    * validate dictionary with start height (#1473)
    
    * validate dictionary with start height
    
    * Update packages/node/src/indexer/fetch.service.ts
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * add count for entity (#1480)
    
    * add count for entity
    
    * Update packages/node-core/src/indexer/store.service.ts
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * Fixing readme doc for @subql/query (#1485)
    
    * doc: correcting grammer
    
    * fix: typo
    
    * [SKIP CI] Prerelease
    
    * update polkadot api to 9.11.1 (#1483)
    
    * update polkadot api to 9.11.1
    
    * update
    
    * [SKIP CI] Prerelease
    
    * add connection filters (#1484)
    
    * [SKIP CI] Prerelease
    
    * update fetch.module dictionary service
    
    * add bypassBlocks
    
    Co-authored-by: hariu-starfish <[email protected]>
    Co-authored-by: Orion <[email protected]>
    Co-authored-by: Jay Ji <[email protected]>
    Co-authored-by: Scott Twiname <[email protected]>
    Co-authored-by: Naveen V <[email protected]>
    Co-authored-by: Filippo <[email protected]>
    Co-authored-by: Lachlan McCrae <[email protected]>
    Co-authored-by: Lachlan McCrae <[email protected]>
    Co-authored-by: HZ <[email protected]>
    Co-authored-by: MOZGIII <[email protected]>
    Co-authored-by: James Bayly <[email protected]>
    Co-authored-by: Mingyang Li <[email protected]>
    13 people authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    8ba66c5 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    bz888 committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    2f5fcf6 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    b70c8ec View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    jiqiang90 committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    d977a14 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    a803724 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    stwiname committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    ad3be07 View commit details
    Browse the repository at this point in the history
  3. [release] 20230203 (#24)

    stwiname authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    52ba931 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Ensure addresses are checksum addresses (#25)

    * Ensure addresses are checksum addresses
    
    * Add a test for api
    
    * Fixes
    
    ---------
    
    Co-authored-by: JQQQ <[email protected]>
    stwiname and jiqiang90 authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    695f57c View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    stwiname committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    00d0022 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    02b07d5 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    stwiname committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    e56e1ed View commit details
    Browse the repository at this point in the history
  3. Check queue for lower blocks before processing fetched blocks (#28)

    * Check queue for lower blocks before processing fetched blocks
    
    * Update logging
    stwiname authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    7d98cfe View commit details
    Browse the repository at this point in the history
  4. [SKIP CI] Prerelease

    stwiname committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    e048081 View commit details
    Browse the repository at this point in the history
  5. Filter validation (#21)

    * get address from ds.options
    
    * add whitelist validation
    
    * add EthereumProcessorOptions
    
    * add forbidNonWhitelisted validation only to filter
    
    * dictionary query bug fix
    guplersaxanoid authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    ffcd283 View commit details
    Browse the repository at this point in the history
  6. [SKIP CI] Prerelease

    guplersaxanoid committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    3af18bd View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Optimise dictionary queries for repeated dynamic datasources (#29)

    * Example of faster dictionary queries
    
    * Update node core, tidy up
    
    * Remove commented code
    stwiname authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    43ef081 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    stwiname committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    9dea693 View commit details
    Browse the repository at this point in the history
  3. fix (#32)

    jiqiang90 authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    427b283 View commit details
    Browse the repository at this point in the history
  4. [SKIP CI] Prerelease

    jiqiang90 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    d4206c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    00c5f5e View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    stwiname committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    7e595f1 View commit details
    Browse the repository at this point in the history
  3. Add query limit for num of filter address (#33)

    * Add query limit for num of filter address
    
    * fix missing check 0
    jiqiang90 authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    90bd191 View commit details
    Browse the repository at this point in the history
  4. [SKIP CI] Prerelease

    jiqiang90 committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    ba08058 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Fix error with tempDsRecords being undefined (#34)

    * Fix error with tempDsRecords being undefined
    
    * Fix schema not being used for metadata, sync dynamic-ds across workers
    
    * Be smarter about reloading dynamic ds in workers
    stwiname authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f86fa79 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    stwiname committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    a6c02d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    f96fe02 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    jiqiang90 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    cfec00c View commit details
    Browse the repository at this point in the history
  3. Fix not working with polygon and other chains without POS (#36)

    * Fix not working with polygon and other chains without POS
    
    * Lazy load tx receipts
    stwiname authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    5e7eafb View commit details
    Browse the repository at this point in the history
  4. [SKIP CI] Prerelease

    stwiname committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    21f6e3f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    eca9aa6 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    stwiname committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    28e45cb View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    d6e6747 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    jiqiang90 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    ad0d230 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    4df3782 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    stwiname committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    c72ef87 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Block fetching improvements (#41)

    * add some extra profiling and print to console
    
    * Hook up some worker events
    
    * Improve rpc retry logic by using built in ethers logic
    
    * Add support for http keep alive
    
    * Use batch provider
    
    * Hide meta logging behind profiler flag
    
    * Join promise.all 2 metadata store updates
    
    * Cache function and event signatures
    
    ---------
    
    Co-authored-by: Ian He <[email protected]>
    stwiname and ianhe8x authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    91d7a3e View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    stwiname committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    374b95e View commit details
    Browse the repository at this point in the history
  3. fix project template could undefined (#43)

    * fix project template could undefined
    
    * Update packages/node/src/indexer/dynamic-ds.service.ts
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    ---------
    
    Co-authored-by: Scott Twiname <[email protected]>
    jiqiang90 and stwiname authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    320763f View commit details
    Browse the repository at this point in the history
  4. [SKIP CI] Prerelease

    jiqiang90 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    276e8f4 View commit details
    Browse the repository at this point in the history
  5. bump dependencies (#42)

    * bump dependencies
    
    * update for node
    jiqiang90 authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    b5e1bcd View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

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

Commits on Apr 3, 2023

  1. Sync with main sdk workers branch (#45)

    * Sync with main sdk workers branch
    
    * Tidy up
    
    * Update node-core
    
    * Fix json stringify block content
    
    * Drop http request batch size to 10
    
    * sync with main sdk store cache 0.0.4 (#47)
    
    * Add dns cache lookup to http agents (#46)
    
    * Fix reindex, remove unsynced code (#48)
    
    * Ethereum store sync (#49)
    
    * Update node core
    
    * Fix dictionary validation
    
    * Update node core
    
    * Sync with latest SDK to add support for multiple endpoints
    
    * Modify yarn.lock
    
    * Update node code
    
    * update subql/node-core to storeCache-0.0.2
    
    ---------
    
    Co-authored-by: Jay Ji <[email protected]>
    stwiname and jiqiang90 authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    267c83b View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    stwiname committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    b3d7395 View commit details
    Browse the repository at this point in the history
  3. [release] major release (#50)

    * [release] major release
    
    * update changelog
    jiqiang90 authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    8be2478 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Fix dynamic ds issues, tests (#51)

    * Fix dynamic ds issues, tests
    
    * Fix loading receipts, use non-batch provider for historical requests
    
    * update node-core, remove count feature
    
    ---------
    
    Co-authored-by: JQQQ <[email protected]>
    stwiname and jiqiang90 authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    4a56a4e View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    stwiname committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    4a1e6bb View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. [release] 20230405 (#52)

    stwiname authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    a0eba4a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    b6b1f88 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    guplersaxanoid committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    e9bee5b View commit details
    Browse the repository at this point in the history
  3. Improve error handling with 429 errors (#53)

    * Improve error handling with 429 errors
    
    * Throw error when failing to fetch block
    stwiname authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    1402c66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b88f6a View commit details
    Browse the repository at this point in the history
  5. bump to 1.0.2-2 (#56)

    jiqiang90 authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    7ad1b9b View commit details
    Browse the repository at this point in the history
  6. [SKIP CI] Prerelease

    jiqiang90 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    00d5fac View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. [release] 20230412 (#58)

    jiqiang90 authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    4e73d7d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Create fetchBlocks in EthereumApiService (#57)

    * check result from json-rpc-batch request is array
    
    * create fetchBlocks in api.service
    
    * use fetchBlocks from apiService for workers
    
    * use fetchBlockGeneric from node-core
    guplersaxanoid authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    6145a72 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    guplersaxanoid committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    3928645 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    699b151 View commit details
    Browse the repository at this point in the history
  4. [SKIP CI] Prerelease

    stwiname committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    e4c8019 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    aaff1cc View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    jiqiang90 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    f75d44e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Sync 2.0 (#62)

    * [SKIP CI] Prerelease
    
    * fix comments issue with new package (#1380)
    
    * fix comments issue with new package
    
    * moved yaml package
    
    * [SKIP CI] Prerelease
    
    * fix logic with reindex and unfinalized height and dynamic ds (#1382)
    
    * fix logic with reindex and unfinalized height
    
    * fix
    
    * include fix for #1379
    
    * update polkadot to 9.7.1 (#1384)
    
    * [release] 20221107
    
    * Fix remove alter table (#1387)
    
    * remove migrate alter table
    
    * remove
    
    * [SKIP CI] Prerelease
    
    * [release] 20221108 (#1388)
    
    * fix missing sequelize sync (#1389)
    
    * [SKIP CI] Prerelease
    
    * [release] 20221108 patch (#1390)
    
    * reindex bind (#1391)
    
    * [SKIP CI] Prerelease
    
    * [release] 20221109 (#1393)
    
    * Handle fetch errors, then retry (#1386)
    
    * add retryOnFail function
    
    * add retryOnFail
    
    * add test, fix logic
    
    * [SKIP CI] Prerelease
    
    * fix (#1395)
    
    * [SKIP CI] Prerelease
    
    * [release] 20221109 node-core (#1394)
    
    * Fix tests hanging (#1396)
    
    * Fix tests hanging
    
    * Update base docker image with newer git version
    
    * [SKIP CI] Prerelease
    
    * Add distinct query plugin (#1274)
    
    * Add distinct query plugin
    
    * Clean up log
    
    * Fix distinct not being provided to query
    
    * Uppercase enum to be consistent with other enums
    
    * Update dictionary queries to try distinct argument
    
    * [SKIP CI] Prerelease
    
    * Add query distinct dependencies (#1398)
    
    * fix missing update forked graphile dependencies
    
    * tidy up
    
    * tidy up
    
    * [SKIP CI] Prerelease
    
    * Break block dispatcher file up and move common code to base class (#1397)
    
    * [SKIP CI] Prerelease
    
    * Hot schema trigger (#1401)
    
    * implement trigger with notification
    
    * working prior clean up
    
    * refactor and clean up on async and await
    
    * clean up
    
    * clear comments
    
    * add filter
    
    * fix
    
    * fix err
    
    * [SKIP CI] Prerelease
    
    * [release] 20221115 (#1402)
    
    * [release] 20221115
    
    * [release] 20221115
    
    * [release] 20221115
    
    * fix hot schema (#1404)
    
    * fix and refactor
    
    * refactor getTriggers
    
    * [SKIP CI] Prerelease
    
    * [release] 20221115 (#1408)
    
    * [release] 20221115
    
    * [release] 20221115
    
    * fix fetchblock for works (#1410)
    
    * [SKIP CI] Prerelease
    
    * fix row estimate (#1417)
    
    * fix row estimate
    
    * tidy up
    
    * [SKIP CI] Prerelease
    
    * Add support to cli/validator for flare (#1416)
    
    * [SKIP CI] Prerelease
    
    * missing validator missing ipfs chainTypes (#1419)
    
    * [SKIP CI] Prerelease
    
    * query explain include graphql query (#1426)
    
    * [SKIP CI] Prerelease
    
    * dictionary auth link integration (#1411)
    
    * add required dependancies and add flag for feature
    
    * update modules and add logic to dictionary
    
    * update dictionary parameters, update tests, remove hardcoded values
    
    * simplify auth dictionary handling
    
    * add apollo link type, remove un-needed from wrapper
    
    * remove dictionary from indexer module
    
    * update flag name, add error check
    
    * update yargs flag description
    
    * Update appolo-links
    
    * update @subql/apollo-links version, remove apollo/client version change
    
    * fix yarn.lock
    
    * add await init to dictionary tests
    
    * fix fetch test dictionary provider, update yarn.lock
    
    Co-authored-by: Lachlan McCrae <[email protected]>
    Co-authored-by: HZ <[email protected]>
    
    * Fix missing speChanged logic with getRuntime (#1421)
    
    * init
    
    * need fix worker
    
    * fix test
    
    * tidy up
    
    * fix test, fix missing dictionary
    
    * inject service to runtime
    
    * remove unused code
    
    * [SKIP CI] Prerelease
    
    * Feat/multi chain indexing (#1375)
    
    * [SKIP CI] Prerelease
    
    * remove enums (#1427)
    
    * [SKIP CI] Prerelease
    
    * change to print graphql sql on request (#1428)
    
    * [SKIP CI] Prerelease
    
    * fix missing util-crptyo in util package (#1429)
    
    * fix missing util-crptyo in util package
    
    * need prerelease in query service
    
    * [SKIP CI] Prerelease
    
    * fix import issue in query service (#1430)
    
    * [SKIP CI] Prerelease
    
    * fix missing query (#1432)
    
    * [SKIP CI] Prerelease
    
    * change fetch module SubqueryProject => ISubqueryProject (#1433)
    
    Co-authored-by: Lachlan McCrae <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * Update polkadot 9.9.1 (#1434)
    
    * update polkadot api, also fix force-clean dependencies issue
    
    * tidy up
    
    * [SKIP CI] Prerelease
    
    * [release] 20221123 (#1431)
    
    * [release] 20221123
    
    * Update packages/query/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/node-core/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/node/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/node-core/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/validator/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Add a way to pass settings to the graphql playground (#1436)
    
    * Add a way to pass settings to the graphql playground
    
    * Add a changelog entry
    
    * [SKIP CI] Prerelease
    
    * Fix the changelog entry for the last PR (#1437)
    
    * [SKIP CI] Prerelease
    
    * fix enum name missing issue (#1441)
    
    * fix enum name missing issue
    
    * tidy up
    
    * [SKIP CI] Prerelease
    
    * hash sql queries (#1438)
    
    * hashed sql
    
    * add comments
    
    * add comment for hashName function
    
    * update function
    
    * update hashName function
    
    * [SKIP CI] Prerelease
    
    * [release] 20221130 (#1442)
    
    * [release] 20221130
    
    * [release] 20221130
    
    * Add --file flag for codegen (#1446)
    
    * init
    
    * change flag behaviour so -f can overwrite -l
    
    * update getManifestPath method, fix typo
    
    * update argument description
    
    * update variable names
    
    * update arg description
    
    * add error message on bad --file path
    
    Co-authored-by: Lachlan McCrae <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * add try and catch for hsr (#1449)
    
    * [SKIP CI] Prerelease
    
    * Bypass blocks (#1435)
    
    * wip
    
    * manifest error
    
    * manfiest passed
    
    * added logging for bypassing blocks
    
    * sync main, moved bypassBlocks under networks
    
    * pass all tests
    
    * mock dictioanry case
    
    * fix metadata
    
    * clean up
    
    * allow range
    
    * bypass working, needs more testing
    
    * wip on bypass with setting new bufferHeight
    
    * working
    
    * added runtime test
    
    * add test for latestBufferHeight (blocked)
    
    * removed unneeded test, improve logic
    
    * clean up
    
    * add comments
    
    * add comments for latestBufferHeight reasoning
    
    * update logic
    
    * refactor
    
    * update logic
    
    * refactor
    
    * [SKIP CI] Prerelease
    
    * [release] 20221205 (#1448)
    
    * [release] 20221205
    
    * [release] 20221205
    
    * [release] 20221206
    
    * details for bypassBlocks
    
    * Remove unused RuntimeService from indexer module, it had missing dependencies (#1453)
    
    * [SKIP CI] Prerelease
    
    * Fix/subcommands (#1451)
    
    * updated forceClean
    
    * update reindex
    
    * [SKIP CI] Prerelease
    
    * Enable env vars parsing at node and query commands (#1452)
    
    * [SKIP CI] Prerelease
    
    * Workers: Fix SequelizeDatabaseError - tuple concurrently updated (#1458)
    
    * add flag for hot-schema reload on node, ensure query is on main thread
    
    * remove flags
    
    * [SKIP CI] Prerelease
    
    * Add start height to project (#1456)
    
    * [SKIP CI] Prerelease
    
    * Fix poi offset is 0 (#1459)
    
    * [SKIP CI] Prerelease
    
    * Handle when fields got undefined with historical (#1463)
    
    * [SKIP CI] Prerelease
    
    * update deploy cli (#1460)
    
    * [SKIP CI] Prerelease
    
    * exit on fail (#1464)
    
    * [SKIP CI] Prerelease
    
    * fix parentSpecVersion could be undefined (#1467)
    
    * [SKIP CI] Prerelease
    
    * [release] 20221219 (#1466)
    
    * [release] 20221219
    
    * update
    
    * Update packages/node-core/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/node/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/node-core/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/cli/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * update
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Fix templates with other sdks, make -f flag work like other commands (#1470)
    
    * Fix templates with other sdks, make -f flag work like other commands
    
    * Fix for sdks with first class smart contracts
    
    * [SKIP CI] Prerelease
    
    * Tweak error message for genesis hash (#1471)
    
    * [SKIP CI] Prerelease
    
    * Fix trigger function (#1469)
    
    * fix trigger and function for subscription and hot schema reload
    
    * update
    
    * [SKIP CI] Prerelease
    
    * [release] 20221222 (#1474)
    
    * validate dictionary with start height (#1473)
    
    * validate dictionary with start height
    
    * Update packages/node/src/indexer/fetch.service.ts
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * add count for entity (#1480)
    
    * add count for entity
    
    * Update packages/node-core/src/indexer/store.service.ts
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * Fixing readme doc for @subql/query (#1485)
    
    * doc: correcting grammer
    
    * fix: typo
    
    * [SKIP CI] Prerelease
    
    * update polkadot api to 9.11.1 (#1483)
    
    * update polkadot api to 9.11.1
    
    * update
    
    * [SKIP CI] Prerelease
    
    * add connection filters (#1484)
    
    * [SKIP CI] Prerelease
    
    * fix workers missing set last buffered height from empty dictionary (#1492)
    
    * [SKIP CI] Prerelease
    
    * Fix custom metadata keys not being applied (#1496)
    
    * add block hash validation after fetch (#1494)
    
    * add block hash validation after fetch
    
    * add tests
    
    * skip fetch test
    
    * Update log
    
    * [SKIP CI] Prerelease
    
    * [release] 20230123 (#1497)
    
    * Add support for near projects to the CLI (#1498)
    
    * Add support for near projects to the CLI
    
    * Update common near version
    
    * Update near packages
    
    * [SKIP CI] Prerelease
    
    * Arranges commands in alphabetical order (#1495)
    
    * [SKIP CI] Prerelease
    
    * user process.env.USERPROFILE for windows platform (#1502)
    
    * [SKIP CI] Prerelease
    
    * add blockTime to NodeConfig (#1501)
    
    * [SKIP CI] Prerelease
    
    * [release] 20230131 (#1503)
    
    * Worker use runtime service (#1491)
    
    * draft
    
    * update
    
    * tidy up
    
    * update
    
    * working worker runtimes
    
    * into base class
    
    * clean up
    
    * improve base on review
    
    * [SKIP CI] Prerelease
    
    * Check queue for lower blocks before processing fetched blocks (#1509)
    
    * [SKIP CI] Prerelease
    
    * Support array type in dictionary queries (#1510)
    
    * [SKIP CI] Prerelease
    
    * add flag query-limit (#1514)
    
    * [SKIP CI] Prerelease
    
    * Fix error with tempDsRecords being undefined (#1516)
    
    * Fix error with tempDsRecords being undefined
    
    * Fix schema not being used for metadata, sync dynamic-ds across workers
    
    * Be smarter about reloading dynamic ds in workers
    
    * [SKIP CI] Prerelease
    
    * Update postgraphile enable table partitions (#1520)
    
    * [SKIP CI] Prerelease
    
    * `dictionary-optimisation` flag  (#1519)
    
    * add flag, to orderby blockheight instead of pk
    
    * add comment
    
    * [SKIP CI] Prerelease
    
    * [WIP] Feature/adding postgres ssl connection option (#1513)
    
    * enable ssl option postgres
    
    * Check DB_SSL Env Value , default is false
    
    * adding ENV to pass in the Path to certificates
    
    * adding SSL option for query pacakge.
    
    * use args to pass the postgres ssl informations.
    
    * load file content moved to comman package.
    
    * Update packages/node-core/src/configure/NodeConfig.ts
    
    ---------
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * Support Cockroach db (#1521)
    
    * support cockroach db
    
    * Update comment
    
    * [SKIP CI] Prerelease
    
    * ensure pgpool connection work with ssl (#1525)
    
    * [SKIP CI] Prerelease
    
    * Fix issue when use cockroach query service not support pgPartition (#1526)
    
    * [SKIP CI] Prerelease
    
    * [release] 20230221 (#1528)
    
    * fix issue store getByField limit could potentially excess config limit (#1529)
    
    * fix issue store getByField limit could potentially excess config limit
    
    * Update packages/node-core/src/indexer/store.service.ts
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * typo
    
    ---------
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * Abi codegen (#1532)
    
    * draft
    
    * fix abi name, add support for transaction
    
    * Update packages/cli/src/template/abi-interface.ts.ejs
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * fix
    
    * fix dependencies
    
    ---------
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * Move enum under schema (#1527)
    
    * need fix query get enum
    
    * fix enum query, clean all enums
    
    * add logic to handle original enum type
    
    * fix check exclude constrain check missing schema and table (#1537)
    
    * [SKIP CI] Prerelease
    
    * manual prerelease node for node-core update (#1538)
    
    * [SKIP CI] Prerelease
    
    * resolution for sequelize and prerelease node (#1539)
    
    * [SKIP CI] Prerelease
    
    * fixed the version of sequelize and prerelease node (#1540)
    
    * [SKIP CI] Prerelease
    
    * improve force clean with deprecated enum (#1541)
    
    * [SKIP CI] Prerelease
    
    * Remove exclude constraint (#1543)
    
    * deprecate exclude contraint
    
    * remove unused
    
    * [SKIP CI] Prerelease
    
    * [release] 20230306 (#1544)
    
    * [release] 20230307 (#1545)
    
    * bump yarn.lock, update imports (#1546)
    
    * [SKIP CI] Prerelease
    
    * [release] 20230307 (#1547)
    
    * increase wsProvider timeout (#1550)
    
    * increase wsProvider timeout
    
    * remove .mmr dir
    
    * [SKIP CI] Prerelease
    
    * Use performance.now instead of date for profiler. (#1549)
    
    * add SmartBatchService and BlockSizeBuffer (#1506)
    
    * add SmartBatchService and BlockSizeBuffer
    
    * check memory usage before fetching a batch
    
    * use v8 heap usage statistics
    
    * set block to null after indexing
    
    * extend smart batch service to workers
    
    * make smart batch size injectible
    
    * rebase
    
    * bug fixes
    
    * code cleanup
    
    * assign workers based on free memory
    
    * fix liniting
    
    * cleanup code
    
    * cleanup logs
    
    * clear blocksizebuffer inside smartbatchservice
    
    ---------
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Fix build issue with profiler
    
    * [SKIP CI] Prerelease
    
    * fix abi codegen runtime validation (#1552)
    
    * [SKIP CI] Prerelease
    
    * [release] 20230309 Cli (#1553)
    
    * Fix enum under schema not being escaped (#1555)
    
    * [SKIP CI] Prerelease
    
    * rename `--sponsored-dictionary` to `--dictionary-resolver` (#1559)
    
    * renamed flag
    
    * add missing tpyo
    
    * [SKIP CI] Prerelease
    
    * handle bigint in json.stringify (#1562)
    
    * [SKIP CI] Prerelease
    
    * add validation for `codegen`, grapql conflicts (#1564)
    
    * add test for codegen with reserved keys
    
    * wip validateEntityName fn
    
    * update test, update logc
    
    * remove logs
    
    * [SKIP CI] Prerelease
    
    * Fix codegen when abi is not valid (#1570)
    
    * Fix codegen when abi is not valid
    
    * Update packages/cli/src/controller/codegen-controller.ts
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    ---------
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * Fix block offset been reset to 1 (#1571)
    
    * [SKIP CI] Prerelease
    
    * remove blocking in process queueing (#1572)
    
    * remove blocking in process queueing
    
    * redefine locking pattern
    
    * fix fetchedBlocks status
    
    * [SKIP CI] Prerelease
    
    * improve api error handling (#1576)
    
    * [SKIP CI] Prerelease
    
    * generate sourcemap for projects (#1569)
    
    * improve error handling
    
    * use inline-source-map
    
    * revert api error handling
    
    * beautify minified output from webpack
    
    * code cleanup
    
    * move terser plugin dependency to cli
    
    * log warnings for unresolved stack trace
    
    * get entry file from datasource
    
    * alter convertStack prototype
    
    * add ES2020 to lib compiler option
    
    * update polkadot api to 10.1.4 (#1580)
    
    * update polkadot api to 10.1.4
    
    * update rest of dep
    
    * [release] 20230329 (#1587)
    
    * Multiple endpoints (#1551)
    
    * allow multiple endpoints
    
    * add response time based load balancing
    
    * handle endpoint disconnects
    
    * move fetchBlockBatches to apiService
    
    * cleanup code
    
    * move ConnectionPoolService to node-core
    
    * fix order of module injection in indexermodule
    
    * remove manually disconnecting api
    
    * move api creation code to ApiConnection class
    
    * code cleanup
    
    * handle reconnection error
    
    * change networkEndpoints to networkEndpoint
    
    * change to use yarn build (#1589)
    
    * test prerelease build (#1590)
    
    * [SKIP CI] Prerelease
    
    * [release] 20230330 (#1592)
    
    * Upgrade `apollo-links` (#1593)
    
    * [SKIP CI] Prerelease
    
    * improve blockSize function (#1602)
    
    * improve blockSize function
    
    * add return type to blockSize
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    ---------
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * [release] 20230405 (#1603)
    
    * Add evmChainId to metadata (#1607)
    
    * [SKIP CI] Prerelease
    
    * [release] 20230411 query (#1608)
    
    * Update progress string (#1612)
    
    * [SKIP CI] Prerelease
    
    * Update the jsonField directive to have an option for disabling the index (#1613)
    
    * Update the jsonField directive to have an option for disabling the index
    
    * Clean up
    
    * [SKIP CI] Prerelease
    
    * [release] 20230414 utils (#1615)
    
    * Fix workers fetching blocks out of order (#1616)
    
    * Fix workers fetching blocks out of order
    
    * Remove logging endpoints with api keys
    
    * [SKIP CI] Prerelease
    
    * [release] 20230417 (#1617)
    
    * DB cache and various other improvements (#1561)
    
    * store cache
    
    * improve on flush cache
    
    * draft storeCache service
    
    * update
    
    * minor change
    
    * Updates
    
    * add historical data to cache (#1557)
    
    * add __block_range to creation
    
    * add historical record to cache
    
    * correct range
    
    * Complete cached store methods (#1563)
    
    * add __block_range to creation
    
    add historical record to cache
    
    correct range
    
    cache store methods
    
    start add tests
    
    * fix set
    
    * update
    
    * WIP cache with workers support
    
    * Fix up dynamic ds service, clean up
    
    * Update store serialisation over workers
    
    * Improve unfinalized blocks to work without tx
    
    * Move all chain agnostic code from block dispatchers to node core
    
    * Add comments about worker store conversion
    
    * Fix rebase build issues
    
    * Implement cache for metadata entity (#1565)
    
    * Implement cache for metadata entity
    
    * Clean up and exclude unfinalized blocks keys from metadata cache
    
    * Clean up
    
    * flush with cache stored records size (#1566)
    
    * flush with cache stored records size
    
    * update
    
    * Lfu get cache (#1568)
    
    * still need fix get/count logic
    
    fix method for LFU getCache
    
    * Update tests
    
    * Fix and more tests
    
    * Update base on review
    
    * Fix
    
    * Run all store operations through cache (#1567)
    
    * Run all store operations through hash
    
    * Log when cache flushed, flush cache on application shutdown
    
    * Cache fixes
    
    * Fix removeCache not being init
    
    * POI cache fixes
    
    * Fixes
    
    * Fix caches being cleared after db operation and potential cache changes have happened
    
    * Fix issues with injected store
    
    * Clean up
    
    * Fix tests from rebase
    
    * Fix get cache not being used
    
    * Rename function
    
    * Fix reindex issues
    
    * Fix casing of import
    
    * Clean up, log if finalized is enabled
    
    * parent 8b0b558649bf40a4d6b9dd882cf3a775b3bd185a (#1574)
    
    author Scott Twiname <[email protected]> 1679452749 +1300
    committer JQQQ <[email protected]> 1679461182 +1300
    
    Clean up, log if finalized is enabled
    
    Fix rebase build issues
    
    parent 5e4ea5d5b6b81241377cb2394c5da204403b883b
    author Scott Twiname <[email protected]> 1679013784 +1300
    committer JQQQ <[email protected]> 1679460224 +1300
    
    parent 5e4ea5d5b6b81241377cb2394c5da204403b883b
    author Scott Twiname <[email protected]> 1679013784 +1300
    committer JQQQ <[email protected]> 1679460210 +1300
    
    parent 5e4ea5d5b6b81241377cb2394c5da204403b883b
    author Scott Twiname <[email protected]> 1679013784 +1300
    committer JQQQ <[email protected]> 1679460149 +1300
    
    parent 5e4ea5d5b6b81241377cb2394c5da204403b883b
    author Scott Twiname <[email protected]> 1679013784 +1300
    committer JQQQ <[email protected]> 1679460101 +1300
    
    parent 5e4ea5d5b6b81241377cb2394c5da204403b883b
    author Scott Twiname <[email protected]> 1679013784 +1300
    committer JQQQ <[email protected]> 1679460038 +1300
    
    Run all store operations through hash
    
    Log when cache flushed, flush cache on application shutdown
    
    Fix removeCache not being init
    
    Fixes
    
    Fix issues with injected store
    
    Clean up
    
    Fix removeCache not being init
    
    Fixes
    
    Fix issues with injected store
    
    Clean up
    
    Fix tests from rebase
    
    Fix get cache not being used
    
    tidy up
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update metadata when dictionary skips large number of blocks (#1577)
    
    * Update metadata when dictionary skips large number of blocks
    
    * Bring back option to log sql
    
    * Dynamic cache threshold and metrics (#1578)
    
    * Bring back fetch service tests
    
    * Fix build issues
    
    * Tidy up
    
    * Fix workers historical disabled (#1579)
    
    * Fix imports in node core
    
    * improve close record sql, and add flag max size for getCache (#1583)
    
    * improve close record sql, and add flag max size for getCache
    
    * Fix
    
    * escape id string
    
    * Flush data at specific block heights (#1582)
    
    * Flush data at specific block heights
    
    * Add test
    
    * Fix value fromBelowHeight being empty
    
    * Fix mergedRecords potentially being empty
    
    * Fix flushableRecordCounter
    
    * Change log to debug
    
    * Fix dictionary validation
    
    * fix reindex storeCache missing EventEmitterModule (#1585)
    
    * Make flushing cache configurable (#1586)
    
    * Add an index to Id field on entities with historical (#1588)
    
    * Fix tests
    
    * Fix possible infinite loop with cache and fix test (#1591)
    
    * Fix possible infinite loop with cache and fix test
    
    * Add some comments
    
    * Fix more tests
    
    ---------
    
    Co-authored-by: JQQQ <[email protected]>
    
    * Connect historical option up to cache model option (#1596)
    
    * Only run delete query if there is data to delete
    
    * Add support for non-historical indexing with cache (#1597)
    
    * Add support for non-historical indexing with cache
    
    * Fix api test
    
    * remove constraintDeferrableQuery from hasOne
    
    * fix createUniqueIndexQuery
    
    ---------
    
    Co-authored-by: JQQQ <[email protected]>
    
    * Cache and worker related fixes (#1598)
    
    * fix index name too long issue (#1599)
    
    * hash the indexes, except pk indexes
    
    * handle existed indexes
    
    * update
    
    * Remove store count function (#1600)
    
    * support cockroach db with non-historical (#1604)
    
    * support cockroach db with non-historical
    
    * Add more comments
    
    * move fetchBlocks to node-core (#1611)
    
    * move fetchBlocks to node-core
    
    * code cleanup
    
    * code cleanup
    
    * remove extra args from fetchBlock
    
    * Fix making data serializable for store bulkCreate and bulkUpdate (#1622)
    
    * Improve big int error in workers (#1619)
    
    * improve error handling in workers
    
    * Make bigint stringifiable in worker and main threads
    
    ---------
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * fix type error (#1623)
    
    * fix type error
    
    * cast type
    
    * Flush store cache in operational order (#1614)
    
    * Init
    
    * better log message
    
    * tidy up
    
    * Tidy up and test
    
    * Update packages/node/src/yargs.ts
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/node-core/src/indexer/storeCache/storeCache.service.ts
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * add benchmarking
    
    * update benchmarking
    
    * Tidy up
    
    * test
    
    * remove flag, use last flushed index, more tidy up
    
    * make operationIndex required
    
    * fix test
    
    ---------
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * update default values
    
    * fix missing indexes on cockroach db (#1624)
    
    * fix getLatest() could be undefined
    
    * Fix StoreOperation not pushing enums
    
    ---------
    
    Co-authored-by: JQQQ <[email protected]>
    Co-authored-by: Naveen V <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * Testing Framework (#1584)
    
    * implement runTest
    
    * check handler kind for running test
    
    * implement testing service
    
    * run tests in sandbox
    
    * build test files through subql build
    
    * run handlers in sandbox
    
    * cleanup sandbox script and improve logging
    
    * index data with `IndexerManager.indexData`
    
    * use indexBlock() instead of indexData() for tests
    
    * add getter _name to entities during codegen
    
    * code cleanup
    
    * improve logging
    
    * improve logging
    
    * bug fixes
    
    * code cleanup
    
    * improve logging
    
    * indexBlock: get datasource from arguments
    
    * move testingService to node-core
    
    * code cleanup
    
    * update ci
    
    * code cleanup
    
    * cleanup
    
    * cleanup
    
    * cleanup
    
    * handle 0 test cases
    
    * prevent calling getGqlType for 'contains' matcher (#1626)
    
    * prevent calling getGqlType for 'contains' matcher
    
    * get gqlType with ternary condition
    
    * remove indexer module from testing module (#1628)
    
    * remove indexer module from testing module
    
    * cleanup
    
    * cleanup
    
    * Enable strict ts setting for node core (#1625)
    
    * WIP enable strict ts setting for node core
    
    * fix undefined in historicalMarkPreviousHeightRecordsBatch
    
    * typo
    
    * Update typescript, fix most strict related errors
    
    * Strict changes for testing framework
    
    * Runtime fixes
    
    * change log level on cache poi
    
    ---------
    
    Co-authored-by: JQQQ <[email protected]>
    
    * fix prerelease (#1629)
    
    * [SKIP CI] Prerelease
    
    * [SKIPCI] fix testing publish order (#1630)
    
    * fix missing @subql/testing in node-core (#1631)
    
    * [SKIP CI] Prerelease
    
    * manual prerelease for node-core fix (#1632)
    
    * [SKIP CI] Prerelease
    
    * Improve yargs descriptions (#1633)
    
    * [SKIP CI] Prerelease
    
    * Support tests from ./test and ./tests dirs, fix store blockheight issue
    
    * Remove log
    
    * [SKIP CI] Prerelease
    
    * [release] 2.0.0 (#1627)
    
    * release-2.0.0
    
    * update
    
    * update node changelog
    
    * remove typescript from query dependency
    
    * remove typescript from node dependency
    
    * [SKIPCI] fix release
    
    * [release] 2.0.0 republish (#1635)
    
    * Update common, tidy up
    
    ---------
    
    Co-authored-by: Filippo <[email protected]>
    Co-authored-by: Ben <[email protected]>
    Co-authored-by: Jay Ji <[email protected]>
    Co-authored-by: Lachlan McCrae <[email protected]>
    Co-authored-by: Lachlan McCrae <[email protected]>
    Co-authored-by: HZ <[email protected]>
    Co-authored-by: MOZGIII <[email protected]>
    Co-authored-by: James Bayly <[email protected]>
    Co-authored-by: Mingyang Li <[email protected]>
    Co-authored-by: seandotau <[email protected]>
    Co-authored-by: Naveen V <[email protected]>
    Co-authored-by: Darwin Subramaniam <[email protected]>
    13 people authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    48ed63c View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    stwiname committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    8cac27d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Remove unused dependency (#61)

    * remove polkadot/util from common dependency
    
    * update yarn.lock
    jiqiang90 authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    c8a58f6 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    jiqiang90 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    47bacec View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    be95388 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    jiqiang90 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    4ef6771 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a22fdd1 View commit details
    Browse the repository at this point in the history
  4. [SKIP CI] Prerelease

    jiqiang90 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    354b8d9 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Sync 20230501 eth (#65)

    * Fix api not being defined, fix not using filter on datasources (#1647)
    
    * Force flush cache with reindex command (#1645)
    
    * deprecate local mode (#1648)
    
    * Update node core
    
    ---------
    
    Co-authored-by: Jay Ji <[email protected]>
    stwiname and jiqiang90 authored May 1, 2023
    Configuration menu
    Copy the full SHA
    60c858b View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    stwiname committed May 1, 2023
    Configuration menu
    Copy the full SHA
    5473019 View commit details
    Browse the repository at this point in the history
  3. Update node-core

    stwiname committed May 1, 2023
    Configuration menu
    Copy the full SHA
    f835c05 View commit details
    Browse the repository at this point in the history
  4. [SKIP CI] Prerelease

    stwiname committed May 1, 2023
    Configuration menu
    Copy the full SHA
    a4292d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    545f872 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    58f3fc0 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    stwiname committed May 9, 2023
    Configuration menu
    Copy the full SHA
    68817ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fb8cc9 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. fix fetch dictionary meta log (#69)

    * fix fetch dictionary meta log
    
    * fix order
    jiqiang90 authored May 10, 2023
    Configuration menu
    Copy the full SHA
    db9c995 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    jiqiang90 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    0b27fcf View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Sync 20230511 eth (#70)

    * remove enums (#1427)
    
    * [SKIP CI] Prerelease
    
    * change to print graphql sql on request (#1428)
    
    * [SKIP CI] Prerelease
    
    * fix missing util-crptyo in util package (#1429)
    
    * fix missing util-crptyo in util package
    
    * need prerelease in query service
    
    * [SKIP CI] Prerelease
    
    * fix import issue in query service (#1430)
    
    * [SKIP CI] Prerelease
    
    * fix missing query (#1432)
    
    * [SKIP CI] Prerelease
    
    * change fetch module SubqueryProject => ISubqueryProject (#1433)
    
    Co-authored-by: Lachlan McCrae <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * Update polkadot 9.9.1 (#1434)
    
    * update polkadot api, also fix force-clean dependencies issue
    
    * tidy up
    
    * [SKIP CI] Prerelease
    
    * [release] 20221123 (#1431)
    
    * [release] 20221123
    
    * Update packages/query/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/node-core/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/node/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/node-core/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/validator/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Add a way to pass settings to the graphql playground (#1436)
    
    * Add a way to pass settings to the graphql playground
    
    * Add a changelog entry
    
    * [SKIP CI] Prerelease
    
    * Fix the changelog entry for the last PR (#1437)
    
    * [SKIP CI] Prerelease
    
    * fix enum name missing issue (#1441)
    
    * fix enum name missing issue
    
    * tidy up
    
    * [SKIP CI] Prerelease
    
    * hash sql queries (#1438)
    
    * hashed sql
    
    * add comments
    
    * add comment for hashName function
    
    * update function
    
    * update hashName function
    
    * [SKIP CI] Prerelease
    
    * [release] 20221130 (#1442)
    
    * [release] 20221130
    
    * [release] 20221130
    
    * Add --file flag for codegen (#1446)
    
    * init
    
    * change flag behaviour so -f can overwrite -l
    
    * update getManifestPath method, fix typo
    
    * update argument description
    
    * update variable names
    
    * update arg description
    
    * add error message on bad --file path
    
    Co-authored-by: Lachlan McCrae <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * add try and catch for hsr (#1449)
    
    * [SKIP CI] Prerelease
    
    * Bypass blocks (#1435)
    
    * wip
    
    * manifest error
    
    * manfiest passed
    
    * added logging for bypassing blocks
    
    * sync main, moved bypassBlocks under networks
    
    * pass all tests
    
    * mock dictioanry case
    
    * fix metadata
    
    * clean up
    
    * allow range
    
    * bypass working, needs more testing
    
    * wip on bypass with setting new bufferHeight
    
    * working
    
    * added runtime test
    
    * add test for latestBufferHeight (blocked)
    
    * removed unneeded test, improve logic
    
    * clean up
    
    * add comments
    
    * add comments for latestBufferHeight reasoning
    
    * update logic
    
    * refactor
    
    * update logic
    
    * refactor
    
    * [SKIP CI] Prerelease
    
    * [release] 20221205 (#1448)
    
    * [release] 20221205
    
    * [release] 20221205
    
    * [release] 20221206
    
    * details for bypassBlocks
    
    * Remove unused RuntimeService from indexer module, it had missing dependencies (#1453)
    
    * [SKIP CI] Prerelease
    
    * Fix/subcommands (#1451)
    
    * updated forceClean
    
    * update reindex
    
    * [SKIP CI] Prerelease
    
    * Enable env vars parsing at node and query commands (#1452)
    
    * [SKIP CI] Prerelease
    
    * Workers: Fix SequelizeDatabaseError - tuple concurrently updated (#1458)
    
    * add flag for hot-schema reload on node, ensure query is on main thread
    
    * remove flags
    
    * [SKIP CI] Prerelease
    
    * Add start height to project (#1456)
    
    * [SKIP CI] Prerelease
    
    * Fix poi offset is 0 (#1459)
    
    * [SKIP CI] Prerelease
    
    * Handle when fields got undefined with historical (#1463)
    
    * [SKIP CI] Prerelease
    
    * update deploy cli (#1460)
    
    * [SKIP CI] Prerelease
    
    * exit on fail (#1464)
    
    * [SKIP CI] Prerelease
    
    * fix parentSpecVersion could be undefined (#1467)
    
    * [SKIP CI] Prerelease
    
    * [release] 20221219 (#1466)
    
    * [release] 20221219
    
    * update
    
    * Update packages/node-core/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/node/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/node-core/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/cli/CHANGELOG.md
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * update
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Fix templates with other sdks, make -f flag work like other commands (#1470)
    
    * Fix templates with other sdks, make -f flag work like other commands
    
    * Fix for sdks with first class smart contracts
    
    * [SKIP CI] Prerelease
    
    * Tweak error message for genesis hash (#1471)
    
    * [SKIP CI] Prerelease
    
    * Fix trigger function (#1469)
    
    * fix trigger and function for subscription and hot schema reload
    
    * update
    
    * [SKIP CI] Prerelease
    
    * [release] 20221222 (#1474)
    
    * validate dictionary with start height (#1473)
    
    * validate dictionary with start height
    
    * Update packages/node/src/indexer/fetch.service.ts
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * add count for entity (#1480)
    
    * add count for entity
    
    * Update packages/node-core/src/indexer/store.service.ts
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * Fixing readme doc for @subql/query (#1485)
    
    * doc: correcting grammer
    
    * fix: typo
    
    * [SKIP CI] Prerelease
    
    * update polkadot api to 9.11.1 (#1483)
    
    * update polkadot api to 9.11.1
    
    * update
    
    * [SKIP CI] Prerelease
    
    * add connection filters (#1484)
    
    * [SKIP CI] Prerelease
    
    * fix workers missing set last buffered height from empty dictionary (#1492)
    
    * [SKIP CI] Prerelease
    
    * Fix custom metadata keys not being applied (#1496)
    
    * add block hash validation after fetch (#1494)
    
    * add block hash validation after fetch
    
    * add tests
    
    * skip fetch test
    
    * Update log
    
    * [SKIP CI] Prerelease
    
    * [release] 20230123 (#1497)
    
    * Add support for near projects to the CLI (#1498)
    
    * Add support for near projects to the CLI
    
    * Update common near version
    
    * Update near packages
    
    * [SKIP CI] Prerelease
    
    * Arranges commands in alphabetical order (#1495)
    
    * [SKIP CI] Prerelease
    
    * user process.env.USERPROFILE for windows platform (#1502)
    
    * [SKIP CI] Prerelease
    
    * add blockTime to NodeConfig (#1501)
    
    * [SKIP CI] Prerelease
    
    * [release] 20230131 (#1503)
    
    * Worker use runtime service (#1491)
    
    * draft
    
    * update
    
    * tidy up
    
    * update
    
    * working worker runtimes
    
    * into base class
    
    * clean up
    
    * improve base on review
    
    * [SKIP CI] Prerelease
    
    * Check queue for lower blocks before processing fetched blocks (#1509)
    
    * [SKIP CI] Prerelease
    
    * Support array type in dictionary queries (#1510)
    
    * [SKIP CI] Prerelease
    
    * add flag query-limit (#1514)
    
    * [SKIP CI] Prerelease
    
    * Fix error with tempDsRecords being undefined (#1516)
    
    * Fix error with tempDsRecords being undefined
    
    * Fix schema not being used for metadata, sync dynamic-ds across workers
    
    * Be smarter about reloading dynamic ds in workers
    
    * [SKIP CI] Prerelease
    
    * Update postgraphile enable table partitions (#1520)
    
    * [SKIP CI] Prerelease
    
    * `dictionary-optimisation` flag  (#1519)
    
    * add flag, to orderby blockheight instead of pk
    
    * add comment
    
    * [SKIP CI] Prerelease
    
    * [WIP] Feature/adding postgres ssl connection option (#1513)
    
    * enable ssl option postgres
    
    * Check DB_SSL Env Value , default is false
    
    * adding ENV to pass in the Path to certificates
    
    * adding SSL option for query pacakge.
    
    * use args to pass the postgres ssl informations.
    
    * load file content moved to comman package.
    
    * Update packages/node-core/src/configure/NodeConfig.ts
    
    ---------
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * Support Cockroach db (#1521)
    
    * support cockroach db
    
    * Update comment
    
    * [SKIP CI] Prerelease
    
    * ensure pgpool connection work with ssl (#1525)
    
    * [SKIP CI] Prerelease
    
    * Fix issue when use cockroach query service not support pgPartition (#1526)
    
    * [SKIP CI] Prerelease
    
    * [release] 20230221 (#1528)
    
    * fix issue store getByField limit could potentially excess config limit (#1529)
    
    * fix issue store getByField limit could potentially excess config limit
    
    * Update packages/node-core/src/indexer/store.service.ts
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * typo
    
    ---------
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * Abi codegen (#1532)
    
    * draft
    
    * fix abi name, add support for transaction
    
    * Update packages/cli/src/template/abi-interface.ts.ejs
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * fix
    
    * fix dependencies
    
    ---------
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * Move enum under schema (#1527)
    
    * need fix query get enum
    
    * fix enum query, clean all enums
    
    * add logic to handle original enum type
    
    * fix check exclude constrain check missing schema and table (#1537)
    
    * [SKIP CI] Prerelease
    
    * manual prerelease node for node-core update (#1538)
    
    * [SKIP CI] Prerelease
    
    * resolution for sequelize and prerelease node (#1539)
    
    * [SKIP CI] Prerelease
    
    * fixed the version of sequelize and prerelease node (#1540)
    
    * [SKIP CI] Prerelease
    
    * improve force clean with deprecated enum (#1541)
    
    * [SKIP CI] Prerelease
    
    * Remove exclude constraint (#1543)
    
    * deprecate exclude contraint
    
    * remove unused
    
    * [SKIP CI] Prerelease
    
    * [release] 20230306 (#1544)
    
    * [release] 20230307 (#1545)
    
    * bump yarn.lock, update imports (#1546)
    
    * [SKIP CI] Prerelease
    
    * [release] 20230307 (#1547)
    
    * increase wsProvider timeout (#1550)
    
    * increase wsProvider timeout
    
    * remove .mmr dir
    
    * [SKIP CI] Prerelease
    
    * Use performance.now instead of date for profiler. (#1549)
    
    * add SmartBatchService and BlockSizeBuffer (#1506)
    
    * add SmartBatchService and BlockSizeBuffer
    
    * check memory usage before fetching a batch
    
    * use v8 heap usage statistics
    
    * set block to null after indexing
    
    * extend smart batch service to workers
    
    * make smart batch size injectible
    
    * rebase
    
    * bug fixes
    
    * code cleanup
    
    * assign workers based on free memory
    
    * fix liniting
    
    * cleanup code
    
    * cleanup logs
    
    * clear blocksizebuffer inside smartbatchservice
    
    ---------
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Fix build issue with profiler
    
    * [SKIP CI] Prerelease
    
    * fix abi codegen runtime validation (#1552)
    
    * [SKIP CI] Prerelease
    
    * [release] 20230309 Cli (#1553)
    
    * Fix enum under schema not being escaped (#1555)
    
    * [SKIP CI] Prerelease
    
    * rename `--sponsored-dictionary` to `--dictionary-resolver` (#1559)
    
    * renamed flag
    
    * add missing tpyo
    
    * [SKIP CI] Prerelease
    
    * handle bigint in json.stringify (#1562)
    
    * [SKIP CI] Prerelease
    
    * add validation for `codegen`, grapql conflicts (#1564)
    
    * add test for codegen with reserved keys
    
    * wip validateEntityName fn
    
    * update test, update logc
    
    * remove logs
    
    * [SKIP CI] Prerelease
    
    * Fix codegen when abi is not valid (#1570)
    
    * Fix codegen when abi is not valid
    
    * Update packages/cli/src/controller/codegen-controller.ts
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    ---------
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * Fix block offset been reset to 1 (#1571)
    
    * [SKIP CI] Prerelease
    
    * remove blocking in process queueing (#1572)
    
    * remove blocking in process queueing
    
    * redefine locking pattern
    
    * fix fetchedBlocks status
    
    * [SKIP CI] Prerelease
    
    * improve api error handling (#1576)
    
    * [SKIP CI] Prerelease
    
    * generate sourcemap for projects (#1569)
    
    * improve error handling
    
    * use inline-source-map
    
    * revert api error handling
    
    * beautify minified output from webpack
    
    * code cleanup
    
    * move terser plugin dependency to cli
    
    * log warnings for unresolved stack trace
    
    * get entry file from datasource
    
    * alter convertStack prototype
    
    * add ES2020 to lib compiler option
    
    * update polkadot api to 10.1.4 (#1580)
    
    * update polkadot api to 10.1.4
    
    * update rest of dep
    
    * [release] 20230329 (#1587)
    
    * Multiple endpoints (#1551)
    
    * allow multiple endpoints
    
    * add response time based load balancing
    
    * handle endpoint disconnects
    
    * move fetchBlockBatches to apiService
    
    * cleanup code
    
    * move ConnectionPoolService to node-core
    
    * fix order of module injection in indexermodule
    
    * remove manually disconnecting api
    
    * move api creation code to ApiConnection class
    
    * code cleanup
    
    * handle reconnection error
    
    * change networkEndpoints to networkEndpoint
    
    * change to use yarn build (#1589)
    
    * test prerelease build (#1590)
    
    * [SKIP CI] Prerelease
    
    * [release] 20230330 (#1592)
    
    * Upgrade `apollo-links` (#1593)
    
    * [SKIP CI] Prerelease
    
    * improve blockSize function (#1602)
    
    * improve blockSize function
    
    * add return type to blockSize
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    ---------
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * [release] 20230405 (#1603)
    
    * Add evmChainId to metadata (#1607)
    
    * [SKIP CI] Prerelease
    
    * [release] 20230411 query (#1608)
    
    * Update progress string (#1612)
    
    * [SKIP CI] Prerelease
    
    * Update the jsonField directive to have an option for disabling the index (#1613)
    
    * Update the jsonField directive to have an option for disabling the index
    
    * Clean up
    
    * [SKIP CI] Prerelease
    
    * [release] 20230414 utils (#1615)
    
    * Fix workers fetching blocks out of order (#1616)
    
    * Fix workers fetching blocks out of order
    
    * Remove logging endpoints with api keys
    
    * [SKIP CI] Prerelease
    
    * [release] 20230417 (#1617)
    
    * DB cache and various other improvements (#1561)
    
    * store cache
    
    * improve on flush cache
    
    * draft storeCache service
    
    * update
    
    * minor change
    
    * Updates
    
    * add historical data to cache (#1557)
    
    * add __block_range to creation
    
    * add historical record to cache
    
    * correct range
    
    * Complete cached store methods (#1563)
    
    * add __block_range to creation
    
    add historical record to cache
    
    correct range
    
    cache store methods
    
    start add tests
    
    * fix set
    
    * update
    
    * WIP cache with workers support
    
    * Fix up dynamic ds service, clean up
    
    * Update store serialisation over workers
    
    * Improve unfinalized blocks to work without tx
    
    * Move all chain agnostic code from block dispatchers to node core
    
    * Add comments about worker store conversion
    
    * Fix rebase build issues
    
    * Implement cache for metadata entity (#1565)
    
    * Implement cache for metadata entity
    
    * Clean up and exclude unfinalized blocks keys from metadata cache
    
    * Clean up
    
    * flush with cache stored records size (#1566)
    
    * flush with cache stored records size
    
    * update
    
    * Lfu get cache (#1568)
    
    * still need fix get/count logic
    
    fix method for LFU getCache
    
    * Update tests
    
    * Fix and more tests
    
    * Update base on review
    
    * Fix
    
    * Run all store operations through cache (#1567)
    
    * Run all store operations through hash
    
    * Log when cache flushed, flush cache on application shutdown
    
    * Cache fixes
    
    * Fix removeCache not being init
    
    * POI cache fixes
    
    * Fixes
    
    * Fix caches being cleared after db operation and potential cache changes have happened
    
    * Fix issues with injected store
    
    * Clean up
    
    * Fix tests from rebase
    
    * Fix get cache not being used
    
    * Rename function
    
    * Fix reindex issues
    
    * Fix casing of import
    
    * Clean up, log if finalized is enabled
    
    * parent 8b0b558649bf40a4d6b9dd882cf3a775b3bd185a (#1574)
    
    author Scott Twiname <[email protected]> 1679452749 +1300
    committer JQQQ <[email protected]> 1679461182 +1300
    
    Clean up, log if finalized is enabled
    
    Fix rebase build issues
    
    parent 5e4ea5d5b6b81241377cb2394c5da204403b883b
    author Scott Twiname <[email protected]> 1679013784 +1300
    committer JQQQ <[email protected]> 1679460224 +1300
    
    parent 5e4ea5d5b6b81241377cb2394c5da204403b883b
    author Scott Twiname <[email protected]> 1679013784 +1300
    committer JQQQ <[email protected]> 1679460210 +1300
    
    parent 5e4ea5d5b6b81241377cb2394c5da204403b883b
    author Scott Twiname <[email protected]> 1679013784 +1300
    committer JQQQ <[email protected]> 1679460149 +1300
    
    parent 5e4ea5d5b6b81241377cb2394c5da204403b883b
    author Scott Twiname <[email protected]> 1679013784 +1300
    committer JQQQ <[email protected]> 1679460101 +1300
    
    parent 5e4ea5d5b6b81241377cb2394c5da204403b883b
    author Scott Twiname <[email protected]> 1679013784 +1300
    committer JQQQ <[email protected]> 1679460038 +1300
    
    Run all store operations through hash
    
    Log when cache flushed, flush cache on application shutdown
    
    Fix removeCache not being init
    
    Fixes
    
    Fix issues with injected store
    
    Clean up
    
    Fix removeCache not being init
    
    Fixes
    
    Fix issues with injected store
    
    Clean up
    
    Fix tests from rebase
    
    Fix get cache not being used
    
    tidy up
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update metadata when dictionary skips large number of blocks (#1577)
    
    * Update metadata when dictionary skips large number of blocks
    
    * Bring back option to log sql
    
    * Dynamic cache threshold and metrics (#1578)
    
    * Bring back fetch service tests
    
    * Fix build issues
    
    * Tidy up
    
    * Fix workers historical disabled (#1579)
    
    * Fix imports in node core
    
    * improve close record sql, and add flag max size for getCache (#1583)
    
    * improve close record sql, and add flag max size for getCache
    
    * Fix
    
    * escape id string
    
    * Flush data at specific block heights (#1582)
    
    * Flush data at specific block heights
    
    * Add test
    
    * Fix value fromBelowHeight being empty
    
    * Fix mergedRecords potentially being empty
    
    * Fix flushableRecordCounter
    
    * Change log to debug
    
    * Fix dictionary validation
    
    * fix reindex storeCache missing EventEmitterModule (#1585)
    
    * Make flushing cache configurable (#1586)
    
    * Add an index to Id field on entities with historical (#1588)
    
    * Fix tests
    
    * Fix possible infinite loop with cache and fix test (#1591)
    
    * Fix possible infinite loop with cache and fix test
    
    * Add some comments
    
    * Fix more tests
    
    ---------
    
    Co-authored-by: JQQQ <[email protected]>
    
    * Connect historical option up to cache model option (#1596)
    
    * Only run delete query if there is data to delete
    
    * Add support for non-historical indexing with cache (#1597)
    
    * Add support for non-historical indexing with cache
    
    * Fix api test
    
    * remove constraintDeferrableQuery from hasOne
    
    * fix createUniqueIndexQuery
    
    ---------
    
    Co-authored-by: JQQQ <[email protected]>
    
    * Cache and worker related fixes (#1598)
    
    * fix index name too long issue (#1599)
    
    * hash the indexes, except pk indexes
    
    * handle existed indexes
    
    * update
    
    * Remove store count function (#1600)
    
    * support cockroach db with non-historical (#1604)
    
    * support cockroach db with non-historical
    
    * Add more comments
    
    * move fetchBlocks to node-core (#1611)
    
    * move fetchBlocks to node-core
    
    * code cleanup
    
    * code cleanup
    
    * remove extra args from fetchBlock
    
    * Fix making data serializable for store bulkCreate and bulkUpdate (#1622)
    
    * Improve big int error in workers (#1619)
    
    * improve error handling in workers
    
    * Make bigint stringifiable in worker and main threads
    
    ---------
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * fix type error (#1623)
    
    * fix type error
    
    * cast type
    
    * Flush store cache in operational order (#1614)
    
    * Init
    
    * better log message
    
    * tidy up
    
    * Tidy up and test
    
    * Update packages/node/src/yargs.ts
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * Update packages/node-core/src/indexer/storeCache/storeCache.service.ts
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * add benchmarking
    
    * update benchmarking
    
    * Tidy up
    
    * test
    
    * remove flag, use last flushed index, more tidy up
    
    * make operationIndex required
    
    * fix test
    
    ---------
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * update default values
    
    * fix missing indexes on cockroach db (#1624)
    
    * fix getLatest() could be undefined
    
    * Fix StoreOperation not pushing enums
    
    ---------
    
    Co-authored-by: JQQQ <[email protected]>
    Co-authored-by: Naveen V <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * Testing Framework (#1584)
    
    * implement runTest
    
    * check handler kind for running test
    
    * implement testing service
    
    * run tests in sandbox
    
    * build test files through subql build
    
    * run handlers in sandbox
    
    * cleanup sandbox script and improve logging
    
    * index data with `IndexerManager.indexData`
    
    * use indexBlock() instead of indexData() for tests
    
    * add getter _name to entities during codegen
    
    * code cleanup
    
    * improve logging
    
    * improve logging
    
    * bug fixes
    
    * code cleanup
    
    * improve logging
    
    * indexBlock: get datasource from arguments
    
    * move testingService to node-core
    
    * code cleanup
    
    * update ci
    
    * code cleanup
    
    * cleanup
    
    * cleanup
    
    * cleanup
    
    * handle 0 test cases
    
    * prevent calling getGqlType for 'contains' matcher (#1626)
    
    * prevent calling getGqlType for 'contains' matcher
    
    * get gqlType with ternary condition
    
    * remove indexer module from testing module (#1628)
    
    * remove indexer module from testing module
    
    * cleanup
    
    * cleanup
    
    * Enable strict ts setting for node core (#1625)
    
    * WIP enable strict ts setting for node core
    
    * fix undefined in historicalMarkPreviousHeightRecordsBatch
    
    * typo
    
    * Update typescript, fix most strict related errors
    
    * Strict changes for testing framework
    
    * Runtime fixes
    
    * change log level on cache poi
    
    ---------
    
    Co-authored-by: JQQQ <[email protected]>
    
    * fix prerelease (#1629)
    
    * [SKIP CI] Prerelease
    
    * [SKIPCI] fix testing publish order (#1630)
    
    * fix missing @subql/testing in node-core (#1631)
    
    * [SKIP CI] Prerelease
    
    * manual prerelease for node-core fix (#1632)
    
    * [SKIP CI] Prerelease
    
    * Improve yargs descriptions (#1633)
    
    * [SKIP CI] Prerelease
    
    * Support tests from ./test and ./tests dirs, fix store blockheight issue
    
    * Remove log
    
    * [SKIP CI] Prerelease
    
    * [release] 2.0.0 (#1627)
    
    * release-2.0.0
    
    * update
    
    * update node changelog
    
    * remove typescript from query dependency
    
    * remove typescript from node dependency
    
    * [SKIPCI] fix release
    
    * [release] 2.0.0 republish (#1635)
    
    * Fix ApiService abstract class, improve getting all DS (#1638)
    
    * Fix ApiService abstract class, improve getting all DS
    
    * Revert api import and minor test fixes
    
    * [SKIP CI] Prerelease
    
    * fix assertion error and pk index type (#1641)
    
    * [SKIP CI] Prerelease
    
    * fix workers crashes error (#1642)
    
    * try to fix workers
    
    * Fix dependency injection
    
    ---------
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * WIP fix test part 1 (#1640)
    
    * fix test part 1
    
    * Update packages/node/src/indexer/fetch.service.ts
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * fix tests 20230426
    
    * remove unused code
    
    ---------
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * fix missing esModuleInterop (#1644)
    
    * [SKIP CI] Prerelease
    
    * Force flush cache with reindex command (#1645)
    
    * [SKIP CI] Prerelease
    
    * [release] 20230427 (#1646)
    
    * [release] 20230427
    
    * improve log
    
    * Fix api not being defined, fix not using filter on datasources (#1647)
    
    * [SKIP CI] Prerelease
    
    * deprecate local mode (#1648)
    
    * [SKIP CI] Prerelease
    
    * [release] 20230427 patch (#1649)
    
    * Add missing node-fetch dependency to lock down version (#1651)
    
    * [SKIP CI] Prerelease
    
    * postgres based mmr DB (#1618)
    
    * postgres based mmr DB
    
    * add mmr db store option to cli
    
    * add mmr migrate
    
    * bug fixes
    
    * alter file based names
    
    * make migration bidirectional
    
    * cleanup and improve logging
    
    * remove localMode and add mmr-path to args
    
    * remove check for localMode in createProjectSchema
    
    * improve error handling
    
    * improve error handling for postgres mmr table
    
    * improve error handling for mmr indexer
    
    * Fix test, create db table same as other tables, tidy up
    
    ---------
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * Extract ProjectService, FetchService and IndexerManager to base classes (#1643)
    
    * Move bulk of project service logic to node core
    
    * Allow overriding buildDictQueryFragment
    
    * Improve visibility of dependencies on project service
    
    * Extract base class from fetch service
    
    * Fix error message
    
    * Fix tests
    
    * Create indexer manager base class
    
    * [SKIP CI] Prerelease
    
    * Move polkadot util imports to utils package, fix api type (#1653)
    
    * Move polkadot util imports to utils package, fix api type
    
    * remove duplicate log
    
    ---------
    
    Co-authored-by: JQQQ <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * manifest node with options (#1652)
    
    * manifest node with options
    
    * fix
    
    * fix self import
    
    * remove
    
    * Use single version of class-* packages, extract base node-runner
    
    ---------
    
    Co-authored-by: Scott Twiname <[email protected]>
    
    * [SKIP CI] Prerelease
    
    * POI cache fixes (#1660)
    
    * Add tests for cache poi and fix related issuess
    
    * Add mutex around cachePoi
    
    * [SKIP CI] Prerelease
    
    * Add bulkRemove function to store (#1666)
    
    * [SKIP CI] Prerelease
    
    * fix postMmrDb.get and mmrMigrate node sort (#1669)
    
    * [SKIP CI] Prerelease
    
    * Fix indexed column check with historical (#1667)
    
    * [SKIP CI] Prerelease
    
    * Regenerate mmr (#1664)
    
    * preparation
    
    Unsafe mode and draft
    
    bulkUpsert with poi mmr
    
    move service to node-core
    
    * tidy up, fix tests
    
    * Fix gap mmr node missing issue, poiCache use plainPoiModel
    
    * [SKIP CI] Prerelease
    
    * Node core ds processor (#1658)
    
    * Move ds processor to node core
    
    * Clean up deps
    
    * Move forceClean and meta to node-core
    
    * Move configure logic to node core
    
    * Move unfinalzied blocks to node-core
    
    * Add missing logger
    
    * Fix tests
    
    * [SKIP CI] Prerelease
    
    * Add interval to flush the store cache (#1670)
    
    * Add interval to flush the store cache
    
    * Fix infinite loop in nodeConfig
    
    * [SKIP CI] Prerelease
    
    * Remove support for manifest version <1.0.0 (#1659)
    
    * Clean up deps
    
    * Move forceClean and meta to node-core
    
    * Remove support for manifest version <1.0.0
    
    * Fix build issues
    
    * Move sandbox back from node-core
    
    * Move gauge providers into node core
    
    * Tidy up indexer module
    
    * Move FileType to core
    
    * Remove tests for unsupported manifest versions
    
    * [SKIP CI] Prerelease
    
    * Fixes and tidy up
    
    * Fixes
    
    * Fix mmrRegen module missing scheduler
    
    * Fix subcommands module missing scheduler
    
    * Update deps, add chainId to sandbox
    
    ---------
    
    Co-authored-by: Ben <[email protected]>
    Co-authored-by: Jay Ji <[email protected]>
    Co-authored-by: Lachlan McCrae <[email protected]>
    Co-authored-by: Lachlan McCrae <[email protected]>
    Co-authored-by: MOZGIII <[email protected]>
    Co-authored-by: James Bayly <[email protected]>
    Co-authored-by: Mingyang Li <[email protected]>
    Co-authored-by: seandotau <[email protected]>
    Co-authored-by: Naveen V <[email protected]>
    Co-authored-by: Darwin Subramaniam <[email protected]>
    Co-authored-by: HZHAIX <[email protected]>
    12 people authored May 11, 2023
    Configuration menu
    Copy the full SHA
    f3d1c8d View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    stwiname committed May 11, 2023
    Configuration menu
    Copy the full SHA
    67e7a9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be66271 View commit details
    Browse the repository at this point in the history
  4. [SKIP CI] Prerelease

    stwiname committed May 11, 2023
    Configuration menu
    Copy the full SHA
    29ecbd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75a609c View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. update node-core to fix metadata not found issue (#73)

    * update node-core to fix metadata not found issue
    
    * fix yargs
    jiqiang90 authored May 12, 2023
    Configuration menu
    Copy the full SHA
    6f37261 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    jiqiang90 committed May 12, 2023
    Configuration menu
    Copy the full SHA
    b24b8af View commit details
    Browse the repository at this point in the history
  3. Release 20230512 (#74)

    * [release] 20230512
    
    * fix
    jiqiang90 authored May 12, 2023
    Configuration menu
    Copy the full SHA
    dd9f2f0 View commit details
    Browse the repository at this point in the history
  4. [SKIP CI] Prerelease

    jiqiang90 committed May 12, 2023
    Configuration menu
    Copy the full SHA
    d42a588 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3103d57 View commit details
    Browse the repository at this point in the history
  6. [release] node 2.1.2 (#76)

    jiqiang90 authored May 12, 2023
    Configuration menu
    Copy the full SHA
    b1334a9 View commit details
    Browse the repository at this point in the history
  7. Types/add chainid (#77)

    * add missing chainId
    
    * add freeze chainId
    bz888 authored May 12, 2023
    Configuration menu
    Copy the full SHA
    2a05d49 View commit details
    Browse the repository at this point in the history
  8. [SKIP CI] Prerelease

    bz888 committed May 12, 2023
    Configuration menu
    Copy the full SHA
    e483ae6 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. bump node-core; (#78)

    bz888 authored May 14, 2023
    Configuration menu
    Copy the full SHA
    1b209d7 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    bz888 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    035a2dd View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    815345c View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    stwiname committed May 15, 2023
    Configuration menu
    Copy the full SHA
    0000316 View commit details
    Browse the repository at this point in the history
  3. dict use equalTo for address (#81)

    * dict use equalTo for address
    
    * upgrade to latest node-core
    ianhe8x authored May 15, 2023
    Configuration menu
    Copy the full SHA
    25334ea View commit details
    Browse the repository at this point in the history
  4. [SKIP CI] Prerelease

    ianhe8x committed May 15, 2023
    Configuration menu
    Copy the full SHA
    15d589f View commit details
    Browse the repository at this point in the history
  5. New method of resolving chain alises (#82)

    * New method of resolving chain alises, also fixes chain id used
    
    * Make chain aliases work with network dictionary
    
    * Fix check with and without chain alias
    
    * Move url to const
    stwiname authored May 15, 2023
    Configuration menu
    Copy the full SHA
    d39cdf5 View commit details
    Browse the repository at this point in the history
  6. [SKIP CI] Prerelease

    stwiname committed May 15, 2023
    Configuration menu
    Copy the full SHA
    ce86266 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Clean up some code (#84)

    stwiname authored May 16, 2023
    Configuration menu
    Copy the full SHA
    d6461f4 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    stwiname committed May 16, 2023
    Configuration menu
    Copy the full SHA
    6d0b6ab View commit details
    Browse the repository at this point in the history
  3. upgrade to latest node-core (#83)

    * upgrade to latest node-core
    * pin vm2 to 3.9.17
    
    * adapte to subquery/subql#1695
    
    * use processUnfinalizedBlockHeader in IndexerWorker
    
    ---------
    
    Co-authored-by: Naveen V <[email protected]>
    ianhe8x and guplersaxanoid authored May 16, 2023
    Configuration menu
    Copy the full SHA
    03e42fe View commit details
    Browse the repository at this point in the history
  4. [SKIP CI] Prerelease

    ianhe8x committed May 16, 2023
    Configuration menu
    Copy the full SHA
    6e01fbe View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. [release] 20230517 (#85)

    stwiname authored May 17, 2023
    Configuration menu
    Copy the full SHA
    f99b15f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. fix poi id issue, use prerelease node-core (#86)

    * fix poi id issue, use prerelease node-core
    
    * add back yarn.lock
    jiqiang90 authored May 18, 2023
    Configuration menu
    Copy the full SHA
    310bdc8 View commit details
    Browse the repository at this point in the history
  2. fix prerelease (#87)

    jiqiang90 authored May 18, 2023
    Configuration menu
    Copy the full SHA
    52f5274 View commit details
    Browse the repository at this point in the history
  3. [SKIP CI] Prerelease

    jiqiang90 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    f4cbdbc View commit details
    Browse the repository at this point in the history
  4. update to node 18 (#88)

    jiqiang90 authored May 18, 2023
    Configuration menu
    Copy the full SHA
    787d3d0 View commit details
    Browse the repository at this point in the history
  5. [SKIP CI] Prerelease

    jiqiang90 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    02c1a45 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    8971e24 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    stwiname committed May 19, 2023
    Configuration menu
    Copy the full SHA
    4773599 View commit details
    Browse the repository at this point in the history
  3. fix multiple graphql due to multiple version @subql/util (#90)

    * fix multiple graphql due to multiple version @subql/util
    
    * move @subql/utils to peerDependencies
    jiqiang90 authored May 19, 2023
    Configuration menu
    Copy the full SHA
    cb99884 View commit details
    Browse the repository at this point in the history
  4. [SKIP CI] Prerelease

    jiqiang90 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    9578c50 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. [release] 20230522 eth (#91)

    * [release] 20230522 eth
    
    * Fix changelog
    
    * Update PR template
    stwiname authored May 22, 2023
    Configuration menu
    Copy the full SHA
    380d894 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fe24ec View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    6ab2fe2 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    bz888 committed May 30, 2023
    Configuration menu
    Copy the full SHA
    3406c4b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    ef3694f View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    stwiname committed May 31, 2023
    Configuration menu
    Copy the full SHA
    582c109 View commit details
    Browse the repository at this point in the history
  3. Fix resolving abis (#95)

    stwiname authored May 31, 2023
    Configuration menu
    Copy the full SHA
    a38dcf9 View commit details
    Browse the repository at this point in the history
  4. [SKIP CI] Prerelease

    stwiname committed May 31, 2023
    Configuration menu
    Copy the full SHA
    bcb9a69 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

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

Commits on Jun 2, 2023

  1. parse tx logs and decode (#97)

    * parse tx logs and decode
    
    * added tests for tx logs and logs
    bz888 authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    631d605 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    bz888 committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    4ad9376 View commit details
    Browse the repository at this point in the history
  3. [release] 20230602 (#98)

    * [release] 20230602
    
    * update
    jiqiang90 authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    9e8180e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

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

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    57e9ebf View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    jiqiang90 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    26c175e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. [release] 20230613 (#103)

    * [release] 20230613
    
    * remove unused dependency
    jiqiang90 authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    89fd5b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. update ci to include coverage (#99)

    * update ci to include coverage
    
    * Update to node 18
    
    * fixes
    
    * remove test from code-style CI and update jest
    
    * update ts-jest and fix tests
    
    ---------
    
    Co-authored-by: Scott Twiname <[email protected]>
    guplersaxanoid and stwiname authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f491c57 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    guplersaxanoid committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b8f584d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Add multiple endpoint improvements - Ethereum (#102)

    * Add multiple endpoint improvements
    
    * cleanup
    
    * update node-core version
    guplersaxanoid authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    3e59dac View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    guplersaxanoid committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    a10820c View commit details
    Browse the repository at this point in the history
  3. Support to field being null with dictionary query, jest fixes (#104)

    * Support to field being null with dictionary query, jest fixes
    
    * Add test
    
    * Update changelog
    stwiname authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    4a78f4d View commit details
    Browse the repository at this point in the history
  4. [SKIP CI] Prerelease

    stwiname committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    3e827c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5be6d0b View commit details
    Browse the repository at this point in the history
  6. Add EthereumApiService to IndexerModule (#106)

    * Add EthereumApiService to IndexerModule
    
    * provide ApiService from node-core
    
    * remove apiService.init() from testing
    guplersaxanoid authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    beef0aa View commit details
    Browse the repository at this point in the history
  7. [SKIP CI] Prerelease

    guplersaxanoid committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    0c48f1e View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    8f3bc92 View commit details
    Browse the repository at this point in the history
  2. updated changelog

    bz888 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    4277cff View commit details
    Browse the repository at this point in the history
  3. update test

    bz888 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    80eebb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    daedb2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d851a24 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #108 from subquery/support-tx-null-filter

    add tests and support for filterTransactionsProcessor
    bz888 authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    466e57b View commit details
    Browse the repository at this point in the history
  7. [SKIP CI] Prerelease

    bz888 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    5eb3d34 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    33492b2 View commit details
    Browse the repository at this point in the history
  9. update constructor name

    bz888 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    17249e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Merge pull request #109 from subquery/fix/update-meta-service

    Fix/update meta service
    bz888 authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    4210df0 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    bz888 committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    4bb2bdf View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. [release] 20230616 (#107)

    * [release] 20230616
    
    * add PR number to changelog
    guplersaxanoid authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    2fdc463 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Implement Retry logic for SafeEthProvider (#110)

    * add retry logic to safe api
    
    * turn coverage annotations off
    guplersaxanoid authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    cb659ec View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    guplersaxanoid committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    22bca5c View commit details
    Browse the repository at this point in the history
  3. remove query address limit

    bz888 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    3b1f7b2 View commit details
    Browse the repository at this point in the history
  4. update changelog

    bz888 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    383b311 View commit details
    Browse the repository at this point in the history
  5. add flag for queryAddressLimit

    bz888 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    1b27c0e View commit details
    Browse the repository at this point in the history
  6. update changelog

    bz888 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    a18a60e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd98d09 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #111 from subquery/remove/query-address-limit

    Remove/query address limit
    bz888 authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    7245373 View commit details
    Browse the repository at this point in the history
  9. [SKIP CI] Prerelease

    bz888 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    788707f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    90daacc View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    bz888 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    7e7aa59 View commit details
    Browse the repository at this point in the history
  3. add error code to thrown api request (#115)

    * add error code to thrown api request
    
    * added test for custom error handling
    
    * update CustomError to be optional, simpify test
    
    * simplfy test again
    
    * removed customError
    
    * updated throwinError type
    bz888 authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    1005685 View commit details
    Browse the repository at this point in the history
  4. [SKIP CI] Prerelease

    bz888 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    2641ef3 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. fix for dynamicDs dictionary queries (#116)

    * fix for dynamicDs dictionary queries
    
    * update changelog
    
    * removed delete on ds.name
    bz888 authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    2ba4ecb View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    bz888 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    9b97b9d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. log out length (#117)

    bz888 authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    0acecc2 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    bz888 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    03fc8d7 View commit details
    Browse the repository at this point in the history
  3. Update dependencies and sync with changes from main sdk (#118)

    * Update dependencies and sync with changes from main sdk
    
    * Update yargs to match main sdk
    
    * Use code in node-core
    
    * Update issue template
    stwiname authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    ba471cf View commit details
    Browse the repository at this point in the history
  4. [SKIP CI] Prerelease

    stwiname committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    623cc6d View commit details
    Browse the repository at this point in the history
  5. Tidy up deps

    stwiname committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    ff88743 View commit details
    Browse the repository at this point in the history
  6. [release] 20230627 (#119)

    * [release] 20230627
    
    * Update nest dev deps
    stwiname authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    4722538 View commit details
    Browse the repository at this point in the history
  7. [release] 20230627 (#120)

    stwiname authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    ddafcbc View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. support getNetwork in safeApi (#122)

    * support getNetwork in safeApi
    
    * network is optional
    ianhe8x authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    939f1dc View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    ianhe8x committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    9a8cd39 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Update node-core, add store-cache-upper-limit flag (#124)

    * Update node-core, add store-cache-upper-limit flag
    
    * Update changelog
    stwiname authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    2f27274 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    stwiname committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    2376e6b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. cache result from eth_chainId (#123)

    * cache result from eth_chainId
    
    * update changelog
    guplersaxanoid authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    7cfd765 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    guplersaxanoid committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    ef58920 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. [release] 20230705 (#125)

    * [release] 20230705
    
    * fix changelog
    jiqiang90 authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    2547650 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Fix finalization check on BSC (#126)

    * Fix indexeing not working on BSC
    
    * Improve rate limit handling for BSC, fix POS check
    
    * Update changelog
    stwiname authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    48d7bcd View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    stwiname committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    ab1cb89 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

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

Commits on Jul 10, 2023

  1. Missing format transaction in log (#128)

    * Fix missing format transaction in log
    
    * add more in test
    jiqiang90 authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    42038d9 View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    jiqiang90 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    5208c57 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    14de24b View commit details
    Browse the repository at this point in the history
  2. [SKIP CI] Prerelease

    jiqiang90 committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    f750fb1 View commit details
    Browse the repository at this point in the history
  3. [release] 20230712 (#131)

    jiqiang90 authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    a1790a5 View commit details
    Browse the repository at this point in the history
  4. Fix missing mmrQueryService in workers (#132)

    * [release] 20230712
    
    * Fix missing mmrQueryService in indexer module
    jiqiang90 authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    7988a61 View commit details
    Browse the repository at this point in the history
  5. [SKIP CI] Prerelease

    jiqiang90 committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    6294052 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    7ddfb3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9b37e7 View commit details
    Browse the repository at this point in the history
  3. bug fixes

    guplersaxanoid committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    1bff1e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    524cfe7 View commit details
    Browse the repository at this point in the history
  5. code cleanup

    guplersaxanoid committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9a9379f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    215f0d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7f7509 View commit details
    Browse the repository at this point in the history
  3. remove erc721.json

    guplersaxanoid committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a1e59c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19d8bd9 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. tests for api

    guplersaxanoid committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8a674ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    918b5e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    caa3d16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a180802 View commit details
    Browse the repository at this point in the history
  5. fix api service tests

    guplersaxanoid committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9074089 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    104bf28 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. remove eth references

    guplersaxanoid committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    95370e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bccbcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    962f11e View commit details
    Browse the repository at this point in the history
  4. fix headers

    guplersaxanoid committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ed71d89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29f2b0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96251e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. update node-core

    guplersaxanoid committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    9f8a32f View commit details
    Browse the repository at this point in the history
  2. code cleanup

    guplersaxanoid committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f0fb91e View commit details
    Browse the repository at this point in the history
  3. fix tests

    guplersaxanoid committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    cd8b2ae View commit details
    Browse the repository at this point in the history
  4. remove ws support

    guplersaxanoid committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    df43e15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c2ba98 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    4f47746 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaef704 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b2ab64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7141933 View commit details
    Browse the repository at this point in the history
  5. fix tests for filter

    guplersaxanoid committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    7ae5d20 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

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

    guplersaxanoid committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    61aa6ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f8ef6b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. code cleanup

    guplersaxanoid committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    37d1ad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a706301 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. update node-core

    guplersaxanoid committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4d552e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    075422d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

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

    guplersaxanoid committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3e4f987 View commit details
    Browse the repository at this point in the history