fix(upstream): Synced with upstream ipfs-service-provider

This commit is contained in:
Chris Troutner
2021-08-27 16:21:17 -07:00
9 changed files with 2933 additions and 9033 deletions
+2 -1
View File
@@ -54,7 +54,8 @@ class IpfsCoordAdapter {
isCircuitRelay: this.config.isCircuitRelay,
apiInfo: this.config.apiInfo,
announceJsonLd: this.config.announceJsonLd,
mnemonic: this.config.mnemonic
mnemonic: this.config.mnemonic,
debugLevel: this.config.debugLevel
})
// Wait for the ipfs-coord library to signal that it is ready.
+1 -1
View File
@@ -36,7 +36,7 @@ class Controllers {
await this.adapters.start()
// Attach the REST controllers to the Koa app.
this.attachRESTControllers(app)
// this.attachRESTControllers(app)
this.attachRPCControllers()
}