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

Speeding up price lookup #116

Closed christroutner closed 1 year ago

christroutner commented 1 year ago

This is another optimization to speed up the write time to the P2WDB. It caches the cost of writing in BCH, so that the API calls return faster.

christroutner commented 1 year ago

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

Your semantic-release bot :package::rocket: