Skip to content

Commit dc9b374

Browse files
authored
Merge branch 'dev' into feature/bls12-eth-aliases
2 parents 7f3fe50 + 146e81e commit dc9b374

File tree

81 files changed

+1788
-311
lines changed

Some content is hidden

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

81 files changed

+1788
-311
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
${{ github.workspace }}/TestResults/Neo.Plugins.RpcServer.Tests/coverage.info
157157
${{ github.workspace }}/TestResults/Neo.Plugins.Storage.Tests/coverage.info
158158
${{ github.workspace }}/TestResults/Neo.Plugins.ApplicationLogs.Tests/coverage.info
159+
${{ github.workspace }}/TestResults/Neo.Plugins.StateService.Tests/coverage.info
159160
${{ github.workspace }}/TestResults/Neo.Extensions.Tests/coverage.info
160161

161162
PublishPackage:

.neo/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ Visit the [documentation](https://docs.neo.org/docs/en-us/index.html) to get sta
55
## Related projects
66
Code references are provided for all platform building blocks. That includes the base library, the VM, a command line application and the compiler.
77

8-
- [neo:](https://github.com/neo-project/neo/) Neo core library, contains base classes, including ledger, p2p and IO modules.
9-
- [neo-modules:](https://github.com/neo-project/neo-modules/) Neo modules include additional tools and plugins to be used with Neo.
10-
- [neo-devpack-dotnet:](https://github.com/neo-project/neo-devpack-dotnet/) These are the official tools used to convert a C# smart-contract into a *neo executable file*.
8+
- [neo:](https://github.com/neo-project/neo/) Neo core library, contains base classes, including ledger, Peer-to-Peer, IO, plugins and more.
9+
- [neo-devpack-dotnet:](https://github.com/neo-project/neo-devpack-dotnet/) These are the official tools used to convert C# smart-contract into *neo vm executable file*.
1110

1211
## Opening a new issue
1312
Please feel free to create new issues to suggest features or ask questions.
File renamed without changes.

docs/native-contracts-api.md

Lines changed: 205 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)