diff --git a/.golangci.yml b/.golangci.yml
index 891e90fcd..39f3dc097 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -23,5 +23,10 @@ issues:
exclude:
- should have a package comment
- error strings should not be capitalized or end with punctuation or a newline
+
+run:
+ skip-dirs:
+ - pkg/rpc
+
service:
golangci-lint-version: 1.20.0 # use the fixed version to not introduce new linters unexpectedly
diff --git a/browser/app/js/web.js b/browser/app/js/web.js
index 89aef2b72..ed97862ed 100644
--- a/browser/app/js/web.js
+++ b/browser/app/js/web.js
@@ -21,7 +21,7 @@ import storage from 'local-storage-fallback'
class Web {
constructor(endpoint) {
- const namespace = 'Web'
+ const namespace = 'web'
this.JSONrpc = new JSONrpc({
endpoint,
namespace
diff --git a/browser/ui-assets.go b/browser/ui-assets.go
index 54fc46639..cc31a945a 100644
--- a/browser/ui-assets.go
+++ b/browser/ui-assets.go
@@ -6,7 +6,7 @@
// production/favicon-96x96.png
// production/firefox.png
// production/index.html
-// production/index_bundle-2020-09-21T19-27-37Z.js
+// production/index_bundle-2020-11-21T03-45-04Z.js
// production/loader.css
// production/logo.svg
// production/safari.png
@@ -14,7 +14,6 @@ package browser
import (
"fmt"
- "github.com/elazarl/go-bindata-assetfs"
"io/ioutil"
"os"
"path/filepath"
@@ -49,7 +48,7 @@ func (fi bindataFileInfo) Mode() os.FileMode {
return fi.mode
}
-// ModTime return file modify time
+// Mode return file modify time
func (fi bindataFileInfo) ModTime() time.Time {
return fi.modTime
}
@@ -76,7 +75,7 @@ func productionChromePng() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "production/chrome.png", size: 3726, mode: os.FileMode(420), modTime: time.Unix(1600716469, 0)}
+ info := bindataFileInfo{name: "production/chrome.png", size: 3726, mode: os.FileMode(436), modTime: time.Unix(1605930325, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -93,7 +92,7 @@ func productionFavicon16x16Png() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "production/favicon-16x16.png", size: 14906, mode: os.FileMode(420), modTime: time.Unix(1600716469, 0)}
+ info := bindataFileInfo{name: "production/favicon-16x16.png", size: 14906, mode: os.FileMode(436), modTime: time.Unix(1605930325, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -110,7 +109,7 @@ func productionFavicon32x32Png() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "production/favicon-32x32.png", size: 16066, mode: os.FileMode(420), modTime: time.Unix(1600716469, 0)}
+ info := bindataFileInfo{name: "production/favicon-32x32.png", size: 16066, mode: os.FileMode(436), modTime: time.Unix(1605930325, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -127,7 +126,7 @@ func productionFavicon96x96Png() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "production/favicon-96x96.png", size: 17029, mode: os.FileMode(420), modTime: time.Unix(1600716469, 0)}
+ info := bindataFileInfo{name: "production/favicon-96x96.png", size: 17029, mode: os.FileMode(436), modTime: time.Unix(1605930325, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -144,7 +143,7 @@ func productionFirefoxPng() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "production/firefox.png", size: 4795, mode: os.FileMode(420), modTime: time.Unix(1600716469, 0)}
+ info := bindataFileInfo{name: "production/firefox.png", size: 4795, mode: os.FileMode(436), modTime: time.Unix(1605930325, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -204,8 +203,8 @@ var _productionIndexHTML = []byte(`
-
-
+
+