This commit is contained in:
Jaco Greeff
2021-01-03 11:20:26 +01:00
committed by GitHub
parent 571cdabc78
commit 1bb6db86f7
36 changed files with 37 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
const base = require('@polkadot/dev/config/eslint.cjs');

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
module.exports = require('@polkadot/dev/config/babel-config-cjs.cjs');

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
const config = require('@polkadot/dev/config/jest.cjs');

View File

@@ -1,4 +1,4 @@
// Copyright 2017-2020 @polkadot/wasm-crypto-asmjs authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto-asmjs authors & contributors
// SPDX-License-Identifier: Apache-2.0
export const asmJsInit = null;

View File

@@ -1,4 +1,4 @@
// Copyright 2017-2020 @polkadot/wasm-crypto-asmjs authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto-asmjs authors & contributors
// SPDX-License-Identifier: Apache-2.0
export const asmJsInit = null;

View File

@@ -1,4 +1,4 @@
// Copyright 2017-2020 @polkadot/wasm-crypto-wasm authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto-wasm authors & contributors
// SPDX-License-Identifier: Apache-2.0
export const buffer = Buffer.from([]);

View File

@@ -1,4 +1,4 @@
// Copyright 2017-2020 @polkadot/wasm-crypto-wasm authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto-wasm authors & contributors
// SPDX-License-Identifier: Apache-2.0
import { buffer, sizeUncompressed } from './buffer';

View File

@@ -1,4 +1,4 @@
// Copyright 2017-2020 @polkadot/wasm-crypto-wasm authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto-wasm authors & contributors
// SPDX-License-Identifier: Apache-2.0
export const wasmBytes = null;

View File

@@ -1,4 +1,4 @@
// Copyright 2017-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
// MIT License

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
/* eslint-disable @typescript-eslint/no-non-null-assertion */

View File

@@ -1,4 +1,4 @@
// Copyright 2017-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2017-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
// For esm, this should be import.meta.url or to get the same behavior as __dirname, we can use

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
/* eslint-disable camelcase */

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
import './detectPackage';

View File

@@ -1,4 +1,4 @@
// Copyright 2017-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2017-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Be able to import json in TS

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Use `wee_alloc` as the global allocator.

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
use bip39::{Mnemonic, MnemonicType, Language, Seed};

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
use std::convert::TryFrom;

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
use blake2_rfc::blake2b::blake2b;

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Copyright 2019 Paritytech via https://github.com/paritytech/schnorrkel-js/

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
/* eslint-disable camelcase */

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
require('override-require')(

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
/* eslint-disable camelcase */

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
/* eslint-disable camelcase */

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
/* eslint-disable camelcase */

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
const wasm = require('../../build/index');

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
/* eslint-disable camelcase */

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
global.WebAssembly = null;

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
/**

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2020 @polkadot/wasm-crypto authors & contributors
// Copyright 2019-2021 @polkadot/wasm-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
require('./alias-imports');

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2019-2020 @polkadot/wasm authors & contributors
# Copyright 2019-2021 @polkadot/wasm authors & contributors
# This software may be modified and distributed under the terms
# of the Apache-2.0 license. See the LICENSE file for details.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2019-2020 @polkadot/wasm authors & contributors
# Copyright 2019-2021 @polkadot/wasm authors & contributors
# This software may be modified and distributed under the terms
# of the Apache-2.0 license. See the LICENSE file for details.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2019-2020 @polkadot/wasm authors & contributors
# Copyright 2019-2021 @polkadot/wasm authors & contributors
# This software may be modified and distributed under the terms
# of the Apache-2.0 license. See the LICENSE file for details.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2019-2020 @polkadot/wasm authors & contributors
# Copyright 2019-2021 @polkadot/wasm authors & contributors
# This software may be modified and distributed under the terms
# of the Apache-2.0 license. See the LICENSE file for details.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2019-2020 @polkadot/wasm authors & contributors
# Copyright 2019-2021 @polkadot/wasm authors & contributors
# This software may be modified and distributed under the terms
# of the Apache-2.0 license. See the LICENSE file for details.

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright 2019-2020 @polkadot/wasm authors & contributors
# Copyright 2019-2021 @polkadot/wasm authors & contributors
# This software may be modified and distributed under the terms
# of the Apache-2.0 license. See the LICENSE file for details.

View File

@@ -1,4 +1,4 @@
// Copyright 2019-2020 @polkadot/wasm authors & contributors
// Copyright 2019-2021 @polkadot/wasm authors & contributors
// SPDX-License-Identifier: Apache-2.0
const fs = require('fs');
@@ -8,7 +8,7 @@ const A_NAME = 'wasm-crypto-asmjs';
const W_NAME = 'wasm-crypto-wasm';
function hdr (package) {
return `// Copyright 2019-2020 @polkadot/${package} authors & contributors
return `// Copyright 2019-2021 @polkadot/${package} authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Generated as part of the build, do not edit