2 files changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
- .github/workflows/main.yml+3-3
- benchmarks/Neo.Benchmarks/Neo.Benchmarks.csproj+1-1
- benchmarks/Neo.VM.Benchmarks/Neo.VM.Benchmarks.csproj+1-1
- src/Directory.Build.props+1-1
- src/Neo.CLI/config.fs.mainnet.json+6
- src/Neo.CLI/config.json+2-1
- src/Neo.CLI/config.mainnet.json+2-1
- src/Neo.CLI/config.testnet.json+2-1
- src/Neo/Hardfork.cs+2-1
- src/Neo/SmartContract/ApplicationEngine.Runtime.cs+8-3
- src/Neo/SmartContract/ApplicationEngine.cs+6-4
- src/Neo/SmartContract/NotifyEventArgs.cs+24-4
- tests/Neo.UnitTests/SmartContract/UT_ApplicationEngine.cs+101
- tests/Neo.UnitTests/SmartContract/UT_InteropService.cs+25-1
- tests/Neo.UnitTests/SmartContract/UT_NotifyEventArgs.cs+34
- tests/Neo.UnitTests/SmartContract/UT_Syscalls.cs+1-1
0 commit comments