1. Jun 19, 2023
  2. Jun 16, 2023
  3. Jun 15, 2023
  4. Jun 13, 2023
  5. Jun 12, 2023
  6. Jun 08, 2023
  7. Jun 07, 2023
  8. Jun 06, 2023
  9. Jun 05, 2023
  10. Jun 02, 2023
  11. Jun 01, 2023
  12. May 31, 2023
  13. May 30, 2023
    • Svyatoslav Nikolsky's avatar
      Revive new client and fix relay-halt issue (#2161) · 9cd77172
      Svyatoslav Nikolsky authored
      * Revert "Revert new client (#2153)"
      
      This reverts commit 17cf7b59.
      
      * add comment re cache to CachingClient (#2162)
      
      * do not wait for reader when sending items (#2163)
      
      * Use unsync cache + async-aware sync primitives (#2164)
      
      * use unsync cache + async-aware sync primitives
      
      * clippy
      
      * trigger CI
      
      * Revert "trigger CI"
      
      This reverts commit b5c14054.
      9cd77172
    • Serban Iorga's avatar
      Use compact proofs for messages delivery (#2155) · 427ff453
      Serban Iorga authored
      * Define Chain::STATE_VERSION
      
      * Add vec_db module
      
      * Use VecDb instead of StorageProof for message delivery
      
      * Make sure that the TrustedVecDb is sorted
      
      * Address review comments
      
      * Run benchmarks on parent commit
      
      * Run benchmarks with new code
      
      * Fix test
      
      * Fix code review comments
      427ff453