hashgraph / hedera-sdk-go

Hedera™ Hashgraph SDK for Go
https://docs.hedera.com/docs/hedera-sdks
Apache License 2.0
89 stars 64 forks source link

Automatically generate `status.go` and `request_type.go` #1053

Open 0xivanov opened 2 weeks ago

0xivanov commented 2 weeks ago

Problem

Create a Python script to automatically generate and update the status.go and request_type.go files based on changes in the protobuf definitions.

Solution

The solution should look similar to https://github.com/hashgraph/hedera-sdk-java/pull/557/files#

Alternatives

No response