Permissionless-Software-Foundation / ipfs-p2wdb-service

Pay-to-write Database Service using REST API over HTTP and JSON RPC over IPFS
MIT License
3 stars 4 forks source link

Orbit upgrade #112

Closed christroutner closed 1 year ago

christroutner commented 1 year ago

This PR updates orbit-db from v0.28.0 to v0.29.0. This fixes an issue where database entries were not being propagate across the network.

This is a much bigger change than a single dependency. This update converted the code base from CommonJS to ESM, and allows us to use newer versions of ipfs-http-client library. I was also able to remove ipfs-coord in favor of the newer ipfs-coord-esm library.

christroutner commented 1 year ago

:tada: This PR is included in version 4.1.0 :tada:

Your semantic-release bot :package::rocket: