hashgraph / hedera-protobufs-java

The protobuf message files defining the Hedera Hashgraph API
Apache License 2.0
37 stars 22 forks source link

Changes for Auto Account Creation #105

Closed Neeharika-Sompalli closed 2 years ago

Neeharika-Sompalli commented 3 years ago

Closed PR in Hedera protobufs

Description: Protobuf changes to support auto account creation.

  1. Adds an alias Key field for AccountID. Any account can have either accountNum or an alias
  2. Modified AccountInfo to have bytes alias
  3. Added a map of alias and account number pairs in transaction_record

Related issue(s): Fixes #104

Neeharika-Sompalli commented 2 years ago

Merged changes through other PR