@typeberry/jam 0.0.1-ffaff74 → 0.0.3-8aa56b8

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 (52) hide show
  1. package/3d2227eb3bf29d80c75a.js +3 -0
  2. package/6b655f8772c01b768329.js +1 -0
  3. package/LICENSE +5 -0
  4. package/README.md +202 -0
  5. package/bandersnatch/6b655f8772c01b768329.js +1 -0
  6. package/bandersnatch/ccf8ada94096a8f232f5.js +1 -0
  7. package/bandersnatch/e2fdc1b646378dd96eda.js +1 -0
  8. package/bandersnatch/index.js +3036 -0
  9. package/bandersnatch/index.js.map +1 -0
  10. package/bandersnatch/package.json +3 -0
  11. package/bandersnatch/sourcemap-register.cjs +1 -0
  12. package/block-generator/6b655f8772c01b768329.js +1 -0
  13. package/block-generator/bootstrap-generator.mjs +161 -0
  14. package/block-generator/bootstrap-generator.mjs.map +1 -0
  15. package/block-generator/ccf8ada94096a8f232f5.js +1 -0
  16. package/block-generator/e2fdc1b646378dd96eda.js +1 -0
  17. package/block-generator/index.js +18401 -0
  18. package/block-generator/index.js.map +1 -0
  19. package/block-generator/package.json +3 -0
  20. package/block-generator/sourcemap-register.cjs +1 -0
  21. package/bootstrap-generator.mjs.map +1 -0
  22. package/bootstrap-importer.mjs.map +1 -0
  23. package/bootstrap-network.mjs.map +1 -0
  24. package/ccf8ada94096a8f232f5.js +1 -0
  25. package/e2fdc1b646378dd96eda.js +1 -0
  26. package/importer/6b655f8772c01b768329.js +1 -0
  27. package/importer/bootstrap-bandersnatch.mjs.map +1 -0
  28. package/importer/ccf8ada94096a8f232f5.js +1 -0
  29. package/importer/e2fdc1b646378dd96eda.js +1 -0
  30. package/importer/index.js +25845 -0
  31. package/importer/index.js.map +1 -0
  32. package/importer/package.json +3 -0
  33. package/importer/sourcemap-register.cjs +1 -0
  34. package/index.js +57536 -0
  35. package/index.js.map +1 -0
  36. package/jam-network/3d2227eb3bf29d80c75a.js +3 -0
  37. package/jam-network/6b655f8772c01b768329.js +1 -0
  38. package/jam-network/bootstrap-network.mjs +161 -0
  39. package/jam-network/bootstrap-network.mjs.map +1 -0
  40. package/jam-network/ccf8ada94096a8f232f5.js +1 -0
  41. package/jam-network/e2fdc1b646378dd96eda.js +1 -0
  42. package/jam-network/index.js +47873 -0
  43. package/jam-network/index.js.map +1 -0
  44. package/jam-network/package.json +3 -0
  45. package/jam-network/sourcemap-register.cjs +1 -0
  46. package/package.json +9 -16
  47. package/sourcemap-register.cjs +1 -0
  48. package/bandersnatch_bg.wasm +0 -0
  49. package/ed25519_wasm_bg.wasm +0 -0
  50. package/reed_solomon_wasm_bg.wasm +0 -0
  51. package/typeberry.mjs +0 -3
  52. package/typeberry.mjs.LICENSE.txt +0 -94
@@ -1,94 +0,0 @@
1
- /*!
2
- * Copyright (c) 2014, GMO GlobalSign
3
- * Copyright (c) 2015-2022, Peculiar Ventures
4
- * All rights reserved.
5
- *
6
- * Author 2014-2019, Yury Strozhevsky
7
- *
8
- * Redistribution and use in source and binary forms, with or without modification,
9
- * are permitted provided that the following conditions are met:
10
- *
11
- * * Redistributions of source code must retain the above copyright notice, this
12
- * list of conditions and the following disclaimer.
13
- *
14
- * * Redistributions in binary form must reproduce the above copyright notice, this
15
- * list of conditions and the following disclaimer in the documentation and/or
16
- * other materials provided with the distribution.
17
- *
18
- * * Neither the name of the copyright holder nor the names of its
19
- * contributors may be used to endorse or promote products derived from
20
- * this software without specific prior written permission.
21
- *
22
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
23
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
24
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
25
- * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
26
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
27
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
28
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
29
- * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
31
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32
- *
33
- */
34
-
35
- /*!
36
- * MIT License
37
- *
38
- * Copyright (c) Peculiar Ventures. All rights reserved.
39
- *
40
- * Permission is hereby granted, free of charge, to any person obtaining a copy
41
- * of this software and associated documentation files (the "Software"), to deal
42
- * in the Software without restriction, including without limitation the rights
43
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
44
- * copies of the Software, and to permit persons to whom the Software is
45
- * furnished to do so, subject to the following conditions:
46
- *
47
- * The above copyright notice and this permission notice shall be included in all
48
- * copies or substantial portions of the Software.
49
- *
50
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
51
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
52
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
53
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
54
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
55
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
56
- * SOFTWARE.
57
- *
58
- */
59
-
60
- /*!
61
- Copyright (c) Peculiar Ventures, LLC
62
- */
63
-
64
- /*! *****************************************************************************
65
- Copyright (C) Microsoft. All rights reserved.
66
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
67
- this file except in compliance with the License. You may obtain a copy of the
68
- License at http://www.apache.org/licenses/LICENSE-2.0
69
-
70
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
71
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
72
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
73
- MERCHANTABLITY OR NON-INFRINGEMENT.
74
-
75
- See the Apache Version 2.0 License for specific language governing permissions
76
- and limitations under the License.
77
- ***************************************************************************** */
78
-
79
- /*! *****************************************************************************
80
- Copyright (c) Microsoft Corporation.
81
-
82
- Permission to use, copy, modify, and/or distribute this software for any
83
- purpose with or without fee is hereby granted.
84
-
85
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
86
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
87
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
88
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
89
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
90
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
91
- PERFORMANCE OF THIS SOFTWARE.
92
- ***************************************************************************** */
93
-
94
- /*! noble-ed25519 - MIT License (c) 2019 Paul Miller (paulmillr.com) */