1. Oct 30, 2023
  2. Oct 27, 2023
  3. Oct 24, 2023
  4. Oct 23, 2023
  5. Oct 20, 2023
  6. Oct 19, 2023
  7. Oct 16, 2023
  8. Oct 10, 2023
  9. Oct 02, 2023
    • Cameron Marshall's avatar
      feat: add blocks raw extrinsics endpoint (#1334) · f486aa94
      Cameron Marshall authored
      * add fetchBlockRaw to block service
      
      * add unit test
      update latest e2e tests
      
      * feat: add endpoint that queries a block by hash and returns it along with the raw values of its extrinsic(s)
      
      * build docs
      
      * update inline doc
      
      * update number to 0xstring
      
      * update BlockRaw docs summary and description
      
      * update schema pattern
      
      * update docs
      f486aa94
  10. Sep 27, 2023
  11. Sep 14, 2023
  12. Sep 11, 2023
  13. Sep 08, 2023
    • Dominique's avatar
      feat: add pallets/foreign-assets endpoint (#1314) · 450c6ead
      Dominique authored
      
      
      * feat: add pallets/foreign-assets endpoint
      - add controller, service & reponse type for foreign assets
      - update chain-config
      - update docs
      
      * fix: remove `asset-info` from endpoint & fix docs
      - In /pallets/foreign-assets/ endpoint removed `asset-info` since it is not necessary.
      - In the docs removed the array notation from the `200` response of multiple endpoints (including foreign assets) since there is no outer array in the result.
      
      * add name & symbol in human readable format
      - Added in the response the asset's name & symbol in human readable format.
      
      * Refactored the code that retrieves the metadata of the foreign asset
      - Retrieved metadata based on MultiLocation key obtained by asset info entries
      - Changed types in IForeignAssetInfo
      
      * test: added test & mock data
      - Added a test (tinkernet) for foreign asset
      - Added metadata & registry for Asset Hub Kusama
      
      * Update src/services/pallets/PalletsForeignAssetsService.ts
      
      Co-authored-by: default avatarTarik Gul <[email protected]>
      
      * Update src/services/pallets/PalletsForeignAssetsService.ts
      
      Co-authored-by: default avatarTarik Gul <[email protected]>
      
      * Update src/services/pallets/PalletsForeignAssetsService.ts
      
      Co-authored-by: default avatarTarik Gul <[email protected]>
      
      * Update src/services/pallets/PalletsForeignAssetsService.ts
      
      Co-authored-by: default avatarTarik Gul <[email protected]>
      
      * Update src/services/pallets/PalletsForeignAssetsService.ts
      
      Co-authored-by: default avatarTarik Gul <[email protected]>
      
      * replaced type anyjson with codec
      
      * changed types in assetInfo & assetMetadata & copyright
      - Replaced types to avoid type casts based on Tarik's suggestion
      - Added the copyright in some files that was missing
      - Updated the copyright year in some of the files
      
      * removed storageKeyMultilocation & changed storageKey
      - Changed the copyright year in the files related to this PR
      
      * fix: changes to support a list of multiple foreign assets
      
      * Updated test to work with multiple foreign assets
      - Added the DOT asset in the test file (.spec)
      - Added the AssetInfo and AssetMetadata for the DOT asset in the mock data (metadata currently have empty & zero values because those are the values in Asset Hub right now - to be changed)
      - Added again the storageKeyMultilocation in TypeFactory since indexType is not included in InterfaceTypes (as defined in storageKey)
      
      * Changes types of foreignAssetInfo and foreignAssetMetadata
      - Replaced PalletAssetsAssetMetadata with AssetMetadata
      - Removed also Option from assetMetadata
      
      * fix typing on queried values, and return values
      
      * fix test
      
      * removed an unnecessary console.log
      
      ---------
      
      Co-authored-by: default avatarTarik Gul <[email protected]>
      Co-authored-by: default avatartarikgul <[email protected]>
      450c6ead
  14. Sep 05, 2023
  15. Sep 01, 2023
  16. Aug 26, 2023
    • Tarik Gul's avatar
      ci: add semantic title check, and cleanup actions (#1325) · 7098710b
      Tarik Gul authored
      * ci: add semantic title check
      
      * Update version
      
      * change action
      
      * apply name
      
      * semantic
      
      * change to main
      
      * cleanup ci
      
      * validate-pr
      
      * specify version
      
      * test seperate workflow
      
      * update
      
      * push event trigger on edited
      
      * cleanup small nits
      7098710b
  17. Aug 23, 2023
  18. Aug 22, 2023
  19. Aug 18, 2023
  20. Aug 16, 2023
  21. Aug 14, 2023
  22. Aug 03, 2023
  23. Aug 02, 2023
  24. Jul 14, 2023
  25. Jul 12, 2023
  26. Jul 11, 2023
  27. Jul 05, 2023
  28. Jun 29, 2023
  29. Jun 26, 2023