@typeberry/convert 0.2.0-79dc2d4 → 0.2.0-98b01af
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/index.js +3751 -11420
- package/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# typeberry 🫐
|
|
2
2
|
|
|
3
|
-
[](https://github.com/FluffyLabs/typeberry/actions/workflows/vectors-jam-conformance-071.yml) [](https://github.com/FluffyLabs/typeberry/actions/workflows/vectors-w3f-davxy-071.yml) [](https://github.com/FluffyLabs/typeberry/actions/workflows/vectors-w3f.yml) [](https://github.com/FluffyLabs/typeberry/actions/workflows/prize-blockchain.yml) [](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
|
|
|
@@ -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
|
-
- [
|
|
26
|
+
- [x] Performance optimisations
|
|
27
27
|
- [ ] Milestone 2
|
|
28
28
|
- [x] Networking (partial)
|
|
29
|
-
- [
|
|
29
|
+
- [x] Fast PVM (ananas)
|
|
30
30
|
- [ ] Milestone 3
|
|
31
31
|
- [ ] PVM Recompiler
|
|
32
32
|
- [ ] Milestone 4
|