@typeberry/convert 0.2.0-74f246e → 0.2.0-79dc2d4

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.
Files changed (4) hide show
  1. package/README.md +3 -3
  2. package/index.js +5974 -5473
  3. package/index.js.map +1 -1
  4. package/package.json +1 -1
package/README.md CHANGED
@@ -14,8 +14,8 @@ Gray Paper compliance can be controlled via `GP_VERSION` environment variable.
14
14
 
15
15
  - [x] 0.6.7
16
16
  - [x] 0.7.0
17
- - [ ] 0.7.1 (partial)
18
- - [ ] 0.7.2 (partial)
17
+ - [x] 0.7.1
18
+ - [x] 0.7.2
19
19
 
20
20
  JAM Prize requirements
21
21
 
@@ -75,7 +75,7 @@ $ docker run typeberry
75
75
  $ docker run typeberry --config /app/configs/typeberry-dev.json --node-name my-node
76
76
 
77
77
  # Run with environment variables (e.g., for logging)
78
- $ docker run -e JAM_LOG=trace GP_VERSION=0.7.0 typeberry
78
+ $ docker run -e JAM_LOG=trace GP_VERSION=0.7.2 typeberry
79
79
 
80
80
  # Run with volume mounts for persistent data
81
81
  $ docker run -v $(pwd)/database:/app/database typeberry