From cc03af31df2d85aeda6137d3044ef5ee37821254 Mon Sep 17 00:00:00 2001 From: sudeep Date: Wed, 23 Aug 2023 12:10:53 -0700 Subject: [PATCH] add improvements section in README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 87c9eba..73a9132 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ - [Port mapping setup](#port-mapping-setup) - [Development](#development) - [Generate go http client go bindings via openapi](#generate-go-http-client-go-bindings-via-openapi) + - [Improvements](#improvements) - [Known Issues](#known-issues) - [Permission Issue](#permission-issue) - [UDP buffer size warning](#udp-buffer-size-warning) @@ -157,6 +158,11 @@ There's 1 docker volume that needs to be shared (and persisted) between the cont - There are some fixes you would need to do (missing braces etc). +### Improvements + +- remove the pinning service yaml (none of the pinning service api is currently used). Directly use the web3.storage goclient - https://github.com/web3-storage/go-w3s-client + + ## Known Issues ### Permission Issue