File tree
8 files changed
+23
-23
lines changed- .github/workflows
- tests
- Neo.Cryptography.MPTTrie.Tests
- Neo.Network.RPC.Tests
- Neo.Plugins.OracleService.Tests
- Neo.Plugins.RpcServer.Tests
- Neo.Plugins.Storage.Tests
8 files changed
+23
-23
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
| 4 | + | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
- .github/workflows/main.yml+10-6
- README.md+2-2
- src/Directory.Build.props+2-2
- src/Neo.CLI/Dockerfile+3-3
- src/Neo.CLI/Neo.CLI.csproj+1-1
- 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.GUI/GUI/BulkPayDialog.Designer.cs+1-1
- src/Neo.GUI/GUI/ChangePasswordDialog.Designer.cs+1-1
- src/Neo.GUI/GUI/ConsoleForm.Designer.cs+4-4
- src/Neo.GUI/GUI/CreateMultiSigContractDialog.Designer.cs+1-1
- src/Neo.GUI/GUI/CreateWalletDialog.designer.cs+1-1
- src/Neo.GUI/GUI/DeployContractDialog.Designer.cs+1-1
- src/Neo.GUI/GUI/DeveloperToolsForm.Designer.cs+1-1
- src/Neo.GUI/GUI/ElectionDialog.Designer.cs+1-1
- src/Neo.GUI/GUI/ImportCustomContractDialog.Designer.cs+1-1
- src/Neo.GUI/GUI/ImportPrivateKeyDialog.designer.cs+1-1
- src/Neo.GUI/GUI/InformationBox.Designer.cs+1-1
- src/Neo.GUI/GUI/InputBox.Designer.cs+1-1
- src/Neo.GUI/GUI/InvokeContractDialog.Designer.cs+1-1
- src/Neo.GUI/GUI/MainForm.Designer.cs+1-1
- src/Neo.GUI/GUI/OpenWalletDialog.designer.cs+1-1
- src/Neo.GUI/GUI/ParametersEditor.Designer.cs+1-1
- src/Neo.GUI/GUI/PayToDialog.Designer.cs+1-1
- src/Neo.GUI/GUI/SigningDialog.Designer.cs+1-1
- src/Neo.GUI/GUI/SigningTxDialog.Designer.cs+1-1
- src/Neo.GUI/GUI/TransferDialog.Designer.cs+1-1
- src/Neo.GUI/GUI/TxOutListBox.Designer.cs+1-1
- src/Neo.GUI/GUI/UpdateDialog.Designer.cs+1-1
- src/Neo.GUI/GUI/ViewContractDialog.Designer.cs+1-1
- src/Neo.GUI/GUI/ViewPrivateKeyDialog.designer.cs+1-1
- src/Neo.GUI/GUI/VotingDialog.Designer.cs+1-1
- src/Neo.GUI/Neo.GUI.csproj+3-3
- tests/Neo.ConsoleService.Tests/Neo.ConsoleService.Tests.csproj+1-1
- tests/Neo.Cryptography.BLS12_381.Tests/Neo.Cryptography.BLS12_381.Tests.csproj+1-1
- tests/Neo.Json.UnitTests/Neo.Json.UnitTests.csproj+1-1
- tests/Neo.UnitTests/Neo.UnitTests.csproj+1-1
- tests/Neo.VM.Tests/Neo.VM.Tests.csproj+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
| 17 | + | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 |
| - | |
| 30 | + | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
35 |
| - | |
| 34 | + | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 |
| - | |
| 21 | + | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 |
| - | |
| 18 | + | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
|
0 commit comments