feat(connector-besu): remove tessera support #3883
Labels
Besu
Breaking_V2
Changes that can only be made with the release of v3.0.0 due to them being breaking changes.
Milestone
Uh oh!
There was an error while loading. Please reload this page.
BREAKING CHANGE
Besu has deprecated privacy features and since we are coming up on a major release we should also use this opportunity to reduce complexity in the Besu connector by eliminating the associated features from the connector itself and from the testing infrastructure as well (Besu AIO container image).
Source 1: https://besu.hyperledger.org/private-networks/concepts/privacy
Source 2: https://www.lfdecentralizedtrust.org/blog/sunsetting-tessera-and-simplifying-hyperledger-besu
Implementation Notes
You can search for
.priv.
in your favorite IDE and filter the results to.ts
file extensions which then will give you a (probably/hopefully) comprehensive list of places in the code where privacy features are being used.These all need to be removed and the corresponding public API surface features removed as well.
cc: @hyperledger-cacti/cacti-maintainers
The text was updated successfully, but these errors were encountered: