Skip to content

Commit 89ad39d

Browse files
chore: update generate_proto.py version to v0.72.1 (#2104)
Signed-off-by: tannaya7 <tannayasupriya157@gmail.com> Co-authored-by: exploreriii <133720349+exploreriii@users.noreply.github.com>
1 parent f7d71c5 commit 89ad39d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
910
### Src
11+
12+
- Update generate_proto.py VERSION from v0.72.0-rc.2 to v0.72.1
1013
- Exposed all missing `TransactionRecord` protobuf fields `consensusTimestamp`, `scheduleRef`, `assessed_custom_fees`, `automatic_token_associations`, `parent_consensus_timestamp`, `alias`, `ethereum_hash`, `paid_staking_rewards`, `evm_address`, `contractCreateResult` with proper `None` handling, PRNG oneof handling with unset values return `None` instead of default values 0 / b"" (#1636)
1114

1215
### Tests

generate_proto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from dataclasses import dataclass, field
3131
from pathlib import Path
3232

33-
VERSION="v0.72.0-rc.2"
33+
VERSION="v0.72.1"
3434
SOURCES = [
3535
{
3636
"name": "hedera-protobufs",

0 commit comments

Comments
 (0)