Skip to content

Commit 390f5e0

Browse files
authored
chore: update hedera protobufs in coderabbit review instructions (hiero-ledger#1986)
Signed-off-by: MontyPokemon <59332150+MonaaEid@users.noreply.github.com>
1 parent 71c7467 commit 390f5e0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.coderabbit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,12 +1249,12 @@ reviews:
12491249
2. Extract the module name before `_pb2`
12501250
(e.g. `transaction_record` from `transaction_record_pb2`)
12511251
3. Build the canonical URL:
1252-
`https://github.com/hashgraph/hedera-protobufs/blob/v0.66.0/<path>/<module>.proto`
1252+
`https://github.com/hashgraph/hedera-protobufs/blob/v0.72.0-rc.2/<path>/<module>.proto`
12531253

12541254
**Example:**
12551255
```
12561256
Import: from hiero_sdk_python.hapi.services import transaction_record_pb2
1257-
Schema: https://github.com/hashgraph/hedera-protobufs/blob/v0.66.0/services/transaction_record.proto
1257+
Schema: https://github.com/hashgraph/hedera-protobufs/blob/v0.72.0-rc.2/services/transaction_record.proto
12581258
```
12591259

12601260
### Step 3 — Compare the SDK class against the proto schema

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
1212

1313
### Changed
1414
- Changed pytest version to "pytest>=8.3.4,<10" (#1917)
15+
- Update protobuf schema version to v0.72.0-rc.2 in `.coderabbit.yaml`
1516

1617
### Src
1718
- Updated `generated_proto.py` file to work with new proto version

0 commit comments

Comments
 (0)