From dbef222a358d66700a8e5d84ef5eb79a655f7db5 Mon Sep 17 00:00:00 2001 From: drewstone Date: Tue, 10 Dec 2024 11:59:06 -0500 Subject: [PATCH] Update author (#849) * chore: update author * chore: add more evm logs --- Cargo.toml | 2 +- Dockerfile | 2 +- docker/Tangle.Dockerfile | 2 +- frost/src/lib.rs | 2 +- node/src/chainspec/mainnet.rs | 2 +- node/src/chainspec/mod.rs | 2 +- node/src/chainspec/testnet.rs | 2 +- node/src/cli.rs | 2 +- node/src/command.rs | 2 +- node/src/distributions/develop.rs | 2 +- node/src/distributions/mainnet.rs | 2 +- node/src/distributions/mod.rs | 2 +- node/src/distributions/testnet.rs | 2 +- node/src/eth.rs | 2 +- node/src/mainnet_fixtures.rs | 2 +- node/src/manual_seal.rs | 2 +- node/src/rpc/eth.rs | 2 +- node/src/rpc/mod.rs | 2 +- node/src/service.rs | 2 +- node/src/testnet_fixtures.rs | 2 +- .../multi-asset-delegation/src/benchmarking.rs | 2 +- pallets/multi-asset-delegation/src/functions.rs | 2 +- .../src/functions/delegate.rs | 2 +- .../src/functions/deposit.rs | 2 +- .../src/functions/operator.rs | 2 +- .../src/functions/rewards.rs | 2 +- .../src/functions/session_manager.rs | 2 +- pallets/multi-asset-delegation/src/lib.rs | 2 +- pallets/multi-asset-delegation/src/mock.rs | 2 +- pallets/multi-asset-delegation/src/tests.rs | 2 +- .../multi-asset-delegation/src/tests/delegate.rs | 2 +- .../multi-asset-delegation/src/tests/deposit.rs | 2 +- .../multi-asset-delegation/src/tests/operator.rs | 2 +- .../src/tests/session_manager.rs | 2 +- pallets/multi-asset-delegation/src/traits.rs | 2 +- pallets/multi-asset-delegation/src/types.rs | 2 +- .../multi-asset-delegation/src/types/delegator.rs | 2 +- .../multi-asset-delegation/src/types/operator.rs | 2 +- .../multi-asset-delegation/src/types/rewards.rs | 2 +- pallets/multi-asset-delegation/src/weights.rs | 2 +- pallets/services/rpc/runtime-api/src/lib.rs | 2 +- pallets/services/rpc/src/lib.rs | 2 +- pallets/services/src/functions.rs | 15 +++++++++++++++ pallets/services/src/lib.rs | 2 +- pallets/services/src/mock.rs | 2 +- pallets/services/src/mock_evm.rs | 2 +- pallets/services/src/tests.rs | 2 +- pallets/services/src/types.rs | 2 +- precompiles/assets-erc20/src/eip2612.rs | 2 +- precompiles/assets-erc20/src/lib.rs | 2 +- precompiles/assets-erc20/src/mock.rs | 2 +- precompiles/assets-erc20/src/tests.rs | 2 +- precompiles/assets/src/mock.rs | 2 +- precompiles/batch/src/lib.rs | 2 +- precompiles/batch/src/mock.rs | 2 +- precompiles/batch/src/tests.rs | 2 +- precompiles/call-permit/src/lib.rs | 2 +- precompiles/call-permit/src/mock.rs | 2 +- precompiles/call-permit/src/tests.rs | 2 +- precompiles/multi-asset-delegation/src/lib.rs | 2 +- precompiles/multi-asset-delegation/src/mock.rs | 2 +- precompiles/pallet-democracy/src/lib.rs | 2 +- precompiles/pallet-democracy/src/mock.rs | 2 +- precompiles/pallet-democracy/src/tests.rs | 2 +- precompiles/precompile-registry/src/lib.rs | 2 +- precompiles/precompile-registry/src/mock.rs | 2 +- precompiles/precompile-registry/src/tests.rs | 2 +- precompiles/preimage/src/lib.rs | 2 +- precompiles/preimage/src/mock.rs | 2 +- precompiles/preimage/src/tests.rs | 2 +- precompiles/proxy/src/lib.rs | 2 +- precompiles/proxy/src/mock.rs | 2 +- precompiles/proxy/src/tests.rs | 2 +- precompiles/services/src/mock.rs | 2 +- precompiles/services/src/mock_evm.rs | 2 +- precompiles/staking/src/lib.rs | 2 +- precompiles/staking/src/mock.rs | 2 +- precompiles/staking/src/tests.rs | 2 +- precompiles/tangle-lst/src/lib.rs | 2 +- precompiles/tangle-lst/src/mock.rs | 2 +- precompiles/verify-bls381-signature/src/lib.rs | 2 +- precompiles/verify-bls381-signature/src/mock.rs | 2 +- precompiles/verify-bls381-signature/src/tests.rs | 2 +- .../verify-ecdsa-secp256k1-signature/src/lib.rs | 2 +- .../verify-ecdsa-secp256k1-signature/src/mock.rs | 2 +- .../verify-ecdsa-secp256k1-signature/src/tests.rs | 2 +- .../verify-ecdsa-secp256r1-signature/src/lib.rs | 2 +- .../verify-ecdsa-secp256r1-signature/src/mock.rs | 2 +- .../verify-ecdsa-secp256r1-signature/src/tests.rs | 2 +- .../verify-ecdsa-stark-signature/src/lib.rs | 2 +- .../verify-ecdsa-stark-signature/src/mock.rs | 2 +- .../verify-ecdsa-stark-signature/src/tests.rs | 2 +- precompiles/verify-schnorr-signatures/src/lib.rs | 2 +- precompiles/verify-schnorr-signatures/src/mock.rs | 2 +- .../verify-schnorr-signatures/src/tests.rs | 2 +- precompiles/vesting/src/lib.rs | 2 +- precompiles/vesting/src/mock.rs | 2 +- precompiles/vesting/src/tests.rs | 2 +- primitives/crypto/src/lib.rs | 2 +- primitives/src/impls.rs | 2 +- primitives/src/lib.rs | 2 +- primitives/src/services/field.rs | 2 +- primitives/src/services/mod.rs | 4 ++-- primitives/src/types.rs | 2 +- runtime/mainnet/src/filters.rs | 2 +- runtime/mainnet/src/frontier_evm.rs | 2 +- runtime/mainnet/src/impls.rs | 2 +- runtime/mainnet/src/lib.rs | 2 +- runtime/mainnet/src/precompiles.rs | 2 +- runtime/testnet/src/filters.rs | 2 +- runtime/testnet/src/frontier_evm.rs | 2 +- runtime/testnet/src/impls.rs | 2 +- runtime/testnet/src/lib.rs | 2 +- runtime/testnet/src/precompiles.rs | 2 +- types/scripts/generate-ts-types.js | 2 +- types/scripts/updateMetadata.ts | 2 +- types/src/index.ts | 2 +- types/src/interfaces/services/definitions.ts | 2 +- 118 files changed, 133 insertions(+), 118 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a4437160a..bfde2948a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace.package] version = "1.2.3" -authors = ["Webb Technologies Inc."] +authors = ["Tangle Foundation."] edition = "2021" license = "Unlicense" homepage = "https://webb.tools" diff --git a/Dockerfile b/Dockerfile index 567277edb..082108102 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2024 Webb Technologies Inc. +# Copyright 2024 Tangle Foundation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/docker/Tangle.Dockerfile b/docker/Tangle.Dockerfile index e0fd1580f..0e9249ffd 100644 --- a/docker/Tangle.Dockerfile +++ b/docker/Tangle.Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2024 Webb Technologies Inc. +# Copyright 2024 Tangle Foundation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/frost/src/lib.rs b/frost/src/lib.rs index f2e10fcd5..ede2024db 100644 --- a/frost/src/lib.rs +++ b/frost/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/node/src/chainspec/mainnet.rs b/node/src/chainspec/mainnet.rs index 3cf03ebb6..b359ab633 100644 --- a/node/src/chainspec/mainnet.rs +++ b/node/src/chainspec/mainnet.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/node/src/chainspec/mod.rs b/node/src/chainspec/mod.rs index bf09413b5..917484a1c 100644 --- a/node/src/chainspec/mod.rs +++ b/node/src/chainspec/mod.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/node/src/chainspec/testnet.rs b/node/src/chainspec/testnet.rs index 56ee9940f..a23bd1baf 100644 --- a/node/src/chainspec/testnet.rs +++ b/node/src/chainspec/testnet.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/node/src/cli.rs b/node/src/cli.rs index 3298016f3..32bea6c71 100644 --- a/node/src/cli.rs +++ b/node/src/cli.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/node/src/command.rs b/node/src/command.rs index 64e285e2e..027689d2a 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/node/src/distributions/develop.rs b/node/src/distributions/develop.rs index 20eac9682..3c5d18829 100644 --- a/node/src/distributions/develop.rs +++ b/node/src/distributions/develop.rs @@ -1,6 +1,6 @@ #![allow(dead_code)] // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/node/src/distributions/mainnet.rs b/node/src/distributions/mainnet.rs index b11cd7357..a88ba554d 100644 --- a/node/src/distributions/mainnet.rs +++ b/node/src/distributions/mainnet.rs @@ -1,6 +1,6 @@ #![allow(clippy::type_complexity)] // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/node/src/distributions/mod.rs b/node/src/distributions/mod.rs index ecc847e55..2621b1395 100644 --- a/node/src/distributions/mod.rs +++ b/node/src/distributions/mod.rs @@ -1,6 +1,6 @@ #![allow(clippy::type_complexity)] // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/node/src/distributions/testnet.rs b/node/src/distributions/testnet.rs index 0836623fb..78fa3c7f0 100644 --- a/node/src/distributions/testnet.rs +++ b/node/src/distributions/testnet.rs @@ -1,6 +1,6 @@ #![allow(dead_code)] // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/node/src/eth.rs b/node/src/eth.rs index a619f9b4f..22d5600db 100644 --- a/node/src/eth.rs +++ b/node/src/eth.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/node/src/mainnet_fixtures.rs b/node/src/mainnet_fixtures.rs index d46b8c165..07ad59f0a 100644 --- a/node/src/mainnet_fixtures.rs +++ b/node/src/mainnet_fixtures.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/node/src/manual_seal.rs b/node/src/manual_seal.rs index 7eef5e9ac..8ee14591d 100644 --- a/node/src/manual_seal.rs +++ b/node/src/manual_seal.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/node/src/rpc/eth.rs b/node/src/rpc/eth.rs index 073109f2b..d4d514765 100644 --- a/node/src/rpc/eth.rs +++ b/node/src/rpc/eth.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/node/src/rpc/mod.rs b/node/src/rpc/mod.rs index f8f649be6..69c8a9175 100644 --- a/node/src/rpc/mod.rs +++ b/node/src/rpc/mod.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/node/src/service.rs b/node/src/service.rs index d0649d03d..394eb7f08 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/node/src/testnet_fixtures.rs b/node/src/testnet_fixtures.rs index cf9f0604e..89b66fcad 100644 --- a/node/src/testnet_fixtures.rs +++ b/node/src/testnet_fixtures.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pallets/multi-asset-delegation/src/benchmarking.rs b/pallets/multi-asset-delegation/src/benchmarking.rs index 775214ecb..b231ce4e0 100644 --- a/pallets/multi-asset-delegation/src/benchmarking.rs +++ b/pallets/multi-asset-delegation/src/benchmarking.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/multi-asset-delegation/src/functions.rs b/pallets/multi-asset-delegation/src/functions.rs index 9425aa1aa..e0a36c9ac 100644 --- a/pallets/multi-asset-delegation/src/functions.rs +++ b/pallets/multi-asset-delegation/src/functions.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/multi-asset-delegation/src/functions/delegate.rs b/pallets/multi-asset-delegation/src/functions/delegate.rs index 19225533b..beb35f316 100644 --- a/pallets/multi-asset-delegation/src/functions/delegate.rs +++ b/pallets/multi-asset-delegation/src/functions/delegate.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/multi-asset-delegation/src/functions/deposit.rs b/pallets/multi-asset-delegation/src/functions/deposit.rs index 86e40d92f..1e5cd4ed9 100644 --- a/pallets/multi-asset-delegation/src/functions/deposit.rs +++ b/pallets/multi-asset-delegation/src/functions/deposit.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/multi-asset-delegation/src/functions/operator.rs b/pallets/multi-asset-delegation/src/functions/operator.rs index 1338b0831..e35a5fa27 100644 --- a/pallets/multi-asset-delegation/src/functions/operator.rs +++ b/pallets/multi-asset-delegation/src/functions/operator.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/multi-asset-delegation/src/functions/rewards.rs b/pallets/multi-asset-delegation/src/functions/rewards.rs index bd79fd219..860e971e9 100644 --- a/pallets/multi-asset-delegation/src/functions/rewards.rs +++ b/pallets/multi-asset-delegation/src/functions/rewards.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/multi-asset-delegation/src/functions/session_manager.rs b/pallets/multi-asset-delegation/src/functions/session_manager.rs index 20eb6c443..050f3b70a 100644 --- a/pallets/multi-asset-delegation/src/functions/session_manager.rs +++ b/pallets/multi-asset-delegation/src/functions/session_manager.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/multi-asset-delegation/src/lib.rs b/pallets/multi-asset-delegation/src/lib.rs index bfb50073a..a6f2f0db1 100644 --- a/pallets/multi-asset-delegation/src/lib.rs +++ b/pallets/multi-asset-delegation/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/multi-asset-delegation/src/mock.rs b/pallets/multi-asset-delegation/src/mock.rs index 397a8989e..3efa2be6f 100644 --- a/pallets/multi-asset-delegation/src/mock.rs +++ b/pallets/multi-asset-delegation/src/mock.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/multi-asset-delegation/src/tests.rs b/pallets/multi-asset-delegation/src/tests.rs index 98ada29e3..376a1b43b 100644 --- a/pallets/multi-asset-delegation/src/tests.rs +++ b/pallets/multi-asset-delegation/src/tests.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/multi-asset-delegation/src/tests/delegate.rs b/pallets/multi-asset-delegation/src/tests/delegate.rs index 71e96e08a..4bde5eb31 100644 --- a/pallets/multi-asset-delegation/src/tests/delegate.rs +++ b/pallets/multi-asset-delegation/src/tests/delegate.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/multi-asset-delegation/src/tests/deposit.rs b/pallets/multi-asset-delegation/src/tests/deposit.rs index da0b5f285..7f5aa809b 100644 --- a/pallets/multi-asset-delegation/src/tests/deposit.rs +++ b/pallets/multi-asset-delegation/src/tests/deposit.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/multi-asset-delegation/src/tests/operator.rs b/pallets/multi-asset-delegation/src/tests/operator.rs index 72c33e054..27a855d3a 100644 --- a/pallets/multi-asset-delegation/src/tests/operator.rs +++ b/pallets/multi-asset-delegation/src/tests/operator.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/multi-asset-delegation/src/tests/session_manager.rs b/pallets/multi-asset-delegation/src/tests/session_manager.rs index ab0058c32..19224df2c 100644 --- a/pallets/multi-asset-delegation/src/tests/session_manager.rs +++ b/pallets/multi-asset-delegation/src/tests/session_manager.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/multi-asset-delegation/src/traits.rs b/pallets/multi-asset-delegation/src/traits.rs index 2375ece5b..d7877ba6b 100644 --- a/pallets/multi-asset-delegation/src/traits.rs +++ b/pallets/multi-asset-delegation/src/traits.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/multi-asset-delegation/src/types.rs b/pallets/multi-asset-delegation/src/types.rs index 8d6af1585..a1b0cb4d3 100644 --- a/pallets/multi-asset-delegation/src/types.rs +++ b/pallets/multi-asset-delegation/src/types.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/multi-asset-delegation/src/types/delegator.rs b/pallets/multi-asset-delegation/src/types/delegator.rs index 5c914ae1c..50a315112 100644 --- a/pallets/multi-asset-delegation/src/types/delegator.rs +++ b/pallets/multi-asset-delegation/src/types/delegator.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/multi-asset-delegation/src/types/operator.rs b/pallets/multi-asset-delegation/src/types/operator.rs index 5798cb2d1..c34fe0013 100644 --- a/pallets/multi-asset-delegation/src/types/operator.rs +++ b/pallets/multi-asset-delegation/src/types/operator.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/multi-asset-delegation/src/types/rewards.rs b/pallets/multi-asset-delegation/src/types/rewards.rs index f345c45ad..6a1daad7d 100644 --- a/pallets/multi-asset-delegation/src/types/rewards.rs +++ b/pallets/multi-asset-delegation/src/types/rewards.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/multi-asset-delegation/src/weights.rs b/pallets/multi-asset-delegation/src/weights.rs index 37c381ce6..665c61957 100644 --- a/pallets/multi-asset-delegation/src/weights.rs +++ b/pallets/multi-asset-delegation/src/weights.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/services/rpc/runtime-api/src/lib.rs b/pallets/services/rpc/runtime-api/src/lib.rs index 760cfcb77..606d0b93a 100644 --- a/pallets/services/rpc/runtime-api/src/lib.rs +++ b/pallets/services/rpc/runtime-api/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/services/rpc/src/lib.rs b/pallets/services/rpc/src/lib.rs index e505a3a15..ce67fb1b7 100644 --- a/pallets/services/rpc/src/lib.rs +++ b/pallets/services/rpc/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pallets/services/src/functions.rs b/pallets/services/src/functions.rs index 26d6944ef..9311ab083 100644 --- a/pallets/services/src/functions.rs +++ b/pallets/services/src/functions.rs @@ -140,6 +140,14 @@ impl Pallet { let value = U256::zero(); let info = Self::evm_call(Self::address(), bsm, value, data, gas_limit)?; let weight = Self::weight_from_call_info(&info); + log::debug!( + target: "evm", + "on_blueprint_created_hook: blueprint_id: {:?}, bsm: {:?}, info: {:?}, weight: {:?}", + blueprint_id, + bsm, + info, + weight, + ); (info.exit_reason.is_succeed(), weight) }, _ => unimplemented!("Got unexpected case for {:?}", blueprint.manager), @@ -174,6 +182,13 @@ impl Pallet { ], Zero::zero(), )?; + log::debug!( + target: "evm", + "on_blueprint_created_hook: blueprint_id: {:?}, allowed1: {:?}, weight1: {:?}", + blueprint_id, + allowed1, + weight1, + ); Ok((allowed0 && allowed1, weight0.saturating_add(weight1))) } diff --git a/pallets/services/src/lib.rs b/pallets/services/src/lib.rs index e6fe8cf47..6b25508d1 100644 --- a/pallets/services/src/lib.rs +++ b/pallets/services/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/services/src/mock.rs b/pallets/services/src/mock.rs index 44d97c26a..d8ec9dd19 100644 --- a/pallets/services/src/mock.rs +++ b/pallets/services/src/mock.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/services/src/mock_evm.rs b/pallets/services/src/mock_evm.rs index 8fcccabdb..02bc329c8 100644 --- a/pallets/services/src/mock_evm.rs +++ b/pallets/services/src/mock_evm.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/services/src/tests.rs b/pallets/services/src/tests.rs index d46ad41f5..32749c6bf 100644 --- a/pallets/services/src/tests.rs +++ b/pallets/services/src/tests.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/pallets/services/src/types.rs b/pallets/services/src/types.rs index 4738cd089..0b9cc2a12 100644 --- a/pallets/services/src/types.rs +++ b/pallets/services/src/types.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/precompiles/assets-erc20/src/eip2612.rs b/precompiles/assets-erc20/src/eip2612.rs index 511eafb87..0309bcb55 100644 --- a/precompiles/assets-erc20/src/eip2612.rs +++ b/precompiles/assets-erc20/src/eip2612.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompileset-assets-erc20 package, originally developed by // Purestake Inc. pallet-evm-precompileset-assets-erc20 package used in Tangle Network in terms of diff --git a/precompiles/assets-erc20/src/lib.rs b/precompiles/assets-erc20/src/lib.rs index d985500d7..91a074166 100644 --- a/precompiles/assets-erc20/src/lib.rs +++ b/precompiles/assets-erc20/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompileset-assets-erc20 package, originally developed by // Purestake Inc. pallet-evm-precompileset-assets-erc20 package used in Tangle Network in terms of diff --git a/precompiles/assets-erc20/src/mock.rs b/precompiles/assets-erc20/src/mock.rs index ce339698c..b013d8ecd 100644 --- a/precompiles/assets-erc20/src/mock.rs +++ b/precompiles/assets-erc20/src/mock.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompileset-assets-erc20 package, originally developed by // Purestake Inc. pallet-evm-precompileset-assets-erc20 package used in Tangle Network in terms of diff --git a/precompiles/assets-erc20/src/tests.rs b/precompiles/assets-erc20/src/tests.rs index 72e029960..7152d4c41 100644 --- a/precompiles/assets-erc20/src/tests.rs +++ b/precompiles/assets-erc20/src/tests.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompileset-assets-erc20 package, originally developed by // Purestake Inc. pallet-evm-precompileset-assets-erc20 package used in Tangle Network in terms of diff --git a/precompiles/assets/src/mock.rs b/precompiles/assets/src/mock.rs index 40ac73fcb..8e2c2d52c 100644 --- a/precompiles/assets/src/mock.rs +++ b/precompiles/assets/src/mock.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-multi-asset-delegation package. // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/precompiles/batch/src/lib.rs b/precompiles/batch/src/lib.rs index 640b1b793..d26ac2ba1 100644 --- a/precompiles/batch/src/lib.rs +++ b/precompiles/batch/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-batch package, originally developed by Purestake // Inc. Pallet-evm-precompile-batch package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/batch/src/mock.rs b/precompiles/batch/src/mock.rs index e9c7ec919..ba905276c 100644 --- a/precompiles/batch/src/mock.rs +++ b/precompiles/batch/src/mock.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-batch package, originally developed by Purestake // Inc. Pallet-evm-precompile-batch package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/batch/src/tests.rs b/precompiles/batch/src/tests.rs index 1ae65ea68..cf8127846 100644 --- a/precompiles/batch/src/tests.rs +++ b/precompiles/batch/src/tests.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-batch package, originally developed by Purestake // Inc. Pallet-evm-precompile-batch package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/call-permit/src/lib.rs b/precompiles/call-permit/src/lib.rs index ee64f0b89..ea1906ba7 100644 --- a/precompiles/call-permit/src/lib.rs +++ b/precompiles/call-permit/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-call-permit package, originally developed by Purestake // Inc. Pallet-evm-precompile-call-permit package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/call-permit/src/mock.rs b/precompiles/call-permit/src/mock.rs index f9858e7c8..83663be8e 100644 --- a/precompiles/call-permit/src/mock.rs +++ b/precompiles/call-permit/src/mock.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-call-permit package, originally developed by Purestake // Inc. Pallet-evm-precompile-call-permit package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/call-permit/src/tests.rs b/precompiles/call-permit/src/tests.rs index 08750c908..73b8e80e7 100644 --- a/precompiles/call-permit/src/tests.rs +++ b/precompiles/call-permit/src/tests.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-call-permit package, originally developed by Purestake // Inc. Pallet-evm-precompile-call-permit package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/multi-asset-delegation/src/lib.rs b/precompiles/multi-asset-delegation/src/lib.rs index 85eaf7f86..66e778125 100644 --- a/precompiles/multi-asset-delegation/src/lib.rs +++ b/precompiles/multi-asset-delegation/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-multi-asset-delegation package. // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/precompiles/multi-asset-delegation/src/mock.rs b/precompiles/multi-asset-delegation/src/mock.rs index a999578d2..59b8c63f3 100644 --- a/precompiles/multi-asset-delegation/src/mock.rs +++ b/precompiles/multi-asset-delegation/src/mock.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-multi-asset-delegation package. // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/precompiles/pallet-democracy/src/lib.rs b/precompiles/pallet-democracy/src/lib.rs index 89091f0c3..ca29013f0 100644 --- a/precompiles/pallet-democracy/src/lib.rs +++ b/precompiles/pallet-democracy/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-democracy package, originally developed by Purestake // Inc. Pallet-evm-precompile-democracy package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/pallet-democracy/src/mock.rs b/precompiles/pallet-democracy/src/mock.rs index 914437668..9aadce10a 100644 --- a/precompiles/pallet-democracy/src/mock.rs +++ b/precompiles/pallet-democracy/src/mock.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-democracy package, originally developed by Purestake // Inc. Pallet-evm-precompile-democracy package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/pallet-democracy/src/tests.rs b/precompiles/pallet-democracy/src/tests.rs index bdf4baf32..697eae1b4 100644 --- a/precompiles/pallet-democracy/src/tests.rs +++ b/precompiles/pallet-democracy/src/tests.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-democracy package, originally developed by Purestake // Inc. Pallet-evm-precompile-democracy package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/precompile-registry/src/lib.rs b/precompiles/precompile-registry/src/lib.rs index 5a1e864a1..15e94ee07 100644 --- a/precompiles/precompile-registry/src/lib.rs +++ b/precompiles/precompile-registry/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-registry package, originally developed by Purestake // Inc. Pallet-evm-precompile-registry package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/precompile-registry/src/mock.rs b/precompiles/precompile-registry/src/mock.rs index 45bcc8458..09dbd65c5 100644 --- a/precompiles/precompile-registry/src/mock.rs +++ b/precompiles/precompile-registry/src/mock.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-registry package, originally developed by Purestake // Inc. Pallet-evm-precompile-registry package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/precompile-registry/src/tests.rs b/precompiles/precompile-registry/src/tests.rs index 650bb8fc5..2cdca1bbe 100644 --- a/precompiles/precompile-registry/src/tests.rs +++ b/precompiles/precompile-registry/src/tests.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-registry package, originally developed by Purestake // Inc. Pallet-evm-precompile-registry package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/preimage/src/lib.rs b/precompiles/preimage/src/lib.rs index e868d54d9..1362b3ab7 100644 --- a/precompiles/preimage/src/lib.rs +++ b/precompiles/preimage/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-preimage package, originally developed by Purestake // Inc. Pallet-evm-precompile-preimage package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/preimage/src/mock.rs b/precompiles/preimage/src/mock.rs index 9840a5693..60f8a9df6 100644 --- a/precompiles/preimage/src/mock.rs +++ b/precompiles/preimage/src/mock.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-preimage package, originally developed by Purestake // Inc. Pallet-evm-precompile-preimage package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/preimage/src/tests.rs b/precompiles/preimage/src/tests.rs index 79a9510d2..e316bbe00 100644 --- a/precompiles/preimage/src/tests.rs +++ b/precompiles/preimage/src/tests.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-preimage package, originally developed by Purestake // Inc. Pallet-evm-precompile-preimage package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/proxy/src/lib.rs b/precompiles/proxy/src/lib.rs index 450732435..8cf818165 100644 --- a/precompiles/proxy/src/lib.rs +++ b/precompiles/proxy/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-proxy package, originally developed by Purestake // Inc. Pallet-evm-precompile-proxy package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/proxy/src/mock.rs b/precompiles/proxy/src/mock.rs index e9584c444..5e9823951 100644 --- a/precompiles/proxy/src/mock.rs +++ b/precompiles/proxy/src/mock.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-proxy package, originally developed by Purestake // Inc. Pallet-evm-precompile-proxy package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/proxy/src/tests.rs b/precompiles/proxy/src/tests.rs index 634d4ecc7..e97d9d73d 100644 --- a/precompiles/proxy/src/tests.rs +++ b/precompiles/proxy/src/tests.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-proxy package, originally developed by Purestake // Inc. Pallet-evm-precompile-proxy package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/services/src/mock.rs b/precompiles/services/src/mock.rs index 4a0bf2739..d5f13e6ed 100644 --- a/precompiles/services/src/mock.rs +++ b/precompiles/services/src/mock.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/precompiles/services/src/mock_evm.rs b/precompiles/services/src/mock_evm.rs index 901b9a0e2..10a1d0eba 100644 --- a/precompiles/services/src/mock_evm.rs +++ b/precompiles/services/src/mock_evm.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/precompiles/staking/src/lib.rs b/precompiles/staking/src/lib.rs index 313a7da9c..aa08dbe3e 100644 --- a/precompiles/staking/src/lib.rs +++ b/precompiles/staking/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-staking package, originally developed by Purestake // Inc. Pallet-evm-precompile-staking package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/staking/src/mock.rs b/precompiles/staking/src/mock.rs index b64e4ec81..954496ca6 100644 --- a/precompiles/staking/src/mock.rs +++ b/precompiles/staking/src/mock.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-staking package, originally developed by Purestake // Inc. Pallet-evm-precompile-staking package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/staking/src/tests.rs b/precompiles/staking/src/tests.rs index fd2d6760a..d8b461ace 100644 --- a/precompiles/staking/src/tests.rs +++ b/precompiles/staking/src/tests.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-staking package, originally developed by Purestake // Inc. Pallet-evm-precompile-staking package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/tangle-lst/src/lib.rs b/precompiles/tangle-lst/src/lib.rs index de005e09f..79f11a684 100644 --- a/precompiles/tangle-lst/src/lib.rs +++ b/precompiles/tangle-lst/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-multi-asset-delegation package. // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/precompiles/tangle-lst/src/mock.rs b/precompiles/tangle-lst/src/mock.rs index 39c20ed0b..b5f41b085 100644 --- a/precompiles/tangle-lst/src/mock.rs +++ b/precompiles/tangle-lst/src/mock.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-multi-asset-delegation package. // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/precompiles/verify-bls381-signature/src/lib.rs b/precompiles/verify-bls381-signature/src/lib.rs index decc2b3ec..08e14fd2e 100644 --- a/precompiles/verify-bls381-signature/src/lib.rs +++ b/precompiles/verify-bls381-signature/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/precompiles/verify-bls381-signature/src/mock.rs b/precompiles/verify-bls381-signature/src/mock.rs index 3474c6fdd..132bf3d18 100644 --- a/precompiles/verify-bls381-signature/src/mock.rs +++ b/precompiles/verify-bls381-signature/src/mock.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/precompiles/verify-bls381-signature/src/tests.rs b/precompiles/verify-bls381-signature/src/tests.rs index ab393cf2a..e5526c18b 100644 --- a/precompiles/verify-bls381-signature/src/tests.rs +++ b/precompiles/verify-bls381-signature/src/tests.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/precompiles/verify-ecdsa-secp256k1-signature/src/lib.rs b/precompiles/verify-ecdsa-secp256k1-signature/src/lib.rs index d3405a361..e327d9405 100644 --- a/precompiles/verify-ecdsa-secp256k1-signature/src/lib.rs +++ b/precompiles/verify-ecdsa-secp256k1-signature/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/precompiles/verify-ecdsa-secp256k1-signature/src/mock.rs b/precompiles/verify-ecdsa-secp256k1-signature/src/mock.rs index 8d223e1a5..6a87e3b44 100644 --- a/precompiles/verify-ecdsa-secp256k1-signature/src/mock.rs +++ b/precompiles/verify-ecdsa-secp256k1-signature/src/mock.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/precompiles/verify-ecdsa-secp256k1-signature/src/tests.rs b/precompiles/verify-ecdsa-secp256k1-signature/src/tests.rs index 96de14c24..2694cda3a 100644 --- a/precompiles/verify-ecdsa-secp256k1-signature/src/tests.rs +++ b/precompiles/verify-ecdsa-secp256k1-signature/src/tests.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/precompiles/verify-ecdsa-secp256r1-signature/src/lib.rs b/precompiles/verify-ecdsa-secp256r1-signature/src/lib.rs index 4c5b6b5bd..fad16b563 100644 --- a/precompiles/verify-ecdsa-secp256r1-signature/src/lib.rs +++ b/precompiles/verify-ecdsa-secp256r1-signature/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/precompiles/verify-ecdsa-secp256r1-signature/src/mock.rs b/precompiles/verify-ecdsa-secp256r1-signature/src/mock.rs index c17ec8bd3..fc78e7a0f 100644 --- a/precompiles/verify-ecdsa-secp256r1-signature/src/mock.rs +++ b/precompiles/verify-ecdsa-secp256r1-signature/src/mock.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/precompiles/verify-ecdsa-secp256r1-signature/src/tests.rs b/precompiles/verify-ecdsa-secp256r1-signature/src/tests.rs index f7fdaefa4..5f5217f28 100644 --- a/precompiles/verify-ecdsa-secp256r1-signature/src/tests.rs +++ b/precompiles/verify-ecdsa-secp256r1-signature/src/tests.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/precompiles/verify-ecdsa-stark-signature/src/lib.rs b/precompiles/verify-ecdsa-stark-signature/src/lib.rs index c6a1287b5..cd4829fcb 100644 --- a/precompiles/verify-ecdsa-stark-signature/src/lib.rs +++ b/precompiles/verify-ecdsa-stark-signature/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/precompiles/verify-ecdsa-stark-signature/src/mock.rs b/precompiles/verify-ecdsa-stark-signature/src/mock.rs index 615cd2608..3415959d5 100644 --- a/precompiles/verify-ecdsa-stark-signature/src/mock.rs +++ b/precompiles/verify-ecdsa-stark-signature/src/mock.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/precompiles/verify-ecdsa-stark-signature/src/tests.rs b/precompiles/verify-ecdsa-stark-signature/src/tests.rs index 1285a1146..d11fc3184 100644 --- a/precompiles/verify-ecdsa-stark-signature/src/tests.rs +++ b/precompiles/verify-ecdsa-stark-signature/src/tests.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/precompiles/verify-schnorr-signatures/src/lib.rs b/precompiles/verify-schnorr-signatures/src/lib.rs index c4d6ef6c7..19b5636b7 100644 --- a/precompiles/verify-schnorr-signatures/src/lib.rs +++ b/precompiles/verify-schnorr-signatures/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/precompiles/verify-schnorr-signatures/src/mock.rs b/precompiles/verify-schnorr-signatures/src/mock.rs index b5a3849dd..954fdf72a 100644 --- a/precompiles/verify-schnorr-signatures/src/mock.rs +++ b/precompiles/verify-schnorr-signatures/src/mock.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/precompiles/verify-schnorr-signatures/src/tests.rs b/precompiles/verify-schnorr-signatures/src/tests.rs index 523f41efa..ea09152ef 100644 --- a/precompiles/verify-schnorr-signatures/src/tests.rs +++ b/precompiles/verify-schnorr-signatures/src/tests.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/precompiles/vesting/src/lib.rs b/precompiles/vesting/src/lib.rs index b73d49dff..d4c48406d 100644 --- a/precompiles/vesting/src/lib.rs +++ b/precompiles/vesting/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-staking package, originally developed by Purestake // Inc. Pallet-evm-precompile-staking package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/vesting/src/mock.rs b/precompiles/vesting/src/mock.rs index a22a9b5ed..837cf6e7d 100644 --- a/precompiles/vesting/src/mock.rs +++ b/precompiles/vesting/src/mock.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-vesting package, originally developed by Purestake // Inc. Pallet-evm-precompile-vesting package used in Tangle Network in terms of GPLv3. diff --git a/precompiles/vesting/src/tests.rs b/precompiles/vesting/src/tests.rs index b27a99ce6..d193a9f8f 100644 --- a/precompiles/vesting/src/tests.rs +++ b/precompiles/vesting/src/tests.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // This file is part of pallet-evm-precompile-proxy package, originally developed by Purestake // Inc. Pallet-evm-precompile-proxy package used in Tangle Network in terms of GPLv3. diff --git a/primitives/crypto/src/lib.rs b/primitives/crypto/src/lib.rs index 0767c486f..1c04d52d8 100644 --- a/primitives/crypto/src/lib.rs +++ b/primitives/crypto/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/primitives/src/impls.rs b/primitives/src/impls.rs index 39cc643c2..c1c249346 100644 --- a/primitives/src/impls.rs +++ b/primitives/src/impls.rs @@ -1,6 +1,6 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/primitives/src/lib.rs b/primitives/src/lib.rs index 9058f2d32..e8f95d30c 100644 --- a/primitives/src/lib.rs +++ b/primitives/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/primitives/src/services/field.rs b/primitives/src/services/field.rs index 55f09cf4e..c03869aaf 100644 --- a/primitives/src/services/field.rs +++ b/primitives/src/services/field.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/primitives/src/services/mod.rs b/primitives/src/services/mod.rs index d572a46a3..46574ff6c 100644 --- a/primitives/src/services/mod.rs +++ b/primitives/src/services/mod.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ // along with Tangle. If not, see . // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Tangle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/primitives/src/types.rs b/primitives/src/types.rs index 33d27c3fd..caf185b58 100644 --- a/primitives/src/types.rs +++ b/primitives/src/types.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/runtime/mainnet/src/filters.rs b/runtime/mainnet/src/filters.rs index bb010546f..1307096ed 100644 --- a/runtime/mainnet/src/filters.rs +++ b/runtime/mainnet/src/filters.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/runtime/mainnet/src/frontier_evm.rs b/runtime/mainnet/src/frontier_evm.rs index 38d046f19..8f135bae7 100644 --- a/runtime/mainnet/src/frontier_evm.rs +++ b/runtime/mainnet/src/frontier_evm.rs @@ -1,6 +1,6 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/runtime/mainnet/src/impls.rs b/runtime/mainnet/src/impls.rs index c06e2bb15..e1915ab59 100644 --- a/runtime/mainnet/src/impls.rs +++ b/runtime/mainnet/src/impls.rs @@ -1,6 +1,6 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/runtime/mainnet/src/lib.rs b/runtime/mainnet/src/lib.rs index 59b5818e3..9bf7b4174 100644 --- a/runtime/mainnet/src/lib.rs +++ b/runtime/mainnet/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/runtime/mainnet/src/precompiles.rs b/runtime/mainnet/src/precompiles.rs index cef26eac4..2d8dada8d 100644 --- a/runtime/mainnet/src/precompiles.rs +++ b/runtime/mainnet/src/precompiles.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/runtime/testnet/src/filters.rs b/runtime/testnet/src/filters.rs index 028238d34..d46f09140 100644 --- a/runtime/testnet/src/filters.rs +++ b/runtime/testnet/src/filters.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/runtime/testnet/src/frontier_evm.rs b/runtime/testnet/src/frontier_evm.rs index 3fb749733..23fb1f1a3 100644 --- a/runtime/testnet/src/frontier_evm.rs +++ b/runtime/testnet/src/frontier_evm.rs @@ -1,6 +1,6 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/runtime/testnet/src/impls.rs b/runtime/testnet/src/impls.rs index c06e2bb15..e1915ab59 100644 --- a/runtime/testnet/src/impls.rs +++ b/runtime/testnet/src/impls.rs @@ -1,6 +1,6 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // SPDX-License-Identifier: Apache-2.0 // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index da36b14cc..886600ec7 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/runtime/testnet/src/precompiles.rs b/runtime/testnet/src/precompiles.rs index e3af454eb..461023ed7 100644 --- a/runtime/testnet/src/precompiles.rs +++ b/runtime/testnet/src/precompiles.rs @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/types/scripts/generate-ts-types.js b/types/scripts/generate-ts-types.js index e5892453c..50ad279e5 100644 --- a/types/scripts/generate-ts-types.js +++ b/types/scripts/generate-ts-types.js @@ -8,7 +8,7 @@ */ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // SPDX-License-Identifier: Apache-2.0 const { exec, execSync, spawn } = require('node:child_process') diff --git a/types/scripts/updateMetadata.ts b/types/scripts/updateMetadata.ts index d95e40125..5dab24166 100644 --- a/types/scripts/updateMetadata.ts +++ b/types/scripts/updateMetadata.ts @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // SPDX-License-Identifier: Apache-2.0 import WebSocket from 'ws' diff --git a/types/src/index.ts b/types/src/index.ts index fb24efad7..4ea6fc755 100644 --- a/types/src/index.ts +++ b/types/src/index.ts @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // SPDX-License-Identifier: Apache-2.0 import './interfaces/augment-api' diff --git a/types/src/interfaces/services/definitions.ts b/types/src/interfaces/services/definitions.ts index 530fe0d63..849b3f702 100644 --- a/types/src/interfaces/services/definitions.ts +++ b/types/src/interfaces/services/definitions.ts @@ -1,5 +1,5 @@ // This file is part of Tangle. -// Copyright (C) 2022-2024 Webb Technologies Inc. +// Copyright (C) 2022-2024 Tangle Foundation. // SPDX-License-Identifier: Apache-2.0 import { Definitions } from '@polkadot/types/types'