File tree
153 files changed
+24176
-11074
lines changed- docs
- api
- classes
- functions
- interfaces
- modules
- types
- variables
- user-documentation
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
153 files changed
+24176
-11074
lines changed- .github/workflows/tests.yaml+3-3
- CHANGELOG.md+31
- README.md+3-1
- jest.config.ts+10-5
- package-lock.json+12.1k-10.8k
- package.json+33-35
- src/bee-debug.ts+3-2
- src/bee.ts+173-35
- src/modules/debug/balance.ts-4
- src/modules/debug/chequebook.ts+11-5
- src/modules/debug/settlements.ts-2
- src/modules/debug/states.ts-1
- src/modules/stamps.ts+6-2
- src/types/debug.ts+19-18
- src/types/index.ts+127-8
- src/utils/collection.ts+53-3
- src/utils/expose.ts+1
- src/utils/safe-axios.ts+3-28
- src/utils/type.ts+24-9
- test/integration/bee-class.browser.spec.ts+54-48
- test/integration/bee-class.spec.ts+100-57
- test/integration/modules/bzz.spec.ts+4-4
- test/integration/modules/debug/balance.spec.ts+7-5
- test/integration/modules/debug/chequebook.spec.ts+5-4
- test/integration/modules/debug/settlements.spec.ts+6-6
- test/integration/modules/debug/states.spec.ts+5-5
- test/integration/modules/debug/status.spec.ts+30-3
- test/integration/modules/pss.spec.ts+41-35
- test/unit/bee-class.spec.ts+29-10
- test/unit/bee-debug-class.spec.ts+16-20
- test/unit/chunk/signer.spec.ts+2-1
- test/unit/feed/json.spec.ts+1-1
- test/unit/nock.ts+15-6
- test/unit/utils/bytes.spec.ts+1-1
- test/unit/utils/collection.spec.ts+22
- test/unit/utils/eth.spec.ts+9-8
- test/unit/utils/type.spec.ts+6-5
- test/utils.ts+14-1
- tsconfig.test.json+2-1
- types/index.d.ts-10
- webpack.config.ts+1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | | - | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | 9 | | |
12 | 10 | | |
13 | | - | |
| 11 | + | |
14 | 12 | | |
15 | | - | |
| 13 | + | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
42 | | - | |
| 46 | + | |
43 | 47 | | |
44 | | - | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
50 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
51 | 63 | | |
52 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
53 | 69 | | |
54 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
55 | 83 | | |
56 | 84 | | |
57 | 85 | | |
58 | 86 | | |
59 | 87 | | |
60 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
61 | 93 | | |
62 | 94 | | |
63 | 95 | | |
64 | | - | |
| 96 | + | |
65 | 97 | | |
66 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
67 | 102 | | |
68 | | - | |
| 103 | + | |
69 | 104 | | |
70 | | - | |
| 105 | + | |
71 | 106 | | |
72 | | - | |
| 107 | + | |
73 | 108 | | |
74 | | - | |
| 109 | + | |
75 | 110 | | |
76 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
77 | 114 | | |
78 | 115 | | |
79 | 116 | | |
80 | 117 | | |
81 | 118 | | |
82 | | - | |
| 119 | + | |
83 | 120 | | |
84 | | - | |
| 121 | + | |
85 | 122 | | |
86 | | - | |
| 123 | + | |
87 | 124 | | |
88 | | - | |
| 125 | + | |
89 | 126 | | |
90 | | - | |
| 127 | + | |
91 | 128 | | |
92 | 129 | | |
93 | 130 | | |
94 | 131 | | |
95 | 132 | | |
96 | | - | |
| 133 | + | |
97 | 134 | | |
98 | 135 | | |
99 | 136 | | |
100 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
101 | 149 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
| 150 | + | |
106 | 151 | | |
107 | | - | |
| 152 | + | |
108 | 153 | | |
109 | | - | |
| 154 | + | |
0 commit comments