@typeberry/lib 0.1.2 → 0.1.3-707962d

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typeberry/lib",
3
- "version": "0.1.2",
3
+ "version": "0.1.3-707962d",
4
4
  "main": "index.js",
5
5
  "author": "Fluffy Labs",
6
6
  "license": "MPL-2.0",
@@ -1,29 +0,0 @@
1
- export * as block from "@typeberry/block";
2
- export * as block_json from "@typeberry/block-json";
3
- export * as bytes from "@typeberry/bytes";
4
- export * as codec from "@typeberry/codec";
5
- export * as collections from "@typeberry/collections";
6
- export * as config from "@typeberry/config";
7
- export * as config_node from "@typeberry/config-node";
8
- export * as crypto from "@typeberry/crypto";
9
- export * as database from "@typeberry/database";
10
- export * as erasure_coding from "@typeberry/erasure-coding";
11
- export * as hash from "@typeberry/hash";
12
- export * as jam_host_calls from "@typeberry/jam-host-calls";
13
- export * as json_parser from "@typeberry/json-parser";
14
- export * as logger from "@typeberry/logger";
15
- export * as mmr from "@typeberry/mmr";
16
- export * as numbers from "@typeberry/numbers";
17
- export * as ordering from "@typeberry/ordering";
18
- export * as pvm from "@typeberry/pvm-debugger-adapter";
19
- export * as pvm_host_calls from "@typeberry/pvm-host-calls";
20
- export * as pvm_interpreter from "@typeberry/pvm-interpreter";
21
- export * as pvm_program from "@typeberry/pvm-program";
22
- export * as pvm_spi_decoder from "@typeberry/pvm-spi-decoder";
23
- export * as shuffling from "@typeberry/shuffling";
24
- export * as state from "@typeberry/state";
25
- export * as state_json from "@typeberry/state-json";
26
- export * as state_merkleization from "@typeberry/state-merkleization";
27
- export * as transition from "@typeberry/transition";
28
- export * as trie from "@typeberry/trie";
29
- export * as utils from "@typeberry/utils";
@@ -1,76 +0,0 @@
1
- export declare const configs: {
2
- default: {
3
- $schema: string;
4
- version: number;
5
- flavor: string;
6
- authorship: {
7
- omit_seal_verification: boolean;
8
- };
9
- chain_spec: {
10
- id: string;
11
- bootnodes: string[];
12
- genesis_header: string;
13
- genesis_state: {
14
- "0b000000000000000000000000000000000000000000000000000000000000": string;
15
- "04000000000000000000000000000000000000000000000000000000000000": string;
16
- "08000000000000000000000000000000000000000000000000000000000000": string;
17
- "07000000000000000000000000000000000000000000000000000000000000": string;
18
- "00c500b600120062b94ad574028369bc6bd19a65f989134c022ea372cd4df6": string;
19
- "00ad0027003e003dc43472190923b0d2a1755796224bd5684c60fd0f6872c8": string;
20
- "008000c100e3000732d3152ca7f3bbf14ff40da18def60c6f78e93e4602f3d": string;
21
- "00f800e700990073c506a4ae6f6c368ca2c41dd8270472e9590c9ada0b87db": string;
22
- "09000000000000000000000000000000000000000000000000000000000000": string;
23
- ff000000000000000000000000000000000000000000000000000000000000: string;
24
- "0d000000000000000000000000000000000000000000000000000000000000": string;
25
- "01000000000000000000000000000000000000000000000000000000000000": string;
26
- "10000000000000000000000000000000000000000000000000000000000000": string;
27
- "0c000000000000000000000000000000000000000000000000000000000000": string;
28
- "06000000000000000000000000000000000000000000000000000000000000": string;
29
- "0a000000000000000000000000000000000000000000000000000000000000": string;
30
- "03000000000000000000000000000000000000000000000000000000000000": string;
31
- "0e000000000000000000000000000000000000000000000000000000000000": string;
32
- "0f000000000000000000000000000000000000000000000000000000000000": string;
33
- "02000000000000000000000000000000000000000000000000000000000000": string;
34
- "05000000000000000000000000000000000000000000000000000000000000": string;
35
- };
36
- };
37
- database_base_path: string;
38
- };
39
- dev: {
40
- $schema: string;
41
- version: number;
42
- flavor: string;
43
- authorship: {
44
- omit_seal_verification: boolean;
45
- };
46
- chain_spec: {
47
- id: string;
48
- bootnodes: string[];
49
- genesis_header: string;
50
- genesis_state: {
51
- "0b000000000000000000000000000000000000000000000000000000000000": string;
52
- "04000000000000000000000000000000000000000000000000000000000000": string;
53
- "08000000000000000000000000000000000000000000000000000000000000": string;
54
- "07000000000000000000000000000000000000000000000000000000000000": string;
55
- "00c500b600120062b94ad574028369bc6bd19a65f989134c022ea372cd4df6": string;
56
- "00ad0027003e003dc43472190923b0d2a1755796224bd5684c60fd0f6872c8": string;
57
- "008000c100e3000732d3152ca7f3bbf14ff40da18def60c6f78e93e4602f3d": string;
58
- "00f800e700990073c506a4ae6f6c368ca2c41dd8270472e9590c9ada0b87db": string;
59
- "09000000000000000000000000000000000000000000000000000000000000": string;
60
- ff000000000000000000000000000000000000000000000000000000000000: string;
61
- "0d000000000000000000000000000000000000000000000000000000000000": string;
62
- "01000000000000000000000000000000000000000000000000000000000000": string;
63
- "10000000000000000000000000000000000000000000000000000000000000": string;
64
- "0c000000000000000000000000000000000000000000000000000000000000": string;
65
- "06000000000000000000000000000000000000000000000000000000000000": string;
66
- "0a000000000000000000000000000000000000000000000000000000000000": string;
67
- "03000000000000000000000000000000000000000000000000000000000000": string;
68
- "0e000000000000000000000000000000000000000000000000000000000000": string;
69
- "0f000000000000000000000000000000000000000000000000000000000000": string;
70
- "02000000000000000000000000000000000000000000000000000000000000": string;
71
- "05000000000000000000000000000000000000000000000000000000000000": string;
72
- };
73
- };
74
- database_base_path: string;
75
- };
76
- };