1. Dec 21, 2023
  2. Dec 01, 2023
  3. Nov 29, 2023
  4. Nov 22, 2023
  5. Nov 21, 2023
  6. Nov 20, 2023
  7. Nov 16, 2023
  8. Nov 08, 2023
    • Yuri Volkov's avatar
      ci: fixing gitspiegel trigger workflow · bdb92715
      Yuri Volkov authored
      The first attept to use a workflow to protect GitLab CI from untrusted contributors failed, because GitHub doesn't pass secrets to workflows for PRs that originate from forks. 
       
      This uses a different approach: instead of triggerring gitspiegel API directly from the workflow, we're just spawning an empty workflow with a specific path, and gitspiegel listens for `workflow_run` event to start mirroring.  
      
      The idea is the same: for the first-time contributors, running workflows would require manual aciton and that would block mirroring. But this time, we don't need any secrets to make it work.
      bdb92715
  9. Nov 06, 2023
  10. Nov 02, 2023
  11. Nov 01, 2023
  12. Oct 31, 2023
  13. Oct 30, 2023
  14. Oct 27, 2023
  15. Oct 24, 2023
  16. Oct 23, 2023
  17. Oct 20, 2023
  18. Oct 19, 2023
  19. Oct 16, 2023
  20. Oct 10, 2023
  21. 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
  22. Sep 27, 2023
  23. Sep 14, 2023
  24. Sep 11, 2023
  25. 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
  26. Sep 05, 2023
  27. Sep 01, 2023
  28. 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