mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-09 13:58:02 -05:00
Updated for privacy issue (#610)
Signed-off-by: Madeline <madeline.murray@consensys.net>
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## 1.4.3
|
||||
|
||||
### Critical Issue for Privacy Users
|
||||
|
||||
A critical issue for privacy users with private transactions created using Hyperledger Besu v1.3.4
|
||||
or earlier has been identified. If you have a network with private transaction created using v1.3.4
|
||||
or earlier, please read the following and take the appropriate steps:
|
||||
|
||||
https://wiki.hyperledger.org/display/BESU/Critical+Issue+for+Privacy+Users
|
||||
|
||||
## 1.4.2
|
||||
|
||||
### Additions and Improvements
|
||||
|
||||
@@ -2,12 +2,20 @@
|
||||
|
||||
Hyperledger Besu v1.4 implements a new data structure for private state storage that is not backwards compatible.
|
||||
A migration will be performed when starting v1.4 for the first time to reprocess existing private transactions
|
||||
and re-create the private state data in the v1.4 format.
|
||||
created using v1.3.5 or later and re-create the private state data in the v1.4 format.
|
||||
|
||||
**Important**
|
||||
|
||||
All nodes with existing private transactions will be migrated to the new private state storage
|
||||
when upgrading to v1.4. It is not possible to upgrade to v1.4 without migrating.
|
||||
All nodes with existing private transactions from 1.3.5 or later will be migrated to the new private
|
||||
state storage when upgrading to v1.4. It is not possible to upgrade to v1.4 without migrating.
|
||||
|
||||
## Private transactions created using v1.3.4 or earlier
|
||||
|
||||
A critical issue for privacy users with private transactions created using Hyperledger Besu v1.3.4
|
||||
or earlier has been identified. If you have a network with private transaction created using v1.3.4
|
||||
or earlier, please read the following and take the appropriate steps:
|
||||
|
||||
https://wiki.hyperledger.org/display/BESU/Critical+Issue+for+Privacy+Users
|
||||
|
||||
## How to migrate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user