Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: replace IPFS API with Kubo RPC #1164

Merged
merged 3 commits into from
Feb 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions add-on/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddressTitle)"
},
"panel_statusApiAddress": {
"message": "API",
"message": "RPC",
"description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)"
},
"panel_statusApiAddressTitle": {
"message": "The URL of your local node's API",
"message": "The URL of your local Kubo RPC",
"description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddressTitle)"
},
"panel_statusGatewayVersion": {
Expand Down Expand Up @@ -200,7 +200,7 @@
"description": "A title of system notification (notify_fileCpImportErrorTitle)"
},
"notify_importErrorTitle": {
"message": "Unable to Import via IPFS API",
"message": "Unable to Import via Kubo RPC",
"description": "A title of system notification (notify_importErrorTitle)"
},
"notify_importTrackingProtectionErrorMsg": {
Expand Down Expand Up @@ -316,7 +316,7 @@
"description": "An option title on the Preferences screen (option_useSubdomains_title)"
},
"option_useSubdomains_description": {
"message": "Isolate content roots from each other by loading them as subdomains (at *.localhost) and creating a unique origin for each CID, IPNS, or DNSLink record. Requires go-ipfs 0.5.0 or later on your local node.",
"message": "Isolate content roots from each other by loading them as subdomains (at *.localhost) and creating a unique origin for each CID, IPNS, or DNSLink record.",
"description": "An option description on the Preferences screen (option_useSubdomains_description)"
},
"option_dnslinkRedirect_title": {
Expand Down Expand Up @@ -376,11 +376,11 @@
"description": "A section header on the Preferences screen (option_header_api)"
},
"option_ipfsApiUrl_title": {
"message": "IPFS API URL",
"message": "Kubo RPC URL",
"description": "An option title on the Preferences screen (option_ipfsApiUrl_title)"
},
"option_ipfsApiUrl_description": {
"message": "Set the URL of your IPFS API. (Hint: this is where /api/v0/config lives.)",
"message": "Set the URL of your Kubo RPC. (Hint: this is where https://docs.ipfs.tech/reference/kubo/rpc/ lives.)",
"description": "An option description on the Preferences screen (option_ipfsApiUrl_description)"
},
"option_ipfsApiPollMs_title": {
Expand All @@ -396,7 +396,7 @@
"description": "An option title on the Preferences screen (option_automaticMode_title)"
},
"option_automaticMode_description": {
"message": "Automatically switch from your local gateway to your default public gateway if the IPFS API is unavailable.",
"message": "Automatically switch from your local gateway to your default public gateway if the Kubo RPC is unavailable.",
"description": "An option description on the Preferences screen (option_automaticMode_description)"
},
"option_header_dnslink": {
Expand Down