File tree
8 files changed
+19
-14
lines changed- src
- ApplicationLogs/Store
- RpcServer
- tests/Neo.Plugins.RpcServer.Tests
8 files changed
+19
-14
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 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
- .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
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
165 |
| - | |
| 165 | + | |
166 | 166 |
| |
167 | 167 |
| |
168 | 168 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 |
| - | |
| 122 | + | |
| 123 | + | |
130 | 124 |
| |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
131 | 129 |
| |
132 | 130 |
| |
133 | 131 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
249 |
| - | |
| 249 | + | |
250 | 250 |
| |
251 | 251 |
| |
252 | 252 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
316 | 316 |
| |
317 | 317 |
| |
318 | 318 |
| |
319 |
| - | |
| 319 | + | |
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
19 | 26 |
| |
20 | 27 |
|
0 commit comments