-
Notifications
You must be signed in to change notification settings - Fork 43
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
DEV 841: Further docker, tests improvements #280
Conversation
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.
Thanks for this @askolesov, I know this is a huge PR. Please take a look at the comments highlighted and take a look at what you agree with / to fix.
A few generic comments (that applies to multiple nodes)
- Set fast sync version to v0 (if not already done in code)
- Set minimum gas price (to be equivalent to production networks)
- Try setting create empty blocks to false (if it isn’t already by default)
@ankurdotb Thanks for the review! Happy to discuss the comments above in huddle to close this PR faster if it's OK for you.
It's
Good point, fixed.
Done. |
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.
Final few discussions to close out
* Restructure tests * Remove libindy * Remove docker-localnet image * New docker compose draft * Comment out build section * Fix docker builds * Working docker-compose based localnet * Fix doc * Fix localnet setup * Fix image name * Fix test paths * Fix paths * Fix paths * Expose RPC ports * Add docker version output * Print docker compose version * Docker compose version * Revert docker compose version print * Fix paths * Make other steps to use compose based localnet * Remove testnet image building and publishing * Fix ports * Comment external address * Remove external address from localnet nodes * Fix paths * Get rid of configure mapping in docker entrypoint script * Add api, consensus configuration to localnet * Fix paths in the upgrade test * Fix linter issues * For the previous commit * Make container.env to utilize cosmos native env vars * Revert unnecessary changes * Add new line at the EOF * Remove remainings of the testnet image * Extract env vars of testnet into separate files * Fix images publishing * Move import-keys script to localnet * Set default minimum gas prices for localnet * Set CREATE_EMPTY_BLOCKS to false * Replace PAT with GITHUB_TOKEN * Fix registry name in release pipeline * Add missing seed_mode * Fix panic in case of invalid key format (#284) Co-authored-by: Ankur Banerjee <[email protected]> Signed-off-by: Andrew Nikitin <[email protected]>
* Restructure tests * Remove libindy * Remove docker-localnet image * New docker compose draft * Comment out build section * Fix docker builds * Working docker-compose based localnet * Fix doc * Fix localnet setup * Fix image name * Fix test paths * Fix paths * Fix paths * Expose RPC ports * Add docker version output * Print docker compose version * Docker compose version * Revert docker compose version print * Fix paths * Make other steps to use compose based localnet * Remove testnet image building and publishing * Fix ports * Comment external address * Remove external address from localnet nodes * Fix paths * Get rid of configure mapping in docker entrypoint script * Add api, consensus configuration to localnet * Fix paths in the upgrade test * Fix linter issues * For the previous commit * Make container.env to utilize cosmos native env vars * Revert unnecessary changes * Add new line at the EOF * Remove remainings of the testnet image * Extract env vars of testnet into separate files * Fix images publishing * Move import-keys script to localnet * Set default minimum gas prices for localnet * Set CREATE_EMPTY_BLOCKS to false * Replace PAT with GITHUB_TOKEN * Fix registry name in release pipeline * Add missing seed_mode * Fix panic in case of invalid key format (#284) Co-authored-by: Ankur Banerjee <[email protected]> Signed-off-by: Andrew Nikitin <[email protected]>
* Restructure tests * Remove libindy * Remove docker-localnet image * New docker compose draft * Comment out build section * Fix docker builds * Working docker-compose based localnet * Fix doc * Fix localnet setup * Fix image name * Fix test paths * Fix paths * Fix paths * Expose RPC ports * Add docker version output * Print docker compose version * Docker compose version * Revert docker compose version print * Fix paths * Make other steps to use compose based localnet * Remove testnet image building and publishing * Fix ports * Comment external address * Remove external address from localnet nodes * Fix paths * Get rid of configure mapping in docker entrypoint script * Add api, consensus configuration to localnet * Fix paths in the upgrade test * Fix linter issues * For the previous commit * Make container.env to utilize cosmos native env vars * Revert unnecessary changes * Add new line at the EOF * Remove remainings of the testnet image * Extract env vars of testnet into separate files * Fix images publishing * Move import-keys script to localnet * Set default minimum gas prices for localnet * Set CREATE_EMPTY_BLOCKS to false * Replace PAT with GITHUB_TOKEN * Fix registry name in release pipeline * Add missing seed_mode * Fix panic in case of invalid key format (#284) Co-authored-by: Ankur Banerjee <[email protected]> Signed-off-by: Andrew Nikitin <[email protected]>
No description provided.