go-ethereum/cicd
anunay-xin 9579593438
fix(constants): update Devnet chain ID and block parameters for devnet-108 setup (#2205)
* fix(constants): update Devnet chain ID and block parameters for devnet-108 setup

* refactor(ci): update masternode deployment logic to skip specifically masternode-1 to masternode-25

* ci: update Slack webhook variable names for pull request notifications

* ci: correct format for masternodeN

* ci: enhance start script to handle bootnodes and miner gas limit configuration in new devnet

* ci: update start script to set default netstats configuration and change network ID for devnet
2026-03-21 17:22:44 +05:30
..
devnet fix(constants): update Devnet chain ID and block parameters for devnet-108 setup (#2205) 2026-03-21 17:22:44 +05:30
local fix(constants): update Devnet chain ID and block parameters for devnet-108 setup (#2205) 2026-03-21 17:22:44 +05:30
mainnet fix(all): fix typo foudation (#2063) 2026-02-28 18:00:55 +04:00
testnet fix(all): fix typo foudation (#2063) 2026-02-28 18:00:55 +04:00
.dockerignore build universe docker image (#309) 2023-08-10 15:37:23 +10:00
Dockerfile chore(cicd,common): unify XDC runtime binary across networks (#2147) 2026-03-10 18:52:38 +05:30
entry.sh chore(cicd,common): unify XDC runtime binary across networks (#2147) 2026-03-10 18:52:38 +05:30
puppeth.sh genesis wizard accept file input 2025-09-14 15:19:19 +04:00
README.md add testnet and mainnet node for latest code testing (#467) 2024-03-04 17:13:50 +11:00

Docker Command

Docker Build

docker build  -f cicd/Dockerfile .

Docker Run

docker run -it -e NETWORK=devnet -e PRIVATE_KEY=$KEY $IMAGE
``