@peerbit/clock-service 1.0.21 → 1.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# ClockService
|
|
2
2
|
|
|
3
3
|
## 🚧 Experimental state 🚧
|
|
4
|
-
This module can sign entries to verify that their
|
|
4
|
+
This module can sign entries to verify that their timestamps are set correctly.
|
|
5
5
|
|
|
6
|
-
See the [test](./src/__tests__/index.test.ts) for examples
|
|
6
|
+
See the [test](./src/__tests__/index.test.ts) for examples.
|
|
7
7
|
|
|
8
8
|
Nodes running this program will sign entries if their timestamp is not too far from "now".
|
|
9
|
-
Hence, only use this program with an identity dedicated for this job since peers can send any entry to be signed (i.e. use dedicated nodes for this)
|
|
9
|
+
Hence, only use this program with an identity dedicated for this job since peers can send any entry to be signed (i.e. use dedicated nodes for this)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@peerbit/clock-service",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.22",
|
|
4
4
|
"description": "Clock signing",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"license": "MIT",
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@peerbit/logger": "1.0.1",
|
|
34
|
-
"@peerbit/rpc": "2.1.
|
|
35
|
-
"@peerbit/trusted-network": "2.0.
|
|
34
|
+
"@peerbit/rpc": "2.1.3",
|
|
35
|
+
"@peerbit/trusted-network": "2.0.4"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@peerbit/test-utils": "^1.0.
|
|
38
|
+
"@peerbit/test-utils": "^1.0.19",
|
|
39
39
|
"memory-level": "^1.0.0"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "017864072da27e6adf8955eab5287f93d2e8f610"
|
|
42
42
|
}
|