Skip to content

Commit 6404bc1

Browse files
authored
develop branch clean up (#1492)
* changing develop default application code name to be connected to test net only * remove unused config and node_keys
1 parent b226b19 commit 6404bc1

File tree

9 files changed

+7
-95
lines changed

9 files changed

+7
-95
lines changed

common/constant/genesis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ type (
6969
)
7070

7171
var (
72-
ApplicationCodeName = "ZBC_main"
72+
ApplicationCodeName = "ZBC_test"
7373
ApplicationVersion = "1.0.0"
7474
MainchainGenesisBlocksmithID = []byte{1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}
7575
MainchainGenesisBlockSignature = []byte{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,

config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ maxapirequestpersecond = 10
1313
monitoringport = 9090
1414
myaddress = "127.0.0.1"
1515
nodekeyfile = "node_keys.json"
16-
owneraccountaddress = "ZBC_F5YUYDXD_WFDJSAV5_K3Y72RCM_GLQP32XI_QDVXOGGD_J7CGSSSK_5VKR7YML"
16+
# seed: glimpse carry snake fox cement enroll picture rubber dice call bunker make hotel give bamboo blind hockey circle clap resource silly obey reveal trick
17+
owneraccountaddress = "ZBC_FFK7CVJE_QR7MZI2O_YMYKQ7NA_HRLYAOZU_TY7TXNEH_KZRUPKMF_MO36RWQ5"
1718
peerport = 8001
1819
proofofownershipreqtimeoutsec = 2
1920
resourcepath = "/Users/ali/go/src/github.com/zoobc/zoobc-core/resource"

config2.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ maxapirequestpersecond = 10
1010
monitoringport = 9092
1111
myaddress = "127.0.0.1"
1212
nodekeyfile = "node_keys_2.json"
13-
owneraccountaddress = "ZBC_EEX2EIIS_UFQI5SRU_4UGYMSXA_RDSKDNAF_P2A7M5PC_CXWCMZZX_SNPIQ2SW"
13+
# seed: reopen fetch spread valve gloom power tiny maze annual mind amateur bullet enforce rabbit frozen lock broken tell hello access license endless edit inch
14+
owneraccountaddress = "ZBC_QFVW5OWQ_3PQMBDOX_4XJXZ4PL_SH7FBFKN_LVUOVPSO_22BHUQTZ_EA2CF7LQ"
1415
peerport = 8002
1516
proofofownershipreqtimeoutsec = 1
1617
resourcepath = "resource"

config3.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ maxAPIRequestPerSecond = 10
1515
apiReqTimeoutSec = 2
1616
cpuProfilingPort = 6063
1717
monitoringPort = 9093
18-
19-
ownerAccountAddress = "ZBC_3WWDF4S2_IZVG2HHD_VOPSCNGN_COLYZ2OZ_M4QJZ4OL_44YHTKVC_2TPZBZAU"
18+
# seed: afraid garage canal drastic ill lounge vicious sniff tonight flee vital second twice describe enjoy sport absurd develop garden struggle kidney gas joke burst
19+
ownerAccountAddress = "ZBC_MVSCRODC_M7MPBOZJ_EGEVP7OS_5LNMXF7A_5NWKQRPV_EZ26CEKD_MWLMFXVK"
2020

2121
proofOfOwnershipReqTimeoutSec = 1
2222
smithing = true

config4.toml

Lines changed: 0 additions & 36 deletions
This file was deleted.

config5.toml

Lines changed: 0 additions & 36 deletions
This file was deleted.

resource/node_keys_4.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

resource/node_keys_5.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

resource/node_keys_alpha.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)