Commit 2873956
Bring changes to production (#20)
* [SBC-152] Protocol upgrade (#12)
* Beam messages integration (#10)
* CI/CD pipes improvement, added contributing file
* Move types declaration dependencies in production from dev dependencies
* Update auto generated docs
* 0.3.4
* Add support for ulum base denom
* 0.3.5
* Added beam proto generation
* Use builtin codecs
* Added beam messages, fixed duplicate interface usage
* Added editor config (webstorm)
* Fixed typo
* Removed not relevant test
* Fixed codec compilation
* Added basic beam test
Co-authored-by: Segfault <tyldar@users.noreply.github.com>
Co-authored-by: Fabrice Bascoulergue <fabrice@flashgap.com>
Co-authored-by: Enguerrand Pinot <enguerrand@baldr.co>
* 0.3.6
* Protocol upgrade
Co-authored-by: Segfault <tyldar@users.noreply.github.com>
Co-authored-by: Fabrice Bascoulergue <fabrice@flashgap.com>
Co-authored-by: Enguerrand Pinot <enguerrand@baldr.co>
* Bumped version
* Fix log parsing for failed transactions
* Bump version to 0.4.1
* Bump lodash from 4.17.20 to 4.17.21 (#15)
* Bump browserslist from 4.16.3 to 4.16.6 (#14)
* Bump version to 0.4.2
* [SBC-170] Reflect protocol upgrades (#18)
* Reflect beam protocol upgrade
* Added another test for beam review
* Reflect protocol upgrade
* Fixed messages builder
* Fixed test suite
* Bump version
* Bump jest timeout
* Bump timeout
* Added missing auto close / expire features
* Bump version
Co-authored-by: Segfault <tyldar@users.noreply.github.com>
Co-authored-by: Fabrice Bascoulergue <fabrice@flashgap.com>
Co-authored-by: Enguerrand Pinot <enguerrand@baldr.co>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 25fadf6 commit 2873956
File tree
5 files changed
+172
-7
lines changed- src
- codec/chain/beam
- messages/beam
5 files changed
+172
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
164 | 166 | | |
165 | 167 | | |
166 | 168 | | |
| |||
1829 | 1831 | | |
1830 | 1832 | | |
1831 | 1833 | | |
1832 | | - | |
| 1834 | + | |
| 1835 | + | |
| 1836 | + | |
| 1837 | + | |
| 1838 | + | |
| 1839 | + | |
| 1840 | + | |
| 1841 | + | |
| 1842 | + | |
| 1843 | + | |
| 1844 | + | |
| 1845 | + | |
| 1846 | + | |
| 1847 | + | |
1833 | 1848 | | |
1834 | 1849 | | |
1835 | 1850 | | |
| |||
1869 | 1884 | | |
1870 | 1885 | | |
1871 | 1886 | | |
| 1887 | + | |
| 1888 | + | |
| 1889 | + | |
| 1890 | + | |
| 1891 | + | |
| 1892 | + | |
1872 | 1893 | | |
1873 | 1894 | | |
1874 | 1895 | | |
| |||
1915 | 1936 | | |
1916 | 1937 | | |
1917 | 1938 | | |
| 1939 | + | |
| 1940 | + | |
| 1941 | + | |
| 1942 | + | |
| 1943 | + | |
| 1944 | + | |
1918 | 1945 | | |
1919 | 1946 | | |
1920 | 1947 | | |
| |||
1985 | 2012 | | |
1986 | 2013 | | |
1987 | 2014 | | |
| 2015 | + | |
| 2016 | + | |
| 2017 | + | |
| 2018 | + | |
| 2019 | + | |
| 2020 | + | |
| 2021 | + | |
| 2022 | + | |
| 2023 | + | |
| 2024 | + | |
1988 | 2025 | | |
1989 | 2026 | | |
1990 | 2027 | | |
| |||
2002 | 2039 | | |
2003 | 2040 | | |
2004 | 2041 | | |
| 2042 | + | |
| 2043 | + | |
2005 | 2044 | | |
2006 | 2045 | | |
2007 | 2046 | | |
| |||
2067 | 2106 | | |
2068 | 2107 | | |
2069 | 2108 | | |
| 2109 | + | |
| 2110 | + | |
| 2111 | + | |
| 2112 | + | |
| 2113 | + | |
| 2114 | + | |
| 2115 | + | |
| 2116 | + | |
| 2117 | + | |
| 2118 | + | |
2070 | 2119 | | |
2071 | 2120 | | |
2072 | 2121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
27 | 32 | | |
28 | 33 | | |
29 | 34 | | |
| |||
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
35 | | - | |
| 40 | + | |
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
| |||
57 | 62 | | |
58 | 63 | | |
59 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
60 | 71 | | |
61 | 72 | | |
62 | 73 | | |
| |||
88 | 99 | | |
89 | 100 | | |
90 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
91 | 108 | | |
92 | 109 | | |
93 | 110 | | |
| |||
133 | 150 | | |
134 | 151 | | |
135 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
136 | 163 | | |
137 | 164 | | |
138 | 165 | | |
| |||
145 | 172 | | |
146 | 173 | | |
147 | 174 | | |
| 175 | + | |
| 176 | + | |
148 | 177 | | |
149 | 178 | | |
150 | 179 | | |
| |||
185 | 214 | | |
186 | 215 | | |
187 | 216 | | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
188 | 227 | | |
189 | 228 | | |
190 | 229 | | |
191 | 230 | | |
192 | | - | |
| 231 | + | |
193 | 232 | | |
194 | 233 | | |
195 | 234 | | |
| |||
214 | 253 | | |
215 | 254 | | |
216 | 255 | | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
217 | 265 | | |
218 | 266 | | |
219 | 267 | | |
| |||
245 | 293 | | |
246 | 294 | | |
247 | 295 | | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
248 | 305 | | |
249 | 306 | | |
250 | 307 | | |
| |||
290 | 347 | | |
291 | 348 | | |
292 | 349 | | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
293 | 365 | | |
294 | 366 | | |
295 | 367 | | |
| |||
302 | 374 | | |
303 | 375 | | |
304 | 376 | | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
305 | 380 | | |
306 | 381 | | |
307 | 382 | | |
| |||
342 | 417 | | |
343 | 418 | | |
344 | 419 | | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
345 | 435 | | |
346 | 436 | | |
347 | 437 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
9 | 19 | | |
10 | 20 | | |
11 | 21 | | |
| |||
16 | 26 | | |
17 | 27 | | |
18 | 28 | | |
| 29 | + | |
| 30 | + | |
19 | 31 | | |
20 | 32 | | |
21 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
9 | 20 | | |
10 | 21 | | |
11 | 22 | | |
| |||
16 | 27 | | |
17 | 28 | | |
18 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
19 | 33 | | |
20 | 34 | | |
21 | 35 | | |
0 commit comments