Skip to content

Commit

Permalink
Merge pull request #1220 from ainblockchain/release/v1.1.3
Browse files Browse the repository at this point in the history
Merge v1.1.3 into develop branch
  • Loading branch information
platfowner authored Dec 12, 2023
2 parents 9b3f546 + 1f1bbbd commit 758d997
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blockchain-configs/mainnet-prod/timer_flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"has_bandage": true
},
"allow_up_to_6_decimal_transfer_value_only": {
"enabled_block": null,
"enabled_block": 3064900,
"has_bandage": true
}
}
2 changes: 1 addition & 1 deletion blockchain-configs/testnet-prod/timer_flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"has_bandage": true
},
"allow_up_to_6_decimal_transfer_value_only": {
"enabled_block": null,
"enabled_block": 3062600,
"has_bandage": true
}
}
3 changes: 3 additions & 0 deletions client/protocol_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,8 @@
},
"1.1.2": {
"min": "1.0.0"
},
"1.1.3": {
"min": "1.0.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ain-blockchain",
"description": "AI Network Blockchain",
"version": "1.1.2",
"version": "1.1.3",
"private": true,
"license": "MIT",
"author": "[email protected]",
Expand Down

0 comments on commit 758d997

Please sign in to comment.