forked from neo-project/neo-node
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test #4
Open
Tommo-L
wants to merge
146
commits into
Tommo-L:master
Choose a base branch
from
neo-project:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Test #4
Conversation
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
* Added a native logger which implements ILogPlugin and added "log on" and "log off" commands to neo-cli. * Update config.json * Move initialization into the MainService.Start(); Override ConfigFile in Logger. * Relocate files; add new field into config.json; remove commands. * Add try catch block. Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com> * Remove unused usings. * Move colors to Logger.cs * Override Path; update nuget. * Update Path. * Change "Started" to "Active". * Path * Update Logger.cs * Update neo-cli/neo-cli.csproj Co-authored-by: Luchuan <luchuan@ngd.neo.org> * Remove --mainnet --testnet * internal * Remove Logger.Active * Update MainService.cs * Update config.json * Add default value to Logger settings. Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com> Co-authored-by: erikzhang <erik@neo.org> Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: Luchuan <luchuan@ngd.neo.org>
Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
* Add uninstalled plugins and descriptions on "plugins" command * Remove "SystemLog", remove Count <= 0 branch since it's always > 0 * fix * fix Co-authored-by: Luchuan <luchuan@neo.org>
* Add description and uninstall restriction for "SystemLog" * Delete description for "SystemLog" * More readable * Update MainService.Plugins.cs Co-authored-by: erikzhang <erik@neo.org>
* Update MainService.cs * Update MainService.cs
* 打开钱包当文件不存在时错误提示更友好 * Show wallet height when executing "show state" command. Keep in line with neo-gui. * fixed bug * 修复Bug * optimize * fix * Add 'nativecontract' command * update * update Co-authored-by: Erik Zhang <erik@vcage.com> Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
* Fix engine.ResultStack.Pop() Synchronize changes neo-project/neo-vm#333 * fix format * Update neo-cli/CLI/MainService.cs Co-authored-by: Erik Zhang <erik@neo.org> Co-authored-by: Erik Zhang <erik@neo.org>
Co-authored-by: Luchuan <luchuan@neo.org>
* fix * optimize * fix cosigner scope * Clean code Co-authored-by: Luchuan <luchuan@neo.org> Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
* apply signers update vote commands update nuget * fix invoke command * fix vote command * Update neo-cli/CLI/MainService.cs Co-authored-by: Luchuan <luchuan@ngd.neo.org> * Join Linq sentences Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: Luchuan <luchuan@ngd.neo.org>
* update protocol.json remove MaxValidatorsCount and MaxCommitteeMembersCount add ValidatorsCount * Update neo-cli.csproj * Update protocol.json * Apply neo-project/neo#1770 * Update protocol.mainnet.json * Update protocol.testnet.json * Update last version * update to the latest * fix * update * fix * remove commiteemembercount Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com> Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: superboyiii <573504781@qq.com>
Apply neo-project/neo#1775 Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
* Fix Parse manifestFilePath * merge master * enable print exception message when deploy contract * Add other error * Add other * Other error * More errors * Remove msg var * fix Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: Luchuan <luchuan@neo.org>
* Included optional from in send and transfer commands * Change error message Co-authored-by: Thais Bastos <thais.bastos@simpli.com.br> Co-authored-by: Shargon <shargon@gmail.com>
* Strict UTF8 * Clean usings
* Unify * Typo * Update PrintExecutionOutput() Co-authored-by: erikzhang <erik@neo.org>
* fix script check * optimize code * format Co-authored-by: Luchuan <luchuan@neo.org>
* 打开钱包当文件不存在时错误提示更友好 * Show wallet height when executing "show state" command. Keep in line with neo-gui. * fixed bug * 修复Bug * optimize * fix * invoke* use base64 script Co-authored-by: Erik Zhang <erik@vcage.com>
* Use wallet factory * format * Change year * Update neo-cli/CLI/MainService.cs Co-authored-by: Jinghui Liao <jinghui@wayne.edu> Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: Jinghui Liao <jinghui@wayne.edu>
Co-authored-by: Shargon <shargon@gmail.com>
* update dockerfile dotnet version to 7.0 * add github actions for a docker build test * fix docker build context * update step versions
* featured log * update * update * rich log feature * log on and off * reverse change to copyright * revert change to namespace * reset the color set * remove icons, avoid newline as much as possible * update format * Since Icons are removed, delete unused code. * delete more unused code * rename variables * `console log on` and `console log off` * Update Logger.cs * Update neo-cli/CLI/Logger.cs Co-authored-by: Erik Zhang <erik@neo.org> * Update MainService.Logger.cs * Update neo-cli/CLI/MainService.Logger.cs Co-authored-by: Nicole <43694095+nicolegys@users.noreply.github.com> * fix format * be of the same color * white log * add format explain * Format and remove unused KeyColor * merge write * optimize the log code --------- Co-authored-by: Erik Zhang <erik@neo.org> Co-authored-by: Nicole <43694095+nicolegys@users.noreply.github.com> Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com> Co-authored-by: Vitor Nazário Coelho <vncoelho@gmail.com>
* add codeql * try to address the codeql error * try fix * try fix
* check the script format before issuing any transaction * optimize code style
* use BUILDPLATFORM special env var to properly enable multi-arch on dotnet images * enable manual trigger of docker tests workflow
* add cancel command for conflict attribute * fix some comment * fix no-wallet * format * Clean and use cheaper OpCode --------- Co-authored-by: Shargon <shargon@gmail.com>
* Added print block to command cli * Changed wording of print block * Add message to display that no transaction exist * Add transaction print command * removed unused namespace * Changed some spacing * Added command print contract * Fixed extra on manifest * Added spacer * Changed spacing * Changed commands to start with show * Clean code * dotnet format * Removed spaces * Added syncroot * Code style changes * Added Conflicts and OracleResponse attributes to show tx * Update neo-cli/CLI/MainService.Blockchain.cs Co-authored-by: Jimmy <jinghui@wayne.edu> * Update neo-cli/CLI/MainService.Blockchain.cs Co-authored-by: Jimmy <jinghui@wayne.edu> --------- Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: Jimmy <jinghui@wayne.edu>
* Add icon to applications * fixed *.csproj file --------- Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.