Skip to content

Commit e367d19

Browse files
author
platfowner
authored
Merge pull request #913 from ainblockchain/release/v1.0.3
Release/v1.0.3
2 parents caa6967 + cc82cb0 commit e367d19

File tree

28 files changed

+696
-274
lines changed

28 files changed

+696
-274
lines changed

blockchain-configs/afan-shard/node_params.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"MAX_NUM_INBOUND_CONNECTION": 3,
3838
"MAX_NUM_SNAPSHOTS": 10,
3939
"ON_MEMORY_CHAIN_LENGTH": 10,
40+
"P2P_GENESIS_BLOCK_HASH_MISMATCH_SLEEP_MS": 10000,
4041
"P2P_HEARTBEAT_INTERVAL_MS": 15000,
4142
"P2P_MESSAGE_TIMEOUT_MS": 600000,
4243
"P2P_PORT": 5000,

blockchain-configs/base/node_params.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"MAX_NUM_INBOUND_CONNECTION": 6,
3838
"MAX_NUM_SNAPSHOTS": 10,
3939
"ON_MEMORY_CHAIN_LENGTH": 10,
40+
"P2P_GENESIS_BLOCK_HASH_MISMATCH_SLEEP_MS": 10000,
4041
"P2P_HEARTBEAT_INTERVAL_MS": 15000,
4142
"P2P_MESSAGE_TIMEOUT_MS": 600000,
4243
"P2P_PORT": 5000,

blockchain-configs/base/timer_flags.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@
1818
"staking_balance_total_sum": {
1919
"enabled_block": 2,
2020
"has_bandage": true
21+
},
22+
"update_max_state_tree_size_per_byte2": {
23+
"enabled_block": 3,
24+
"has_bandage": true
2125
}
2226
}

blockchain-configs/he-shard/node_params.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"MAX_NUM_INBOUND_CONNECTION": 6,
3838
"MAX_NUM_SNAPSHOTS": 10,
3939
"ON_MEMORY_CHAIN_LENGTH": 10,
40+
"P2P_GENESIS_BLOCK_HASH_MISMATCH_SLEEP_MS": 10000,
4041
"P2P_HEARTBEAT_INTERVAL_MS": 15000,
4142
"P2P_MESSAGE_TIMEOUT_MS": 600000,
4243
"P2P_PORT": 5000,

blockchain-configs/mainnet-prod/node_params.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"MAX_NUM_INBOUND_CONNECTION": 6,
3737
"MAX_NUM_SNAPSHOTS": 10,
3838
"ON_MEMORY_CHAIN_LENGTH": 10,
39+
"P2P_GENESIS_BLOCK_HASH_MISMATCH_SLEEP_MS": 10000,
3940
"P2P_HEARTBEAT_INTERVAL_MS": 15000,
4041
"P2P_MESSAGE_TIMEOUT_MS": 600000,
4142
"P2P_PORT": 5000,

blockchain-configs/mainnet-prod/timer_flags.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@
1818
"staking_balance_total_sum": {
1919
"enabled_block": 44600,
2020
"has_bandage": true
21+
},
22+
"update_max_state_tree_size_per_byte2": {
23+
"enabled_block": 58300,
24+
"has_bandage": true
2125
}
2226
}

blockchain-configs/sim-shard/node_params.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"MAX_NUM_INBOUND_CONNECTION": 6,
3838
"MAX_NUM_SNAPSHOTS": 10,
3939
"ON_MEMORY_CHAIN_LENGTH": 10,
40+
"P2P_GENESIS_BLOCK_HASH_MISMATCH_SLEEP_MS": 10000,
4041
"P2P_HEARTBEAT_INTERVAL_MS": 15000,
4142
"P2P_MESSAGE_TIMEOUT_MS": 600000,
4243
"P2P_PORT": 5000,

blockchain-configs/testnet-dev/node_params.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"MAX_NUM_INBOUND_CONNECTION": 6,
3838
"MAX_NUM_SNAPSHOTS": 10,
3939
"ON_MEMORY_CHAIN_LENGTH": 10,
40+
"P2P_GENESIS_BLOCK_HASH_MISMATCH_SLEEP_MS": 10000,
4041
"P2P_HEARTBEAT_INTERVAL_MS": 15000,
4142
"P2P_MESSAGE_TIMEOUT_MS": 600000,
4243
"P2P_PORT": 5000,

blockchain-configs/testnet-prod/node_params.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"MAX_NUM_INBOUND_CONNECTION": 6,
3838
"MAX_NUM_SNAPSHOTS": 10,
3939
"ON_MEMORY_CHAIN_LENGTH": 10,
40+
"P2P_GENESIS_BLOCK_HASH_MISMATCH_SLEEP_MS": 10000,
4041
"P2P_HEARTBEAT_INTERVAL_MS": 15000,
4142
"P2P_MESSAGE_TIMEOUT_MS": 600000,
4243
"P2P_PORT": 5000,

blockchain-configs/testnet-prod/timer_flags.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@
2222
"staking_balance_total_sum": {
2323
"enabled_block": 42300,
2424
"has_bandage": true
25+
},
26+
"update_max_state_tree_size_per_byte2": {
27+
"enabled_block": 56300,
28+
"has_bandage": true
2529
}
2630
}

0 commit comments

Comments
 (0)