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

New master release 0.12 #161

Merged
merged 37 commits into from Mar 6, 2019
Merged

New master release 0.12 #161

merged 37 commits into from Mar 6, 2019

Conversation

nunojusto
Copy link
Collaborator

Merging long work to master

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

nunojusto and others added 30 commits October 28, 2018 21:44
* New Down command

* New service for mapping container IDs to services
* 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
* Added the service.Name variable

* Correct lists order
* fix image pulling

* Quick formating change
* 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
* 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
* new var to choose bootstrap chain

* rewriting documentation accordingly

* correcting grammar error

* some new blank lines
* 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
* support neocli 2.9.3

* change SimplePlugin version
* 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
* add notifications-server to autoheal healthcheck

* correction end of while
* fix claiming gas and neo

* add new neo-python version

* correct config to support new version

* correct config

* changed python prompt commands
* produce a chain with more than 6k blocks

* decrease iteration time waiting for block
* Correct print alert for possible wait time to pull docker images

* added support for neo-cli v2.9.4
* 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 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

* 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

* 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
@nunojusto nunojusto changed the title New master release New master release 0.12 Mar 6, 2019
@nunojusto nunojusto self-assigned this Mar 6, 2019
@nunojusto nunojusto merged commit c5f93ad into master Mar 6, 2019
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.

None yet

2 participants