ainblockchain / ain-blockchain

Official Javascript implementation of AI Network Blockchain.
https://www.ainetwork.ai/
MIT License
67 stars 27 forks source link

Deploy v1.3.1 (R72) #1281

Closed platfowner closed 3 months ago

platfowner commented 3 months ago

Release version: v1.3.0 (R71) -> v1.3.1 (R72)

Release branch: https://github.com/ainblockchain/ain-blockchain/tree/release/v1.3.0

Process: testnet-staging -> testnet-prod (spring) -> mainnet-prod

@jiyoung-an @shyun-comcom @akastercomcom @yoojinko

platfowner commented 3 months ago

Testnet-staging deploy succeeded:

bash deploy_blockchain_genesis_gcp.sh staging 0 -1 4 --keystore --no-keep-code --no-keep-data
platfowner commented 3 months ago

Testnet-prod : 3937920 + 270 = 3938190 => 3938200

platfowner commented 3 months ago

Testnet-prod canary deploy succeeded:

bash deploy_blockchain_incremental_gcp.sh spring 0 4 4 --keystore --no-keep-code --keep-data

with timer flags:

  "update_tx_bytes_limit": {
    "enabled_block": 3938200,
    "has_bandage": true
  }
platfowner commented 3 months ago

Testnet-prod full deploy succeeded:

bash deploy_blockchain_incremental_gcp.sh spring 0 -1 3 --keystore --no-keep-code --keep-data

with timer flags:

  "update_tx_bytes_limit": {
    "enabled_block": 3938200,
    "has_bandage": true
  }
platfowner commented 3 months ago

Timer flags turned on: enabled_flags

platfowner commented 3 months ago

3940380 + 270 = 3940650 => 3940700

platfowner commented 3 months ago

Mainnet-prod canary deploy succeeded:

bash deploy_blockchain_incremental_gcp.sh mainnet 0 4 4 --keystore --no-keep-code --keep-data

with timer flags:

  "update_tx_bytes_limit": {
    "enabled_block": 3940700,
    "has_bandage": true
  }
platfowner commented 3 months ago

Mainnet-prod full deploy succeeded:

bash deploy_blockchain_incremental_gcp.sh mainnet 0 -1 3 --keystore --no-keep-code --keep-data

with timer flags:

  "update_tx_bytes_limit": {
    "enabled_block": 3940700,
    "has_bandage": true
  }
platfowner commented 3 months ago

Timer flags turned on for MAINNET: enabled_flags

platfowner commented 3 months ago

Deploy completed.