1 file changed
+1
-1
lines changed- .devcontainer/devcontainer.json+3-3
- .github/workflows/main.yml+12-10
- benchmarks/Neo.Benchmarks/Neo.Benchmarks.csproj+1-1
- benchmarks/Neo.VM.Benchmarks/Neo.VM.Benchmarks.csproj+1-1
- global.json+1-1
- src/Directory.Build.props+1-1
- src/Neo.CLI/Neo.CLI.csproj+1-1
- src/Neo.ConsoleService/Neo.ConsoleService.csproj+1-1
- src/Neo.Cryptography.BLS12_381/Neo.Cryptography.BLS12_381.csproj+1-1
- src/Neo.Extensions/Neo.Extensions.csproj+2-2
- src/Neo.GUI/GUI/SigningDialog.cs+1-1
- src/Neo.GUI/Neo.GUI.csproj+1-1
- src/Neo.IO/Neo.IO.csproj+1-1
- src/Neo.Json/Neo.Json.csproj+2-2
- src/Neo.VM/Neo.VM.csproj+1-1
- src/Neo/Cryptography/Crypto.cs+74-34
- src/Neo/Cryptography/ECC/ECPoint.cs+1
- src/Neo/IO/Caching/ECDsaCache.cs+32
- src/Neo/Neo.csproj+3-3
- src/Neo/SmartContract/ApplicationEngine.Contract.cs+1-1
- src/Neo/SmartContract/ContractState.cs+9-4
- src/Neo/SmartContract/IInteroperableVerifiable.cs+29
- src/Neo/SmartContract/Native/ContractManagement.cs+5-5
- src/Neo/SmartContract/Native/NativeContract.cs+20-9
- src/Neo/SmartContract/Native/NeoToken.cs+22-1
- src/Neo/SmartContract/Native/Role.cs+6-1
- src/Neo/SmartContract/NefFile.cs+22-3
- src/Neo/SmartContract/StorageItem.cs+18
- src/Neo/Wallets/Helper.cs+1-1
- tests/Directory.Build.props-17
- tests/Neo.ConsoleService.Tests/Neo.ConsoleService.Tests.csproj+12-1
- tests/Neo.Cryptography.BLS12_381.Tests/Neo.Cryptography.BLS12_381.Tests.csproj+12-1
- tests/Neo.Json.UnitTests/Neo.Json.UnitTests.csproj+12-1
- tests/Neo.UnitTests/Cryptography/ECC/UT_ECPoint.cs+2-2
- tests/Neo.UnitTests/Cryptography/UT_Crypto.cs+6-6
- tests/Neo.UnitTests/Neo.UnitTests.csproj+14-3
- tests/Neo.UnitTests/SmartContract/Manifest/UT_ContractGroup.cs+3-3
- tests/Neo.UnitTests/SmartContract/Native/UT_NeoToken.cs+3
- tests/Neo.UnitTests/SmartContract/Native/UT_RoleManagement.cs+54-42
- tests/Neo.UnitTests/SmartContract/UT_InteropService.NEO.cs+18-18
- tests/Neo.UnitTests/SmartContract/UT_InteropService.cs+1-1
- tests/Neo.VM.Tests/Neo.VM.Tests.csproj+12-1
0 commit comments