forked from neo-project/neo-node
-
Notifications
You must be signed in to change notification settings - Fork 0
1 #1
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
Open
bol-project
wants to merge
316
commits into
stathas: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
1 #1
Conversation
This file contains hidden or 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
* allow empty console command to pass into OnCommand (#341) * Update MainService.cs * Update MainService.cs
* add default case * Clean code
* Allow to install plugins from file * Update MainService.cs
* update test script * remove old code * clean extra line
* 3.0.0-CI00122 * 3.0.0-CI00130 * Update protocol.testnet.json * Update protocol.mainnet.json * Update protocol.json
* Renaming avm to nvm * nvm to nef * Use neffile * Prevent DoS with big files ReadAllBytes could read more bytes than expected
* Add --testnet and --mainnet param option * Fix * Correct the name of config files. * Updating nuget * Protocol must be changed first, or doesn't work as expected
* Update MainService.cs Improvement on '''listing asset''' to display more critical info on NEO3. * Format
* add Dockerfile * Update README.md update readme * Update README.md format Co-Authored-By: Shargon <shargon@gmail.com>
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>
* Add auto labels * one fix more * Revert "one fix more" This reverts commit 6d60fe7.
* Update to 4.0 version * Remove HF * Fix obsolete remove * One more * Remove Oracle HF tests * fix unit test according 4.0 (#923) * Delete src/Neo.CLI/config.fs.mainnet.json * Delete src/Neo.CLI/config.testnet.json * Delete src/Neo.CLI/config.mainnet.json * delete config --------- Co-authored-by: Alvaro <amjarag@gmail.com>
Fix: serveral bugs
fix readonly issue in Deserialize
* unify logic and fix length * fix usings
* Update nugets * fix * Update plugins/DBFTPlugin/Consensus/ConsensusContext.cs Co-authored-by: Erik Zhang <erik@neo.org> --------- Co-authored-by: Erik Zhang <erik@neo.org>
…alysis. (#943) Opimize: clearer implementation for RpcServer.GetCandinates
Happy new Year
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.