-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'latest-plugins' of github.com:Jim8y/neo into latest-plu…
…gins * 'latest-plugins' of github.com:Jim8y/neo: (21 commits) fix: custom plugins won't shown by command `plugins` (#3269) COVERALL: Improve maintenance and readbility of some variables (#3248) Update nuget (#3262) [**Part-2**] Neo module/master fixes (#3244) Fix `dotnet pack` error (#3266) Fix and Update devcontainer.json to use Dockerfile (#3259) Add optimization to template (#3247) Optimize plugin's models (#3246) fix CancelTransaction !signers.Any() (#3263) COVERALL: fix broken by changing report from lcov to cobertura (#3252) fix TraverseIterator count (#3261) Native: include DeprecatedIn hardfork into usedHardforks (#3245) [**Part-1**] `neo-module/master` (#3232) Make `ApplicationEngine.LoadContext` protection level `public` (#3243) improve parse method in neo-cli (#3204) Fix #3239 (#3242) Neo.CLI: enable hardforks for NeoFS mainnet (#3240) v3.7.4 (#3237) fix hardfork issues (#3234) Update src/Neo.CLI/CLI/MainService.Plugins.cs ... # Conflicts: # src/Neo.CLI/CLI/MainService.Plugins.cs
- Loading branch information
Showing
242 changed files
with
24,702 additions
and
273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
FROM mcr.microsoft.com/devcontainers/dotnet:8.0-jammy | ||
# Install the libleveldb-dev package | ||
RUN apt-get update && apt-get install -y libleveldb-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.