1. Jan 10, 2024
  2. Jan 09, 2024
  3. Jan 05, 2024
  4. Jan 03, 2024
  5. Dec 21, 2023
  6. Dec 01, 2023
  7. Nov 29, 2023
  8. Nov 22, 2023
  9. Nov 21, 2023
  10. Nov 20, 2023
  11. Nov 16, 2023
  12. 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
  13. Nov 06, 2023
  14. Nov 02, 2023
  15. Nov 01, 2023
  16. Oct 31, 2023
  17. Oct 30, 2023
  18. Oct 27, 2023
  19. Oct 24, 2023
  20. Oct 23, 2023
  21. Oct 20, 2023
  22. Oct 19, 2023
  23. Oct 16, 2023
  24. Oct 10, 2023
  25. 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
  26. Sep 27, 2023
  27. Sep 14, 2023