Skip to content

Commit

Permalink
add messages signer and identity manager
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxwebdev committed Feb 25, 2022
1 parent 751b46e commit d506b01
Show file tree
Hide file tree
Showing 33 changed files with 88,660 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
5.0.6
5.1.0
Incrementing rules:
First position - validation rules for blocks changes
Second position - feature add / change / remove
Expand Down
23 changes: 23 additions & 0 deletions static/identity/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"files": {
"app.js": "/yadacoinstatic/identity/static/js/app.8517a3be.chunk.js",
"app.js.map": "/yadacoinstatic/identity/static/js/app.8517a3be.chunk.js.map",
"runtime~app.js": "/yadacoinstatic/identity/static/js/runtime~app.a6042583.js",
"runtime~app.js.map": "/yadacoinstatic/identity/static/js/runtime~app.a6042583.js.map",
"static/js/2.f63c5853.chunk.js": "/yadacoinstatic/identity/static/js/2.f63c5853.chunk.js",
"static/js/2.f63c5853.chunk.js.map": "/yadacoinstatic/identity/static/js/2.f63c5853.chunk.js.map",
"fonts/MaterialCommunityIcons.ttf": "/yadacoinstatic/identity/./fonts/MaterialCommunityIcons.ttf",
"favicon-16.png": "/yadacoinstatic/identity/favicon-16.png",
"favicon-32.png": "/yadacoinstatic/identity/favicon-32.png",
"favicon.ico": "/yadacoinstatic/identity/favicon.ico",
"index.html": "/yadacoinstatic/identity/index.html",
"manifest.json": "/yadacoinstatic/identity/manifest.json",
"serve.json": "/yadacoinstatic/identity/serve.json",
"static/media/index.cjs": "/yadacoinstatic/identity/static/media/index.36ceb676.cjs"
},
"entrypoints": [
"static/js/runtime~app.a6042583.js",
"static/js/2.f63c5853.chunk.js",
"static/js/app.8517a3be.chunk.js"
]
}
Binary file added static/identity/favicon-16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/identity/favicon-32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/identity/favicon.ico
Binary file not shown.
Binary file added static/identity/fonts/MaterialCommunityIcons.ttf
Binary file not shown.
26 changes: 26 additions & 0 deletions static/identity/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"background_color": "#ffffff",
"display": "standalone",
"lang": "en",
"name": "secretlocation",
"short_name": "secretlocation",
"start_url": "/?utm_source=web_app_manifest",
"orientation": "portrait",
"icons": [
{
"src": "/yadacoinstatic/identity/pwa/chrome-icon/chrome-icon-144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/yadacoinstatic/identity/pwa/chrome-icon/chrome-icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/yadacoinstatic/identity/pwa/chrome-icon/chrome-icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions static/identity/serve.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"headers": [
{
"source": "static/**/*.js",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=31536000, immutable"
}
]
}
]
}
88,098 changes: 88,098 additions & 0 deletions static/identity/static/js/2.f63c5853.chunk.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/identity/static/js/2.f63c5853.chunk.js.map

Large diffs are not rendered by default.

85 changes: 85 additions & 0 deletions static/identity/static/js/app.8517a3be.chunk.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/identity/static/js/app.8517a3be.chunk.js.map

Large diffs are not rendered by default.

155 changes: 155 additions & 0 deletions static/identity/static/js/runtime~app.a6042583.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions static/identity/static/js/runtime~app.a6042583.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d506b01

Please sign in to comment.