Skip to content
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
wants to merge 146 commits into
base: master
Choose a base branch
from
Open

Test #4

wants to merge 146 commits into from

Conversation

Tommo-L
Copy link
Owner

@Tommo-L Tommo-L commented Nov 25, 2020

No description provided.

joeqian10 and others added 30 commits May 26, 2020 12:25
* 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>
Change `StackItem.ToParameter().ToJson()`  to `StackItem.ToJson()` when parsing `engine.ResultStack`.
* 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
* update to preview3 (#635)

* Changelog update (#638)

* Rename CHANGELOG_3.x.md to CHANGELOG.md

Co-authored-by: Qiao Jin <43407364+Qiao-Jin@users.noreply.github.com>
* 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>
erikzhang and others added 30 commits May 19, 2022 10:32
* 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: Owen Zhang <38493437+superboyiii@users.noreply.github.com>
* 3.4.0

* Update CHANGELOG.md

Co-authored-by: superboyiii <573504781@qq.com>
* 3.5.0

* update CHANGELOG.md

Co-authored-by: superboyiii <573504781@qq.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
* 3.6.0

* remove Travis logo
* 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>
* Archive

* Update README.md

* Update README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.