go-ethereum/common/constants
Liam 47bfdf7635
Move masternode in v2 config (#372)
* move masternode in v2 config

* update number to meet 7 vote for current setup

* add test

* update all failed test

* fix test

* remove comment

* remove comment

* fix test
2023-11-29 11:11:58 +11:00
..
constants.go.devnet Move masternode in v2 config (#372) 2023-11-29 11:11:58 +11:00
constants.go.testnet Move masternode in v2 config (#372) 2023-11-29 11:11:58 +11:00
README.md add devnet constants 2022-09-03 14:54:48 +08:00

Constants

This directory is used by dockerfile when builing the per environment constants.go The benefit of this structure is to allow devnet, testnet and mainnet to have different constants configuration setup.

The default file under common directory is for the mainnet, whereas all files under this constants directory will override the constants.go when building image. For example, when building devnet images, we will do ADD common/constants/constants.go.devnet /work/common/constants.go