@typeberry/convert 0.2.0-f9e8db5 → 0.3.0-bf18f09

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 +6 -6
  2. package/index.js +4286 -11248
  3. package/index.js.map +1 -1
  4. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # typeberry 🫐
2
2
 
3
- [![JAM Conformance 0.7.0](https://github.com/FluffyLabs/typeberry/actions/workflows/vectors-jam-conformance-070.yml/badge.svg?branch=main)](https://github.com/FluffyLabs/typeberry/actions/workflows/vectors-jam-conformance-070.yml) [![W3F vectors](https://github.com/FluffyLabs/typeberry/actions/workflows/vectors-w3f.yml/badge.svg?branch=main)](https://github.com/FluffyLabs/typeberry/actions/workflows/vectors-w3f.yml) [![Publish commits](https://github.com/FluffyLabs/typeberry/actions/workflows/blockchain-git-log.yml/badge.svg?branch=main)](https://github.com/FluffyLabs/typeberry/actions/workflows/blockchain-git-log.yml) [![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)
3
+ [![JAM Conformance 0.7.1](https://github.com/FluffyLabs/typeberry/actions/workflows/vectors-jam-conformance-071.yml/badge.svg?branch=main)](https://github.com/FluffyLabs/typeberry/actions/workflows/vectors-jam-conformance-071.yml) [![W3F davxy 0.7.1](https://github.com/FluffyLabs/typeberry/actions/workflows/vectors-w3f-davxy-071.yml/badge.svg?branch=main)](https://github.com/FluffyLabs/typeberry/actions/workflows/vectors-w3f-davxy-071.yml) [![W3F vectors](https://github.com/FluffyLabs/typeberry/actions/workflows/vectors-w3f.yml/badge.svg?branch=main)](https://github.com/FluffyLabs/typeberry/actions/workflows/vectors-w3f.yml) [![Publish commits](https://github.com/FluffyLabs/typeberry/actions/workflows/prize-blockchain.yml/badge.svg?branch=main)](https://github.com/FluffyLabs/typeberry/actions/workflows/prize-blockchain.yml) [![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)
4
4
 
5
5
  Typeberry is a TypeScript implementation of [JAM protocol](https://graypaper.com/) by Fluffy Labs.
6
6
 
@@ -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
 
@@ -23,10 +23,10 @@ JAM Prize requirements
23
23
  - [x] Block import
24
24
  - [x] W3F test vectors
25
25
  - [x] JAM Conformance Fuzzer
26
- - [ ] Performance optimisations
26
+ - [x] Performance optimisations
27
27
  - [ ] Milestone 2
28
28
  - [x] Networking (partial)
29
- - [ ] Fast PVM
29
+ - [x] Fast PVM (ananas)
30
30
  - [ ] Milestone 3
31
31
  - [ ] PVM Recompiler
32
32
  - [ ] Milestone 4
@@ -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