refactor: regenerate SDK with herolib_osis_client transport #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_heroports"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
herolib_osis::offline::CachingTransportwithherolib_osis_client::OsisClientherolib_osis_clientinstead ofherolib_osis(removessled,dirs, WASM boilerplate deps)Context
hero_lib development branch (commits 369eb82..25519fd) removed the
offlinemodule and introducedherolib_osis_clientas a shared cross-platform RPC client. The SDK generated code still referenced the oldCachingTransport, breaking all downstream consumers. This PR regenerates the SDK to match.Supersedes PR #7 (which only fixed the import path but didn't address the full offline module removal).
Test plan
cargo checkinsdk/rust/)dx build --platform web)🤖 Generated with Claude Code
Superseded by #9 — consolidated to
development_mikbranch with latestdevelopmentmerged in.Pull request closed