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 .origintrail_noderc template files for the one-click installer (one-click multichain support) #3109

Merged
merged 4 commits into from
Mar 28, 2024

Conversation

Niks988
Copy link
Collaborator

@Niks988 Niks988 commented Mar 26, 2024

Description

Add new .origintrail_noderc template files for the DigitalOcean marketplace one-click installer.

Fixes # (issue)
None. Improvement PR

Type of change

Improving one-click installer to support multichain node deployment.

Please delete options that are not relevant.

  • One-click installer improvement

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@@ -0,0 +1,94 @@
{
"modules":{
"autoUpdater":{
Copy link
Contributor

Choose a reason for hiding this comment

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

You can remove autoUpdater from config

}
},
"blockchain":{
"defaultImplementation":"otp:2043",
Copy link
Contributor

Choose a reason for hiding this comment

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

You can remove default implementation

"evmManagementWalletPrivateKey": "<EVM_MANAGEMENT_WALLET_PRIVATE_KEY>",
"evmManagementWalletPublicKey": "<EVM_MANAGEMENT_WALLET>"
"modules":{
"autoUpdater":{
Copy link
Contributor

Choose a reason for hiding this comment

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

Same comments as for mainnet configuration

@djordjekovac djordjekovac merged commit 44a6720 into v6/develop Mar 28, 2024
3 checks passed
@djordjekovac djordjekovac deleted the improvement/one-click-installer-updates branch March 28, 2024 08:03
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.

3 participants