Skip to content
  1. Nov 01, 2019
    • thiolliere's avatar
      test prefix is correctly generated · c9b2d2c4
      thiolliere authored
      c9b2d2c4
    • thiolliere's avatar
      introduction of prefixed map · 36a5dd78
      thiolliere authored
      Prefixed map is a new storage available in decl_storage, it differ from
      map as it stores it keys at `twox_256(prefix)++map_hasher(key)` instead
      of `map_hasher(prefix ++ key)`. Thus it allows to remove all key of the
      map using `sr-io::kill_prefix`, but the final goal is to also allow to
      iter on the map once sr-io make such call available.
      36a5dd78
  2. Oct 31, 2019
  3. Oct 30, 2019
  4. Oct 29, 2019
  5. Oct 28, 2019
  6. Oct 27, 2019