Navigation Menu

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

Add notifications-server to CLI #108

Merged
merged 12 commits into from Nov 30, 2018
Merged

Add notifications-server to CLI #108

merged 12 commits into from Nov 30, 2018

Conversation

nunojusto
Copy link
Collaborator

Problem

Solving issue #73

Adding notifications-server to CLI

Solution

Added to CLI

Checklist

  • I have ran the tests locally.
  • I branched off of the develop branch and not master.
  • I did not change the VERSION file.

@nunojusto nunojusto requested a review from revett November 6, 2018 02:05
@revett revett changed the title Notifications server cli Add notifications-server to CLI Nov 6, 2018
@revett revett added the Feature New feature label Nov 6, 2018
@revett revett added this to the CLI milestone Nov 6, 2018
cli/stack/services.go Outdated Show resolved Hide resolved
Copy link
Contributor

@revett revett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added some review comments.

revett and others added 5 commits November 6, 2018 23:52
Co-Authored-By: nunojusto <nuno@justoweb.com>
Co-Authored-By: nunojusto <nuno@justoweb.com>
Co-Authored-By: nunojusto <nuno@justoweb.com>
Copy link
Contributor

@revett revett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated my comments 👍

Copy link
Contributor

@revett revett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 comment about bringing PR up to date with what has been discussed in other PRs

@nunojusto nunojusto merged commit 51c80c5 into develop Nov 30, 2018
@nunojusto nunojusto deleted the notifications-server-CLI branch November 30, 2018 08:28
nunojusto added a commit that referenced this pull request Mar 6, 2019
* Added my name (#91)

* Add new make start-offline command (#94)

* Fix bug on CLI for full name image of postgres (#98)

* full postgres image name

* Start neo-local-faucet with CLI (#100)

* Down CLI command (#102)

* New Down command

* New service for mapping container IDs to services

* Add PrivateNet container to CLI (#104)

* Finished 4 isolated consensus nodes (#92)

* add configs and wallets from privnet

* initial remove of 4 nodes

* Breaking out in 4 separate containers

* Corrected seed names

* Make nodes inter-connected

* Remove image place-holder, not needed

* Removed --build flag, because --force-recreate does the same

* ENV var and Case switch to open the correct wallet

* Corrected dnpath for node2 to 4

* Removed neo-python from node images

* Removed neo-cli.zip file that was wrongly commited

* Remove comments

* Use just one standard image for neo-cli. So now it's 4x faster in 1/4 storage space

* Use just 1 standard image for neo-cli. Now 4x faster in 1/4 storge space

* fix seed list and rpc list

* Fix SEED_SERVER variable to point to a correct consensus-node

* Update neo-python version to v0.8.1

* Update neo-cli to v2.8.0 and force --build when compose up

* Corrected config to neo-cli v2.8.0

* cleanup: space deleted

* Remove debug print

* Moved download of neo-cli to run inside the dockerfile

* New feature: Multi version neo-cli

* Config files are now version tagged

* Support for v2.7.6.1 neo-cli

* Support for v2.8.0 neo-cli

* Multi neo-cli version mixed in the same compose

* removed duplicated package

* script to help publish a neo-loca-privatenet container

* temporary compose until we have a official docker hub repo

* Changed docker repo for neo-local-privatenet official

* move to a diff folder and re-witten to commit any container choosen

* more neo-cli versions supported

* Support for neo-cli v2.9.0

* neo-cli v2.9.0 supported

* Script to change nodes version

* watch with -t to remove headers

* Corrected apt errors with cache + forced delete of any old blockchain

* Added CONTRIBUTING.md (#81)

* Update PR template (#82)

* Add CODEOWNERS file (#83)

* Update Issue Templates (#84)

* Status CLI Command (#86)

* Documentation for the 4 isolated nodes feature (#90)

* Documentation

* Word and grammatical corrections

* Added instruction to stop neo-local

* Added my name

* full postgres image name

* Changed the number of running containers tested

* Change the number of containers

* Change version

* push to 0.11.1

* Minor changes. Bad english and others

* Update docker.go

* Update postgres.go

* Naming convention neo-cli-privatenet-

Change neo-privatenet-x to neo-cli-privatenet-x

* Naming convention

change neo-privatenet- to neo-cli-privatenet-x

* Naming convention

change neo-privatenet- to neo-cli-privatenet-x

* Naming convention

change neo-privatenet- to neo-cli-privatenet-x

* Naming convention

change neo-privatenet- to neo-cli-privatenet-x

* Naming convention

change neo-privatenet- to neo-cli-privatenet-x

* Naming convention

change neo-privatenet- to neo-cli-privatenet-x

* Naming convention

change neo-privatenet- to neo-cli-privatenet-x

* Simple Policy Plugin (#105)

* Documentation

* Word and grammatical corrections

* Added instruction to stop neo-local

* Added my name

* full postgres image name

* Changed the number of running containers tested

* Change the number of containers

* Change version

* push to 0.11.1

* Minor changes. Bad english and others

* Add plugin SimplePolicy to docker images

* copy ptotocol from existing chain

* ContainerName cannot be based on ImageName (#111)

* Added the service.Name variable

* Correct lists order

* Build & Test the CLI in Travis (#120)

* CLI: fix image pulling (#114)

* fix image pulling

* Quick formating change

* Add neo-python to CLI (#109)

* Add neo-python container to CLI

* Update cli/stack/neopython.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Update cli/stack/neopython.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Update cli/stack/neopython.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Correct comments

* Order correctly the Service list

* bubble up errors

* correction on the error if statement logic

* corrected container names

* corrections on errors and lists

* refactoring to make better code

* More naming refactor

* naming changes

Co-Authored-By: nunojusto <nuno@justoweb.com>

* maming changes

Co-Authored-By: nunojusto <nuno@justoweb.com>

* naming changes

* naming changes

* correct bug

* Add notifications-server to CLI (#108)

* Notifications server added to CLI

* Variable to be used to mount volume from host

* Update cli/stack/notificationsserver.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Update cli/stack/notificationsserver.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Update cli/stack/notificationsserver.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Correct order of the Service list

* Correct lists order

* added container Name attribute

* bubble up err

* Bootstrap Chain (#115)

* new var to choose bootstrap chain

* rewriting documentation accordingly

* correcting grammar error

* some new blank lines

* Create cross platform Home dir and config file (#124)

* creation of home dir

* default home dir and config file

* adding viper package

* viper create file

* move all inside config package

* remove parameter from dirPath

* remove duplicated var

* remove comments and correct description

* small standardization code corrections

* Same neo-python versions and add missing service names (#136)

* Stop Command (#135)

* HealthCheck monitoring for Container/Service NEO-SCAN (#128)

* adding healthcheck for neo-faucet (#141)

Merging

* Adding support for neo-cli v2.9.3 (#147)

* support neocli 2.9.3

* change SimplePlugin version

* Add healthcheck to neo-cli nodes using docker-compose (#143)

* added dummy healthcheck to node1

* added autoheal healthcheck to neo-cli containers

* install jq on container to parse json input

* dont remove curl because its needed for healthcheck tests

* healthcheck script added

* verbose messages

* added healthcheck script to Dockerfile

* fix send contructor invocation (#145)

* rewrite to remove network_mode flag (#149)

* Add healthcheck to notifications-server using docker-compose (#142)

* add notifications-server to autoheal healthcheck

* correction end of while

* Update to neopython v0.8.3 (#152)

* fix claiming gas and neo

* add new neo-python version

* correct config to support new version

* correct config

* changed python prompt commands

* Update README.md

* pump up neopython version (#155)

* Lower block time prodution to 4 seconds (#158)

* Feat/6k blocks chain (#159)

* produce a chain with more than 6k blocks

* decrease iteration time waiting for block

* Support for neo-cli v2.9.4 (#160)

* Correct print alert for possible wait time to pull docker images

* added support for neo-cli v2.9.4

* CLI: Logic flow to add dependency between containers (#117)

* added container dependency

* correction multiple-value stack.Services()

* DependsOn: nil

Co-Authored-By: nunojusto <nuno@justoweb.com>

* DependsOn: nil

Co-Authored-By: nunojusto <nuno@justoweb.com>

* DependsOn: nil

Co-Authored-By: nunojusto <nuno@justoweb.com>

* add spaces

Co-Authored-By: nunojusto <nuno@justoweb.com>

* remove comments

Co-Authored-By: nunojusto <nuno@justoweb.com>

* remove comments

Co-Authored-By: nunojusto <nuno@justoweb.com>

* re-arranging private function

* Add neo-scan-sync to CLI (#118)

* add container neo-scan-sync

* Code identation

* dependsOn add

* Array re-orfer

* Update cli/stack/neo-scan-sync.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Added neo-scan-api container to CLI (#119)

* Added neo-scan-api container

* code identation

* list re-ordering

* dependsOn var

* array re-order

* Update cli/stack/neo-scan-api.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* corrected neo-scan-api call

* Adding autoheal container to CLI (#134)

* adding autoheal container

* changing name of coontainer

* correct word always

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Update cli/stack/autoheal.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* deleted neo-scan-sync and added autoheal

* Documentation for neo-local cli
nunojusto added a commit that referenced this pull request Sep 22, 2019
* Added my name (#91)

* Add new make start-offline command (#94)

* Fix bug on CLI for full name image of postgres (#98)

* full postgres image name

* Start neo-local-faucet with CLI (#100)

* Down CLI command (#102)

* New Down command

* New service for mapping container IDs to services

* Add PrivateNet container to CLI (#104)

* Finished 4 isolated consensus nodes (#92)

* add configs and wallets from privnet

* initial remove of 4 nodes

* Breaking out in 4 separate containers

* Corrected seed names

* Make nodes inter-connected

* Remove image place-holder, not needed

* Removed --build flag, because --force-recreate does the same

* ENV var and Case switch to open the correct wallet

* Corrected dnpath for node2 to 4

* Removed neo-python from node images

* Removed neo-cli.zip file that was wrongly commited

* Remove comments

* Use just one standard image for neo-cli. So now it's 4x faster in 1/4 storage space

* Use just 1 standard image for neo-cli. Now 4x faster in 1/4 storge space

* fix seed list and rpc list

* Fix SEED_SERVER variable to point to a correct consensus-node

* Update neo-python version to v0.8.1

* Update neo-cli to v2.8.0 and force --build when compose up

* Corrected config to neo-cli v2.8.0

* cleanup: space deleted

* Remove debug print

* Moved download of neo-cli to run inside the dockerfile

* New feature: Multi version neo-cli

* Config files are now version tagged

* Support for v2.7.6.1 neo-cli

* Support for v2.8.0 neo-cli

* Multi neo-cli version mixed in the same compose

* removed duplicated package

* script to help publish a neo-loca-privatenet container

* temporary compose until we have a official docker hub repo

* Changed docker repo for neo-local-privatenet official

* move to a diff folder and re-witten to commit any container choosen

* more neo-cli versions supported

* Support for neo-cli v2.9.0

* neo-cli v2.9.0 supported

* Script to change nodes version

* watch with -t to remove headers

* Corrected apt errors with cache + forced delete of any old blockchain

* Added CONTRIBUTING.md (#81)

* Update PR template (#82)

* Add CODEOWNERS file (#83)

* Update Issue Templates (#84)

* Status CLI Command (#86)

* Documentation for the 4 isolated nodes feature (#90)

* Documentation

* Word and grammatical corrections

* Added instruction to stop neo-local

* Added my name

* full postgres image name

* Changed the number of running containers tested

* Change the number of containers

* Change version

* push to 0.11.1

* Minor changes. Bad english and others

* Update docker.go

* Update postgres.go

* Naming convention neo-cli-privatenet-

Change neo-privatenet-x to neo-cli-privatenet-x

* Naming convention

change neo-privatenet- to neo-cli-privatenet-x

* Naming convention

change neo-privatenet- to neo-cli-privatenet-x

* Naming convention

change neo-privatenet- to neo-cli-privatenet-x

* Naming convention

change neo-privatenet- to neo-cli-privatenet-x

* Naming convention

change neo-privatenet- to neo-cli-privatenet-x

* Naming convention

change neo-privatenet- to neo-cli-privatenet-x

* Naming convention

change neo-privatenet- to neo-cli-privatenet-x

* Simple Policy Plugin (#105)

* Documentation

* Word and grammatical corrections

* Added instruction to stop neo-local

* Added my name

* full postgres image name

* Changed the number of running containers tested

* Change the number of containers

* Change version

* push to 0.11.1

* Minor changes. Bad english and others

* Add plugin SimplePolicy to docker images

* copy ptotocol from existing chain

* ContainerName cannot be based on ImageName (#111)

* Added the service.Name variable

* Correct lists order

* Build & Test the CLI in Travis (#120)

* CLI: fix image pulling (#114)

* fix image pulling

* Quick formating change

* Add neo-python to CLI (#109)

* Add neo-python container to CLI

* Update cli/stack/neopython.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Update cli/stack/neopython.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Update cli/stack/neopython.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Correct comments

* Order correctly the Service list

* bubble up errors

* correction on the error if statement logic

* corrected container names

* corrections on errors and lists

* refactoring to make better code

* More naming refactor

* naming changes

Co-Authored-By: nunojusto <nuno@justoweb.com>

* maming changes

Co-Authored-By: nunojusto <nuno@justoweb.com>

* naming changes

* naming changes

* correct bug

* Add notifications-server to CLI (#108)

* Notifications server added to CLI

* Variable to be used to mount volume from host

* Update cli/stack/notificationsserver.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Update cli/stack/notificationsserver.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Update cli/stack/notificationsserver.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Correct order of the Service list

* Correct lists order

* added container Name attribute

* bubble up err

* Bootstrap Chain (#115)

* new var to choose bootstrap chain

* rewriting documentation accordingly

* correcting grammar error

* some new blank lines

* Create cross platform Home dir and config file (#124)

* creation of home dir

* default home dir and config file

* adding viper package

* viper create file

* move all inside config package

* remove parameter from dirPath

* remove duplicated var

* remove comments and correct description

* small standardization code corrections

* Same neo-python versions and add missing service names (#136)

* Stop Command (#135)

* HealthCheck monitoring for Container/Service NEO-SCAN (#128)

* adding healthcheck for neo-faucet (#141)

Merging

* Adding support for neo-cli v2.9.3 (#147)

* support neocli 2.9.3

* change SimplePlugin version

* Add healthcheck to neo-cli nodes using docker-compose (#143)

* added dummy healthcheck to node1

* added autoheal healthcheck to neo-cli containers

* install jq on container to parse json input

* dont remove curl because its needed for healthcheck tests

* healthcheck script added

* verbose messages

* added healthcheck script to Dockerfile

* fix send contructor invocation (#145)

* rewrite to remove network_mode flag (#149)

* Add healthcheck to notifications-server using docker-compose (#142)

* add notifications-server to autoheal healthcheck

* correction end of while

* Update to neopython v0.8.3 (#152)

* fix claiming gas and neo

* add new neo-python version

* correct config to support new version

* correct config

* changed python prompt commands

* Update README.md

* pump up neopython version (#155)

* Lower block time prodution to 4 seconds (#158)

* Feat/6k blocks chain (#159)

* produce a chain with more than 6k blocks

* decrease iteration time waiting for block

* Support for neo-cli v2.9.4 (#160)

* Correct print alert for possible wait time to pull docker images

* added support for neo-cli v2.9.4

* CLI: Logic flow to add dependency between containers (#117)

* added container dependency

* correction multiple-value stack.Services()

* DependsOn: nil

Co-Authored-By: nunojusto <nuno@justoweb.com>

* DependsOn: nil

Co-Authored-By: nunojusto <nuno@justoweb.com>

* DependsOn: nil

Co-Authored-By: nunojusto <nuno@justoweb.com>

* add spaces

Co-Authored-By: nunojusto <nuno@justoweb.com>

* remove comments

Co-Authored-By: nunojusto <nuno@justoweb.com>

* remove comments

Co-Authored-By: nunojusto <nuno@justoweb.com>

* re-arranging private function

* Add neo-scan-sync to CLI (#118)

* add container neo-scan-sync

* Code identation

* dependsOn add

* Array re-orfer

* Update cli/stack/neo-scan-sync.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Added neo-scan-api container to CLI (#119)

* Added neo-scan-api container

* code identation

* list re-ordering

* dependsOn var

* array re-order

* Update cli/stack/neo-scan-api.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* corrected neo-scan-api call

* Adding autoheal container to CLI (#134)

* adding autoheal container

* changing name of coontainer

* correct word always

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Update cli/stack/autoheal.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* deleted neo-scan-sync and added autoheal

* Documentation for neo-local cli

* Smart contract examples (#164)

* simpleplugin version variable to download (#165)

* smart contract examples doc update

* Feat/neo cli v2.10.1 version support (#171)

* Added support for neo-cli 2.9.10.1

* fix notification server

* rename folder

* adding default start for neo-cli v2.10.1

* Remove notification server (#172)

* Removed notifications server

* Added ApplicationLogs plugin

* changed number of running containers

* Change neo-scan img repository remove sync split (#176)

* Change neo-scan img repository remove sync split

* Typo on neo-scan repo url

* Solo node consensus (#184)

* Solo consensus

* rename folder

* remove neo-scan-sync

* change vars to genesis default

* set new neoscan repo

* removed temporary fixed version

* update postgres and change to alpine slim version

* Change to support one address multisig only

* restart postgres (#180)

LGTM

* Experimental/solo node consensus (#181)

* fix issue 179

* update

* Files cleanup
#174

* Fasten the block creation to 1 second interval

* Clean up code. No more need for notifications server

* neo-faucet override configs to permit
less blocks to wait to claim neo and gas faster

* Code fix/cleanup and documentation fixed for
the solo node consensus
nunojusto added a commit that referenced this pull request Sep 22, 2019
* New master release with solo consensus mode (#187)

* Added my name (#91)

* Add new make start-offline command (#94)

* Fix bug on CLI for full name image of postgres (#98)

* full postgres image name

* Start neo-local-faucet with CLI (#100)

* Down CLI command (#102)

* New Down command

* New service for mapping container IDs to services

* Add PrivateNet container to CLI (#104)

* Finished 4 isolated consensus nodes (#92)

* add configs and wallets from privnet

* initial remove of 4 nodes

* Breaking out in 4 separate containers

* Corrected seed names

* Make nodes inter-connected

* Remove image place-holder, not needed

* Removed --build flag, because --force-recreate does the same

* ENV var and Case switch to open the correct wallet

* Corrected dnpath for node2 to 4

* Removed neo-python from node images

* Removed neo-cli.zip file that was wrongly commited

* Remove comments

* Use just one standard image for neo-cli. So now it's 4x faster in 1/4 storage space

* Use just 1 standard image for neo-cli. Now 4x faster in 1/4 storge space

* fix seed list and rpc list

* Fix SEED_SERVER variable to point to a correct consensus-node

* Update neo-python version to v0.8.1

* Update neo-cli to v2.8.0 and force --build when compose up

* Corrected config to neo-cli v2.8.0

* cleanup: space deleted

* Remove debug print

* Moved download of neo-cli to run inside the dockerfile

* New feature: Multi version neo-cli

* Config files are now version tagged

* Support for v2.7.6.1 neo-cli

* Support for v2.8.0 neo-cli

* Multi neo-cli version mixed in the same compose

* removed duplicated package

* script to help publish a neo-loca-privatenet container

* temporary compose until we have a official docker hub repo

* Changed docker repo for neo-local-privatenet official

* move to a diff folder and re-witten to commit any container choosen

* more neo-cli versions supported

* Support for neo-cli v2.9.0

* neo-cli v2.9.0 supported

* Script to change nodes version

* watch with -t to remove headers

* Corrected apt errors with cache + forced delete of any old blockchain

* Added CONTRIBUTING.md (#81)

* Update PR template (#82)

* Add CODEOWNERS file (#83)

* Update Issue Templates (#84)

* Status CLI Command (#86)

* Documentation for the 4 isolated nodes feature (#90)

* Documentation

* Word and grammatical corrections

* Added instruction to stop neo-local

* Added my name

* full postgres image name

* Changed the number of running containers tested

* Change the number of containers

* Change version

* push to 0.11.1

* Minor changes. Bad english and others

* Update docker.go

* Update postgres.go

* Naming convention neo-cli-privatenet-

Change neo-privatenet-x to neo-cli-privatenet-x

* Naming convention

change neo-privatenet- to neo-cli-privatenet-x

* Naming convention

change neo-privatenet- to neo-cli-privatenet-x

* Naming convention

change neo-privatenet- to neo-cli-privatenet-x

* Naming convention

change neo-privatenet- to neo-cli-privatenet-x

* Naming convention

change neo-privatenet- to neo-cli-privatenet-x

* Naming convention

change neo-privatenet- to neo-cli-privatenet-x

* Naming convention

change neo-privatenet- to neo-cli-privatenet-x

* Simple Policy Plugin (#105)

* Documentation

* Word and grammatical corrections

* Added instruction to stop neo-local

* Added my name

* full postgres image name

* Changed the number of running containers tested

* Change the number of containers

* Change version

* push to 0.11.1

* Minor changes. Bad english and others

* Add plugin SimplePolicy to docker images

* copy ptotocol from existing chain

* ContainerName cannot be based on ImageName (#111)

* Added the service.Name variable

* Correct lists order

* Build & Test the CLI in Travis (#120)

* CLI: fix image pulling (#114)

* fix image pulling

* Quick formating change

* Add neo-python to CLI (#109)

* Add neo-python container to CLI

* Update cli/stack/neopython.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Update cli/stack/neopython.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Update cli/stack/neopython.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Correct comments

* Order correctly the Service list

* bubble up errors

* correction on the error if statement logic

* corrected container names

* corrections on errors and lists

* refactoring to make better code

* More naming refactor

* naming changes

Co-Authored-By: nunojusto <nuno@justoweb.com>

* maming changes

Co-Authored-By: nunojusto <nuno@justoweb.com>

* naming changes

* naming changes

* correct bug

* Add notifications-server to CLI (#108)

* Notifications server added to CLI

* Variable to be used to mount volume from host

* Update cli/stack/notificationsserver.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Update cli/stack/notificationsserver.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Update cli/stack/notificationsserver.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Correct order of the Service list

* Correct lists order

* added container Name attribute

* bubble up err

* Bootstrap Chain (#115)

* new var to choose bootstrap chain

* rewriting documentation accordingly

* correcting grammar error

* some new blank lines

* Create cross platform Home dir and config file (#124)

* creation of home dir

* default home dir and config file

* adding viper package

* viper create file

* move all inside config package

* remove parameter from dirPath

* remove duplicated var

* remove comments and correct description

* small standardization code corrections

* Same neo-python versions and add missing service names (#136)

* Stop Command (#135)

* HealthCheck monitoring for Container/Service NEO-SCAN (#128)

* adding healthcheck for neo-faucet (#141)

Merging

* Adding support for neo-cli v2.9.3 (#147)

* support neocli 2.9.3

* change SimplePlugin version

* Add healthcheck to neo-cli nodes using docker-compose (#143)

* added dummy healthcheck to node1

* added autoheal healthcheck to neo-cli containers

* install jq on container to parse json input

* dont remove curl because its needed for healthcheck tests

* healthcheck script added

* verbose messages

* added healthcheck script to Dockerfile

* fix send contructor invocation (#145)

* rewrite to remove network_mode flag (#149)

* Add healthcheck to notifications-server using docker-compose (#142)

* add notifications-server to autoheal healthcheck

* correction end of while

* Update to neopython v0.8.3 (#152)

* fix claiming gas and neo

* add new neo-python version

* correct config to support new version

* correct config

* changed python prompt commands

* Update README.md

* pump up neopython version (#155)

* Lower block time prodution to 4 seconds (#158)

* Feat/6k blocks chain (#159)

* produce a chain with more than 6k blocks

* decrease iteration time waiting for block

* Support for neo-cli v2.9.4 (#160)

* Correct print alert for possible wait time to pull docker images

* added support for neo-cli v2.9.4

* CLI: Logic flow to add dependency between containers (#117)

* added container dependency

* correction multiple-value stack.Services()

* DependsOn: nil

Co-Authored-By: nunojusto <nuno@justoweb.com>

* DependsOn: nil

Co-Authored-By: nunojusto <nuno@justoweb.com>

* DependsOn: nil

Co-Authored-By: nunojusto <nuno@justoweb.com>

* add spaces

Co-Authored-By: nunojusto <nuno@justoweb.com>

* remove comments

Co-Authored-By: nunojusto <nuno@justoweb.com>

* remove comments

Co-Authored-By: nunojusto <nuno@justoweb.com>

* re-arranging private function

* Add neo-scan-sync to CLI (#118)

* add container neo-scan-sync

* Code identation

* dependsOn add

* Array re-orfer

* Update cli/stack/neo-scan-sync.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Added neo-scan-api container to CLI (#119)

* Added neo-scan-api container

* code identation

* list re-ordering

* dependsOn var

* array re-order

* Update cli/stack/neo-scan-api.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* corrected neo-scan-api call

* Adding autoheal container to CLI (#134)

* adding autoheal container

* changing name of coontainer

* correct word always

Co-Authored-By: nunojusto <nuno@justoweb.com>

* Update cli/stack/autoheal.go

Co-Authored-By: nunojusto <nuno@justoweb.com>

* deleted neo-scan-sync and added autoheal

* Documentation for neo-local cli

* Smart contract examples (#164)

* simpleplugin version variable to download (#165)

* smart contract examples doc update

* Feat/neo cli v2.10.1 version support (#171)

* Added support for neo-cli 2.9.10.1

* fix notification server

* rename folder

* adding default start for neo-cli v2.10.1

* Remove notification server (#172)

* Removed notifications server

* Added ApplicationLogs plugin

* changed number of running containers

* Change neo-scan img repository remove sync split (#176)

* Change neo-scan img repository remove sync split

* Typo on neo-scan repo url

* Solo node consensus (#184)

* Solo consensus

* rename folder

* remove neo-scan-sync

* change vars to genesis default

* set new neoscan repo

* removed temporary fixed version

* update postgres and change to alpine slim version

* Change to support one address multisig only

* restart postgres (#180)

LGTM

* Experimental/solo node consensus (#181)

* fix issue 179

* update

* Files cleanup
#174

* Fasten the block creation to 1 second interval

* Clean up code. No more need for notifications server

* neo-faucet override configs to permit
less blocks to wait to claim neo and gas faster

* Code fix/cleanup and documentation fixed for
the solo node consensus

* Delete old neo-cli version configurations

Delete old neo-cli version configurations
that are not supported anymore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants