Concordium/concordium-node

Disable encrypted transfers in P7

td202 opened this issue · 0 comments

This disables the transactions related to encrypted balances, except for decrypting existing encrypted balances.

Disable the following transaction types in protocol version 7:

  • EncryptedAmountTransfer
  • TransferToEncrypted
  • EncryptedAmountTransferWithMemo

The TransferToPublic transaction type remains enabled.