Validate non-standard hedera.shard
/hedera.realm
configurations
#17419
Labels
Epic
A body of work that can be broken down into specific tasks.
Although shard and realm are configurable, we do not have regular tests running that validate all constructed entity ids respect the configured values.
(For example, any
AccountID
built likeAccountID.newBuilder().accountNum(X).build()
will get id0.0.X
no matter ifhedera.shard=1
andhedera.realm=2
; instead of1.2.X
as we want.)This issue is to,
test-clients
and workflows to support running PR checks with arbitrary shard and realm.The text was updated successfully, but these errors were encountered: