kernel/CHANGELOG.md

6.5 KiB

0.1.0-develop.23 (2023-11-18)

0.1.0-develop.22 (2023-10-15)

Bug Fixes

  • add resolvedDomain to Module type and use it instead in createModule so that the domain id stays consistent to the potential resolver version, when used as a callerDomain (68642cc)

0.1.0-develop.21 (2023-10-13)

0.1.0-develop.20 (2023-10-11)

0.1.0-develop.19 (2023-09-20)

Features

  • change workers to use a dedicated iframe that for now is hosted. This should unlock a dedicated thread per worker and prevent cpu fighting (cfeca11)

0.1.0-develop.18 (2023-09-16)

Bug Fixes

  • need to pass sw property back with responseNonce (265d955)

0.1.0-develop.17 (2023-09-13)

Features

  • add cached modules support with leveldb/indexeddb (6e148c1)

0.1.0-develop.16 (2023-09-11)

Bug Fixes

  • need to use query not event (10eb4a9)

0.1.0-develop.15 (2023-09-11)

Bug Fixes

  • pass the fullBytes of the hash, and return the CID in string form with fromRegistry (2d61697)
  • use globalThis (23c2848)
  • use globalThis (b6142a6)

Features

  • add service worker support (1524ff5)

0.1.0-develop.14 (2023-09-08)

0.1.0-develop.13 (2023-09-04)

0.1.0-develop.12 (2023-09-04)

0.1.0-develop.11 (2023-09-04)

0.1.0-develop.10 (2023-09-03)

0.1.0-develop.9 (2023-09-03)

Bug Fixes

  • finalModule needs to be moduleDomain (6b0d43f)
  • have resolveModuleRegistryEntry decode the cid and pass the pubkey (e6318cd)

0.1.0-develop.8 (2023-09-02)

Bug Fixes

  • missing return (7d44208)
  • need to call swarm not peerDiscoveryRegistry (27ba637)
  • use message.data not message.data.data (4a73a27)

0.1.0-develop.7 (2023-09-02)

0.1.0-develop.6 (2023-09-02)

0.1.0-develop.5 (2023-09-01)

Bug Fixes

Features

  • add initial fallback registry support (5cc457d)
  • add initial support to query the network for a registry entry for a module (ba4c6dc)

0.1.0-develop.4 (2023-08-10)

0.1.0-develop.3 (2023-08-10)

0.1.0-develop.2 (2023-07-20)

Bug Fixes

  • HACK, alias rootPrivateKey to rootKey temporarily (3f5adbf)

0.1.0-develop.1 (2023-07-18)

Bug Fixes

Features