Open
Conversation
- Rename main binary from evmd to ogd throughout codebase - Update CLI command references in all shell scripts - Change home directory from .evmd to .ogd - Update Docker container names and image references - Rename script directory: tests/jsonrpc/scripts/evmd -> ogd - Rename script files: start-evmd.sh, stop-evmd.sh, container-start-evmd.sh - Update import path: evmd/cmd/evmd/cmd -> evmd/cmd/ogd/cmd
Changes: - Update all test compatibility scripts (hardhat, viem, common) - Update test_deployment.sh with ogd CLI commands - Update docker-compose.yml: rename service, container, env vars - Update tests/jsonrpc/README.md with ogd references - Change temp directories and log paths in scripts
Changes:
- evmd/app.go: Change appName constant from 'evmd' to 'ogd'
- evmd/README.md: Update binary name in configuration table
Documentation updates:
- precompiles/slashing: Update .evmd -> .ogd paths in docs and code
- precompiles/staking: Update CLI example (evmd -> ogd comet)
- tests/systemtests: Update README with ogd binary references
- tests/solidity: Update test helper messages and path references
- client/debug: Update example command chain-id
nces
Build/deployment updates:
- .github/workflows/aws-deploy.yml: Update Dockerfile path to ogd-env
- evmd/tests/network/util.go: Update node directory path
- tests/systemtests/chainupgrade: Update comment reference
Signed-off-by: Nikhil Sharma <nikhilsharma230303@gmail.com>
Signed-off-by: Nikhil Sharma <nikhilsharma230303@gmail.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds poa using https://github.com/xrplevm/node poa module to og-evm
To be merged after #42