fix: resolve build errors for network domain #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/sdk-package-name"
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?
dev-dependency in Cargo.toml to match the name generated by build.rs
get_tfchain_balance, get_node -> get_tfchain_node, get_farm ->
get_tfchain_farm (avoids duplicate definitions with GridExplorer and
Token services)
around herolib-osis code generator bug (doesn't wrap optional params
in Some() in dispatchers). Use request types instead.
network rpc.rs with todo!() implementations
Build passes: cargo build --no-default-features --features network
Note: embedder domain has 74 pre-existing errors (unrelated API mismatch
with hero_embedder crate) that block full default build.
Note:** The
development-tosortbranch (TOSORT cleanup) should be rebased on top of this fix branch once both are merged, since the schemas were adjusted here. (see PR #7)