Skip to content

Commit 4c45f6c

Browse files
committed
EpicChain Core - EpicChain Lab's
1 parent 62322a3 commit 4c45f6c

File tree

760 files changed

+13685
-6085
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

760 files changed

+13685
-6085
lines changed

benchmarks/Neo.Benchmarks/Benchmarks.POC.cs

+18-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1-
// Copyright (C) 2015-2024 The Neo Project.
1+
// Copyright (C) 2021-2024 EpicChain Labs.
2+
3+
//
4+
// Benchmarks.POC.cs is a component of the EpicChain Labs project, founded by xmoohad. This file is
5+
// distributed as free software under the MIT License, allowing for wide usage and modification
6+
// with minimal restrictions. For comprehensive details regarding the license, please refer to
7+
// the LICENSE file located in the root directory of the repository or visit
8+
// http://www.opensource.org/licenses/mit-license.php.
29
//
3-
// Benchmarks.POC.cs file belongs to the neo project and is free
4-
// software distributed under the MIT software license, see the
5-
// accompanying file LICENSE in the main directory of the
6-
// repository or http://www.opensource.org/licenses/mit-license.php
7-
// for more details.
10+
// EpicChain Labs is dedicated to fostering innovation and development in the blockchain space,
11+
// and we believe in the open-source philosophy as a way to drive progress and collaboration.
12+
// This file, along with all associated code and documentation, is provided with the intention of
13+
// supporting and enhancing the development community.
814
//
9-
// Redistribution and use in source and binary forms with or without
10-
// modifications are permitted.
15+
// Redistribution and use of this file in both source and binary forms, with or without
16+
// modifications, are permitted. We encourage users to contribute to the project and respect the
17+
// guidelines outlined in the LICENSE file. By using this software, you agree to the terms and
18+
// conditions specified in the MIT License, ensuring the continuation of free and open software
19+
// practices.
20+
1121

1222
using BenchmarkDotNet.Attributes;
1323
using Neo.Network.P2P.Payloads;

benchmarks/Neo.Benchmarks/Benchmarks.UInt160.cs

+18-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1-
// Copyright (C) 2015-2024 The Neo Project.
1+
// Copyright (C) 2021-2024 EpicChain Labs.
2+
3+
//
4+
// Benchmarks.UInt160.cs is a component of the EpicChain Labs project, founded by xmoohad. This file is
5+
// distributed as free software under the MIT License, allowing for wide usage and modification
6+
// with minimal restrictions. For comprehensive details regarding the license, please refer to
7+
// the LICENSE file located in the root directory of the repository or visit
8+
// http://www.opensource.org/licenses/mit-license.php.
29
//
3-
// Benchmarks.UInt160.cs file belongs to the neo project and is free
4-
// software distributed under the MIT software license, see the
5-
// accompanying file LICENSE in the main directory of the
6-
// repository or http://www.opensource.org/licenses/mit-license.php
7-
// for more details.
10+
// EpicChain Labs is dedicated to fostering innovation and development in the blockchain space,
11+
// and we believe in the open-source philosophy as a way to drive progress and collaboration.
12+
// This file, along with all associated code and documentation, is provided with the intention of
13+
// supporting and enhancing the development community.
814
//
9-
// Redistribution and use in source and binary forms with or without
10-
// modifications are permitted.
15+
// Redistribution and use of this file in both source and binary forms, with or without
16+
// modifications, are permitted. We encourage users to contribute to the project and respect the
17+
// guidelines outlined in the LICENSE file. By using this software, you agree to the terms and
18+
// conditions specified in the MIT License, ensuring the continuation of free and open software
19+
// practices.
20+
1121

1222
using BenchmarkDotNet.Attributes;
1323

benchmarks/Neo.Benchmarks/OldUInt160.cs

+18-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1-
// Copyright (C) 2015-2024 The Neo Project.
1+
// Copyright (C) 2021-2024 EpicChain Labs.
2+
3+
//
4+
// OldUInt160.cs is a component of the EpicChain Labs project, founded by xmoohad. This file is
5+
// distributed as free software under the MIT License, allowing for wide usage and modification
6+
// with minimal restrictions. For comprehensive details regarding the license, please refer to
7+
// the LICENSE file located in the root directory of the repository or visit
8+
// http://www.opensource.org/licenses/mit-license.php.
29
//
3-
// OldUInt160.cs file belongs to the neo project and is free
4-
// software distributed under the MIT software license, see the
5-
// accompanying file LICENSE in the main directory of the
6-
// repository or http://www.opensource.org/licenses/mit-license.php
7-
// for more details.
10+
// EpicChain Labs is dedicated to fostering innovation and development in the blockchain space,
11+
// and we believe in the open-source philosophy as a way to drive progress and collaboration.
12+
// This file, along with all associated code and documentation, is provided with the intention of
13+
// supporting and enhancing the development community.
814
//
9-
// Redistribution and use in source and binary forms with or without
10-
// modifications are permitted.
15+
// Redistribution and use of this file in both source and binary forms, with or without
16+
// modifications, are permitted. We encourage users to contribute to the project and respect the
17+
// guidelines outlined in the LICENSE file. By using this software, you agree to the terms and
18+
// conditions specified in the MIT License, ensuring the continuation of free and open software
19+
// practices.
20+
1121

1222
using Neo.Extensions;
1323
using Neo.IO;

benchmarks/Neo.Benchmarks/Program.cs

+18-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1-
// Copyright (C) 2015-2024 The Neo Project.
1+
// Copyright (C) 2021-2024 EpicChain Labs.
2+
3+
//
4+
// Program.cs is a component of the EpicChain Labs project, founded by xmoohad. This file is
5+
// distributed as free software under the MIT License, allowing for wide usage and modification
6+
// with minimal restrictions. For comprehensive details regarding the license, please refer to
7+
// the LICENSE file located in the root directory of the repository or visit
8+
// http://www.opensource.org/licenses/mit-license.php.
29
//
3-
// Program.cs file belongs to the neo project and is free
4-
// software distributed under the MIT software license, see the
5-
// accompanying file LICENSE in the main directory of the
6-
// repository or http://www.opensource.org/licenses/mit-license.php
7-
// for more details.
10+
// EpicChain Labs is dedicated to fostering innovation and development in the blockchain space,
11+
// and we believe in the open-source philosophy as a way to drive progress and collaboration.
12+
// This file, along with all associated code and documentation, is provided with the intention of
13+
// supporting and enhancing the development community.
814
//
9-
// Redistribution and use in source and binary forms with or without
10-
// modifications are permitted.
15+
// Redistribution and use of this file in both source and binary forms, with or without
16+
// modifications, are permitted. We encourage users to contribute to the project and respect the
17+
// guidelines outlined in the LICENSE file. By using this software, you agree to the terms and
18+
// conditions specified in the MIT License, ensuring the continuation of free and open software
19+
// practices.
20+
1121

1222
using BenchmarkDotNet.Running;
1323
using Neo.Benchmark;

benchmarks/Neo.VM.Benchmarks/Benchmarks.POC.cs

+18-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1-
// Copyright (C) 2015-2024 The Neo Project.
1+
// Copyright (C) 2021-2024 EpicChain Labs.
2+
3+
//
4+
// Benchmarks.POC.cs is a component of the EpicChain Labs project, founded by xmoohad. This file is
5+
// distributed as free software under the MIT License, allowing for wide usage and modification
6+
// with minimal restrictions. For comprehensive details regarding the license, please refer to
7+
// the LICENSE file located in the root directory of the repository or visit
8+
// http://www.opensource.org/licenses/mit-license.php.
29
//
3-
// Benchmarks.POC.cs file belongs to the neo project and is free
4-
// software distributed under the MIT software license, see the
5-
// accompanying file LICENSE in the main directory of the
6-
// repository or http://www.opensource.org/licenses/mit-license.php
7-
// for more details.
10+
// EpicChain Labs is dedicated to fostering innovation and development in the blockchain space,
11+
// and we believe in the open-source philosophy as a way to drive progress and collaboration.
12+
// This file, along with all associated code and documentation, is provided with the intention of
13+
// supporting and enhancing the development community.
814
//
9-
// Redistribution and use in source and binary forms with or without
10-
// modifications are permitted.
15+
// Redistribution and use of this file in both source and binary forms, with or without
16+
// modifications, are permitted. We encourage users to contribute to the project and respect the
17+
// guidelines outlined in the LICENSE file. By using this software, you agree to the terms and
18+
// conditions specified in the MIT License, ensuring the continuation of free and open software
19+
// practices.
20+
1121

1222
using BenchmarkDotNet.Attributes;
1323
using System.Diagnostics;

benchmarks/Neo.VM.Benchmarks/Benchmarks.Types.cs

+18-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1-
// Copyright (C) 2015-2024 The Neo Project.
1+
// Copyright (C) 2021-2024 EpicChain Labs.
2+
3+
//
4+
// Benchmarks.Types.cs is a component of the EpicChain Labs project, founded by xmoohad. This file is
5+
// distributed as free software under the MIT License, allowing for wide usage and modification
6+
// with minimal restrictions. For comprehensive details regarding the license, please refer to
7+
// the LICENSE file located in the root directory of the repository or visit
8+
// http://www.opensource.org/licenses/mit-license.php.
29
//
3-
// Benchmarks.Types.cs file belongs to the neo project and is free
4-
// software distributed under the MIT software license, see the
5-
// accompanying file LICENSE in the main directory of the
6-
// repository or http://www.opensource.org/licenses/mit-license.php
7-
// for more details.
10+
// EpicChain Labs is dedicated to fostering innovation and development in the blockchain space,
11+
// and we believe in the open-source philosophy as a way to drive progress and collaboration.
12+
// This file, along with all associated code and documentation, is provided with the intention of
13+
// supporting and enhancing the development community.
814
//
9-
// Redistribution and use in source and binary forms with or without
10-
// modifications are permitted.
15+
// Redistribution and use of this file in both source and binary forms, with or without
16+
// modifications, are permitted. We encourage users to contribute to the project and respect the
17+
// guidelines outlined in the LICENSE file. By using this software, you agree to the terms and
18+
// conditions specified in the MIT License, ensuring the continuation of free and open software
19+
// practices.
20+
1121

1222
using BenchmarkDotNet.Attributes;
1323
using Array = Neo.VM.Types.Array;

benchmarks/Neo.VM.Benchmarks/Program.cs

+18-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1-
// Copyright (C) 2015-2024 The Neo Project.
1+
// Copyright (C) 2021-2024 EpicChain Labs.
2+
3+
//
4+
// Program.cs is a component of the EpicChain Labs project, founded by xmoohad. This file is
5+
// distributed as free software under the MIT License, allowing for wide usage and modification
6+
// with minimal restrictions. For comprehensive details regarding the license, please refer to
7+
// the LICENSE file located in the root directory of the repository or visit
8+
// http://www.opensource.org/licenses/mit-license.php.
29
//
3-
// Program.cs file belongs to the neo project and is free
4-
// software distributed under the MIT software license, see the
5-
// accompanying file LICENSE in the main directory of the
6-
// repository or http://www.opensource.org/licenses/mit-license.php
7-
// for more details.
10+
// EpicChain Labs is dedicated to fostering innovation and development in the blockchain space,
11+
// and we believe in the open-source philosophy as a way to drive progress and collaboration.
12+
// This file, along with all associated code and documentation, is provided with the intention of
13+
// supporting and enhancing the development community.
814
//
9-
// Redistribution and use in source and binary forms with or without
10-
// modifications are permitted.
15+
// Redistribution and use of this file in both source and binary forms, with or without
16+
// modifications, are permitted. We encourage users to contribute to the project and respect the
17+
// guidelines outlined in the LICENSE file. By using this software, you agree to the terms and
18+
// conditions specified in the MIT License, ensuring the continuation of free and open software
19+
// practices.
20+
1121

1222
using BenchmarkDotNet.Running;
1323
using Neo.VM.Benchmark;

benchmarks/Neo.VM.Benchmarks/TestArray.cs

+18-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1-
// Copyright (C) 2015-2024 The Neo Project.
1+
// Copyright (C) 2021-2024 EpicChain Labs.
2+
3+
//
4+
// TestArray.cs is a component of the EpicChain Labs project, founded by xmoohad. This file is
5+
// distributed as free software under the MIT License, allowing for wide usage and modification
6+
// with minimal restrictions. For comprehensive details regarding the license, please refer to
7+
// the LICENSE file located in the root directory of the repository or visit
8+
// http://www.opensource.org/licenses/mit-license.php.
29
//
3-
// TestArray.cs file belongs to the neo project and is free
4-
// software distributed under the MIT software license, see the
5-
// accompanying file LICENSE in the main directory of the
6-
// repository or http://www.opensource.org/licenses/mit-license.php
7-
// for more details.
10+
// EpicChain Labs is dedicated to fostering innovation and development in the blockchain space,
11+
// and we believe in the open-source philosophy as a way to drive progress and collaboration.
12+
// This file, along with all associated code and documentation, is provided with the intention of
13+
// supporting and enhancing the development community.
814
//
9-
// Redistribution and use in source and binary forms with or without
10-
// modifications are permitted.
15+
// Redistribution and use of this file in both source and binary forms, with or without
16+
// modifications, are permitted. We encourage users to contribute to the project and respect the
17+
// guidelines outlined in the LICENSE file. By using this software, you agree to the terms and
18+
// conditions specified in the MIT License, ensuring the continuation of free and open software
19+
// practices.
20+
1121

1222
using Neo.VM.Types;
1323
using System.Collections;

benchmarks/Neo.VM.Benchmarks/TestStruct.cs

+18-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1-
// Copyright (C) 2015-2024 The Neo Project.
1+
// Copyright (C) 2021-2024 EpicChain Labs.
2+
3+
//
4+
// TestStruct.cs is a component of the EpicChain Labs project, founded by xmoohad. This file is
5+
// distributed as free software under the MIT License, allowing for wide usage and modification
6+
// with minimal restrictions. For comprehensive details regarding the license, please refer to
7+
// the LICENSE file located in the root directory of the repository or visit
8+
// http://www.opensource.org/licenses/mit-license.php.
29
//
3-
// TestStruct.cs file belongs to the neo project and is free
4-
// software distributed under the MIT software license, see the
5-
// accompanying file LICENSE in the main directory of the
6-
// repository or http://www.opensource.org/licenses/mit-license.php
7-
// for more details.
10+
// EpicChain Labs is dedicated to fostering innovation and development in the blockchain space,
11+
// and we believe in the open-source philosophy as a way to drive progress and collaboration.
12+
// This file, along with all associated code and documentation, is provided with the intention of
13+
// supporting and enhancing the development community.
814
//
9-
// Redistribution and use in source and binary forms with or without
10-
// modifications are permitted.
15+
// Redistribution and use of this file in both source and binary forms, with or without
16+
// modifications, are permitted. We encourage users to contribute to the project and respect the
17+
// guidelines outlined in the LICENSE file. By using this software, you agree to the terms and
18+
// conditions specified in the MIT License, ensuring the continuation of free and open software
19+
// practices.
20+
1121

1222
using Neo.VM.Types;
1323

src/IsExternalInit.cs

+18-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1-
// Copyright (C) 2015-2024 The Neo Project.
1+
// Copyright (C) 2021-2024 EpicChain Labs.
2+
3+
//
4+
// IsExternalInit.cs is a component of the EpicChain Labs project, founded by xmoohad. This file is
5+
// distributed as free software under the MIT License, allowing for wide usage and modification
6+
// with minimal restrictions. For comprehensive details regarding the license, please refer to
7+
// the LICENSE file located in the root directory of the repository or visit
8+
// http://www.opensource.org/licenses/mit-license.php.
29
//
3-
// IsExternalInit.cs file belongs to the neo project and is free
4-
// software distributed under the MIT software license, see the
5-
// accompanying file LICENSE in the main directory of the
6-
// repository or http://www.opensource.org/licenses/mit-license.php
7-
// for more details.
10+
// EpicChain Labs is dedicated to fostering innovation and development in the blockchain space,
11+
// and we believe in the open-source philosophy as a way to drive progress and collaboration.
12+
// This file, along with all associated code and documentation, is provided with the intention of
13+
// supporting and enhancing the development community.
814
//
9-
// Redistribution and use in source and binary forms with or without
10-
// modifications are permitted.
15+
// Redistribution and use of this file in both source and binary forms, with or without
16+
// modifications, are permitted. We encourage users to contribute to the project and respect the
17+
// guidelines outlined in the LICENSE file. By using this software, you agree to the terms and
18+
// conditions specified in the MIT License, ensuring the continuation of free and open software
19+
// practices.
20+
1121

1222
#if !NET5_0_OR_GREATER
1323

src/Neo.CLI/AssemblyExtensions.cs

+18-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1-
// Copyright (C) 2015-2024 The Neo Project.
1+
// Copyright (C) 2021-2024 EpicChain Labs.
2+
3+
//
4+
// AssemblyExtensions.cs is a component of the EpicChain Labs project, founded by xmoohad. This file is
5+
// distributed as free software under the MIT License, allowing for wide usage and modification
6+
// with minimal restrictions. For comprehensive details regarding the license, please refer to
7+
// the LICENSE file located in the root directory of the repository or visit
8+
// http://www.opensource.org/licenses/mit-license.php.
29
//
3-
// AssemblyExtensions.cs file belongs to the neo project and is free
4-
// software distributed under the MIT software license, see the
5-
// accompanying file LICENSE in the main directory of the
6-
// repository or http://www.opensource.org/licenses/mit-license.php
7-
// for more details.
10+
// EpicChain Labs is dedicated to fostering innovation and development in the blockchain space,
11+
// and we believe in the open-source philosophy as a way to drive progress and collaboration.
12+
// This file, along with all associated code and documentation, is provided with the intention of
13+
// supporting and enhancing the development community.
814
//
9-
// Redistribution and use in source and binary forms with or without
10-
// modifications are permitted.
15+
// Redistribution and use of this file in both source and binary forms, with or without
16+
// modifications, are permitted. We encourage users to contribute to the project and respect the
17+
// guidelines outlined in the LICENSE file. By using this software, you agree to the terms and
18+
// conditions specified in the MIT License, ensuring the continuation of free and open software
19+
// practices.
20+
1121

1222
using System.Linq;
1323
using System.Reflection;

0 commit comments

Comments
 (0)