hedera-sdk-rust icon indicating copy to clipboard operation
hedera-sdk-rust copied to clipboard

Codebase Switchover: Hashgraph -> Hiero

Open rbarker-dev opened this issue 3 months ago • 0 comments

Problem

The hiero-sdk-js codebase is being dual published under both the crates/hashgraph and crates/hiero namespaces. The publish starts with the publish to hashgraph then modifies the source files to make them hiero-centric. We need to swap this order.

Solution

Swap the codebase to be hiero-based and then during the dual publish workflow publish to hiero first, then switch the source to be hashgraph-centric and publish to that namespace.

Alternatives

This needs to happen before the dual publish window ends so that when dual publishing is complete we simply turn off the hashgraph namespace publish.

rbarker-dev avatar Sep 30 '25 13:09 rbarker-dev