Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
c5f93ad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Man I love this thing - you guys are champions for publishing it - you might want to put the PK in the readme for the stacked wallet. Had to ask around for it: KxDgvEKzgSBPPfuVfw67oPQBSjidEiqTHURKSDL1R7yGaGYAeYnr
But thanks - big big thanks for putting this up here. You guys rock!!!