The core developers have tagged a new 2021.06.25.0
Hotspot firmware release which contains updates
to support better transaction validation for Validators and improvements to State Channel
scalability. This is a required release for Hotspot owners as it introduces new chain variables
which will get activated at a later date.
-
Miner Updates
This miner release includes Validator and JSON RPC support. Please feel free to read validator docs and browse through the PRs listed below for further details:
-
Blockchain Updates
The core developers have added support for a new chain variable
validator_key_check
to guardblockchain_txn_stake_validator_v1
andblockchain_txn_transfer_validator_stake_v1
against using keys from the wrong network.- blockchain-core#881: Fix validator transfer stake transaction
- blockchain-core#879: Fix validator stake transaction
-
State Channel Improvements
The core developers have updated state channels to be more scalable as the network grows by introducing a new
sc_max_actors
chain variable and allowing validation of more than10
simultaneous state channels.- blockchain-core#852: Fix state channel server to allow more state channels and overspill
-
Miscellaneous
blockchain-core
FixesA few
blockchain-core
bug fixes are also packed in this release specifically around ledger upgrades when ingesting snapshots and transaction manager fixes. Related PRs are listed below:- blockchain-core#877: Don't run ledger upgrades before checking snapshot sync
- blockchain-core#875: Default is_gateway_new_location to true
- blockchain-core#869: Add escape hatch for allowing unstaking validator
- blockchain-core#866: Transaction manager tuning
Plan
We have been beta testing 2021.06.25.0
since June 25th, 2021 11:30 AM PT. Current ETA for GA is
2:30 PM PT, June 25th, 2021.