Skip to content

Commit 0671e98

Browse files
authored
Merge pull request #866 from ainblockchain/release/v1.0.1
Release/v1.0.1
2 parents ad872a6 + 58e8264 commit 0671e98

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1550
-262
lines changed

blockchain-configs/1-node/blockchain_params.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"genesis": {
4545
"genesis_addr": "0xAAAf6f50A0304F12119D218b94bea8082642515B",
46-
"genesis_timestamp": 1571819318272,
46+
"genesis_timestamp": 1640995199999,
4747
"num_genesis_accounts": 10,
4848
"epoch_ms": 1000,
4949
"chain_id": 0,
@@ -78,7 +78,9 @@
7878
"tx_bytes_limit": 10000,
7979
"batch_tx_list_size_limit": 50,
8080
"set_op_list_size_limit": 1500,
81-
"min_gc_num_siblings_deleted": 100
81+
"min_gc_num_siblings_deleted": 100,
82+
"snapshot_chunk_size": 1000000,
83+
"min_gas_price": 1
8284
},
8385
"reward": {
8486
"type": "FIXED",
25 Bytes
Binary file not shown.

blockchain-configs/2-nodes/blockchain_params.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"genesis": {
5151
"genesis_addr": "0xAAAf6f50A0304F12119D218b94bea8082642515B",
52-
"genesis_timestamp": 1571819318272,
52+
"genesis_timestamp": 1640995199999,
5353
"num_genesis_accounts": 10,
5454
"epoch_ms": 1000,
5555
"chain_id": 0,
@@ -84,7 +84,9 @@
8484
"tx_bytes_limit": 10000,
8585
"batch_tx_list_size_limit": 50,
8686
"set_op_list_size_limit": 50,
87-
"min_gc_num_siblings_deleted": 100
87+
"min_gc_num_siblings_deleted": 100,
88+
"snapshot_chunk_size": 1000000,
89+
"min_gas_price": 1
8890
},
8991
"reward": {
9092
"type": "FIXED",
15 Bytes
Binary file not shown.

blockchain-configs/3-nodes/blockchain_params.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"genesis": {
5959
"genesis_addr": "0xAAAf6f50A0304F12119D218b94bea8082642515B",
60-
"genesis_timestamp": 1571819318272,
60+
"genesis_timestamp": 1640995199999,
6161
"num_genesis_accounts": 10,
6262
"epoch_ms": 1000,
6363
"chain_id": 0,
@@ -92,7 +92,9 @@
9292
"tx_bytes_limit": 10000,
9393
"batch_tx_list_size_limit": 50,
9494
"set_op_list_size_limit": 50,
95-
"min_gc_num_siblings_deleted": 100
95+
"min_gc_num_siblings_deleted": 100,
96+
"snapshot_chunk_size": 1000000,
97+
"min_gas_price": 1
9698
},
9799
"reward": {
98100
"type": "FIXED",
28 Bytes
Binary file not shown.

blockchain-configs/afan-shard/blockchain_params.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"genesis": {
5757
"genesis_addr": "0xBBB2219cD5eACc54Ce95deF7a67dDe71C8241891",
58-
"genesis_timestamp": 1571819318272,
58+
"genesis_timestamp": 1640995199999,
5959
"num_genesis_accounts": 10,
6060
"epoch_ms": 3000,
6161
"chain_id": 0,
@@ -90,7 +90,9 @@
9090
"tx_bytes_limit": 10000,
9191
"batch_tx_list_size_limit": 50,
9292
"set_op_list_size_limit": 50,
93-
"min_gc_num_siblings_deleted": 100
93+
"min_gc_num_siblings_deleted": 100,
94+
"snapshot_chunk_size": 1000000,
95+
"min_gas_price": 1
9496
},
9597
"reward": {
9698
"type": "FIXED",
24 Bytes
Binary file not shown.

blockchain-configs/base/blockchain_params.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"genesis": {
5757
"genesis_addr": "0xAAAf6f50A0304F12119D218b94bea8082642515B",
58-
"genesis_timestamp": 1571819318272,
58+
"genesis_timestamp": 1640995199999,
5959
"num_genesis_accounts": 10,
6060
"epoch_ms": 20000,
6161
"chain_id": 0,
@@ -90,7 +90,9 @@
9090
"tx_bytes_limit": 10000,
9191
"batch_tx_list_size_limit": 50,
9292
"set_op_list_size_limit": 50,
93-
"min_gc_num_siblings_deleted": 100
93+
"min_gc_num_siblings_deleted": 100,
94+
"snapshot_chunk_size": 1000000,
95+
"min_gas_price": 500
9496
},
9597
"reward": {
9698
"type": "FIXED",
24 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)