-
Notifications
You must be signed in to change notification settings - Fork 7
Mainnet support #57
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
Merged
Merged
Mainnet support #57
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
17a80dc
Prepare root `README` for mainnet
lukasz-zimnoch bb658a3
Remove `hardhat/tools` toolbox
lukasz-zimnoch af24319
Prepare Docker component for mainnet
lukasz-zimnoch dd55641
Prepare Helm component for mainnet
lukasz-zimnoch 5567098
Prepare Manual component for mainnet
lukasz-zimnoch a8427ba
Prepare Native component for mainnet
lukasz-zimnoch 8d31739
Make Docker component mainnet-default
lukasz-zimnoch e74448d
Merge branch 'main' into mainnet-prep
lukasz-zimnoch 66857f1
Update root README version ordering info
lukasz-zimnoch 8409310
Merge branch 'main' into mainnet-prep
lukasz-zimnoch 24fc0b0
Minor adjustments to the manual guide
lukasz-zimnoch 2baa290
add ethereum-sidecar.server.network flag support
tscrond d9cfc13
add ethereum-sidecar.server.network flag support for k8s
tscrond a188af1
add MEZOD_ETHEREUM_SIDECAR_SERVER_NETWORK env variable to example con…
tscrond 087b5ae
hardcode values for ethereum sidecar network + address comments for h…
tscrond 0d75061
Add `ethereum-sidecar.server.network` flag for sidecar (#59)
tscrond 95fdbe4
Merge branch 'main' into mainnet-prep
lukasz-zimnoch 9afc9a5
Add the "Non-validator nodes" section
lukasz-zimnoch 4b06388
Add the "Hardware requirements" section
lukasz-zimnoch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| # | ||
| # Docker | ||
| # | ||
| NETWORK=mainnet | ||
| DOCKER_IMAGE="<change me>" # mezo/mezod:VERSION | ||
| #DOCKER_LOG_DRIVER="json-file" # uncomment when running on MacOS | ||
|
|
||
| # | ||
| # Network | ||
| # | ||
| PUBLIC_IP="<change me>" | ||
|
|
||
| # | ||
| # Storage | ||
| # | ||
| LOCAL_BIND_PATH=/var/mezod | ||
|
|
||
| # | ||
| # Keyring | ||
| # | ||
| KEYRING_NAME="localkey" | ||
| KEYRING_PASSWORD="<change me>" # Can be generated. Check out README.md | ||
| KEYRING_MNEMONIC="<change me>" # Can be generated. Check out README.md | ||
|
|
||
| # | ||
| # Mezod | ||
| # | ||
| MEZOD_CHAIN_ID="mezo_31612-1" | ||
| MEZOD_HOME="/var/mezod" | ||
| MEZOD_MONIKER="<change me>" | ||
| MEZOD_ETHEREUM_SIDECAR_SERVER_ETHEREUM_NODE_ADDRESS="<change me>" # Ethereum Mainnet WS RPC | ||
| MEZOD_ETHEREUM_SIDECAR_SERVER_NETWORK="mainnet" | ||
| MEZOD_LOG_LEVEL=info | ||
| MEZOD_LOG_FORMAT=json # json|plain | ||
| MEZOD_PORT_P2P=26656 # Default. It should be changed in case of a custom setup | ||
|
|
||
| # Custom configuration | ||
| #LOCAL_CUSTOM_CONF_APP_TOML="file/path" | ||
| #MEZOD_CUSTOM_CONF_APP_TOML=/config/app.toml.txt | ||
| #LOCAL_CUSTOM_CONF_CLIENT_TOML="file/path" | ||
| #MEZOD_CUSTOM_CONF_CLIENT_TOML=/config/client.toml.txt | ||
| #LOCAL_CUSTOM_CONF_CONFIG_TOML="file/path" | ||
| #MEZOD_CUSTOM_CONF_CONFIG_TOML=/config/config.toml.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| apiVersion: v2 | ||
| name: mezod | ||
| version: 1.6.0 | ||
| appVersion: v1.0.0-rc1 | ||
| version: 2.0.0 | ||
| appVersion: v1.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.