Skip to content

Commit 911978b

Browse files
[ETCM-844] Enable eth/64 support on all chains (#1066)
* [ETCM-844] Enable eth/64 support on all chains Drop eth/63 * [ETCM-844] Re-enable eth/63 in test-chain.conf It's absence causes the EtcHandshakerSpec to fail
1 parent ded1e7b commit 911978b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/main/resources/conf/chains/etc-chain.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# The ID of the accepted chain
77
chain-id = "0x3d"
88

9-
capabilities = ["eth/63"]
9+
capabilities = ["eth/64"]
1010

1111
# Possibility to set Proof of Work target time for testing purposes.
1212
# null means that the standard difficulty calculation rules are used

src/main/resources/conf/chains/eth-chain.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# 1 - mainnet, 3 - ropsten, 7 - mordor
44
network-id = 1
55

6-
capabilities = ["eth/63"]
6+
capabilities = ["eth/64"]
77

88
# Possibility to set Proof of Work target time for testing purposes.
99
# null means that the standard difficulty calculation rules are used

src/main/resources/conf/chains/mordor-chain.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# 1 - mainnet, 3 - ropsten, 7 - mordor
44
network-id = 7
55

6-
capabilities = ["eth/63"]
6+
capabilities = ["eth/64"]
77

88
# Possibility to set Proof of Work target time for testing purposes.
99
# null means that the standard difficulty calculation rules are used

src/main/resources/conf/chains/ropsten-chain.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# 1 - mainnet, 3 - ropsten, 7 - mordor
44
network-id = 3
55

6-
capabilities = ["eth/63"]
6+
capabilities = ["eth/64"]
77

88
# Possibility to set Proof of Work target time for testing purposes.
99
# null means that the standard difficulty calculation rules are used

src/main/resources/conf/chains/test-chain.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# 1 - mainnet, 7 - mordor
44
network-id = 1
55

6-
capabilities = ["eth/63"]
6+
capabilities = ["eth/63", "eth/64"]
77

88
# Possibility to set Proof of Work target time for testing purposes.
99
# null means that the standard difficulty calculation rules are used

0 commit comments

Comments
 (0)