hashgraph / hedera-smart-contracts

Contains Hedera Smart Contract Service supporting files
Apache License 2.0
38 stars 53 forks source link

Make `HederaResponseCodes.sol` up-to-date with the latest protobufs ones #847

Open natanasow opened 2 months ago

natanasow commented 2 months ago

Problem

There are missing response codes in HederaResponseCodes.sol.

Solution

Update the HederaResponseCodes.sol contract with the protobufs ones defined here.

Alternatives

No response

Nana-EC commented 2 months ago

Good idea. We should explore is there's an automated approach here so it's easier to stay up to date. That is can we take a protobuf file and create the solidity format for it?