hashgraph/hedera-protobufs

Deprecate staking-related protobuf fields not applicable to HIP-406 spec

tinker-michaelj opened this issue · 0 comments

Problem

We need to announce deprecation of several protobuf fields that will not be used in the actual implementation of HIP-406.

Solution

  • Deprecate NodeAddress#stake
  • Deprecate ContractCreateTransactionBody#proxyAccountID
  • Deprecate ContractUpdateTransactionBody#proxyAccountID
  • Deprecate CryptoCreateTransactionBody#proxyAccountID
  • Deprecate CryptoUpdateTransactionBody#proxyAccountID
  • Deprecate CryptoGetInfoResponse.AccountInfo#proxyAccountID
  • Deprecate GetAccountDetailsResponse.AccountDetails#proxyAccountID

Alternatives

No response