chain-client-sdk-dart/lib
flemming-it c46dc58ac3
Some checks failed
Security / Security check (push) Failing after 2s
feat: submitStreaming + detached-invocation client (T2/T3)
Regenerates the gRPC stubs from the updated proto and adds:
- HubClient.submitStreaming(...) -> Stream<SubmitStreamEvent>: follow a
  flow execution live (step markers, module emit-events, terminal
  result/error). Works over native gRPC and, on web, gRPC-Web (the
  same conditional channel factory the rest of the SDK uses).
- submit(..., detach: true) and getInvocationStatus /
  getInvocationResult / cancelInvocation wrappers (T3).
- SubmitStreamEvent + InvocationStatus re-exported as typedefs.

Shared _buildSubmitRequest between submit + submitStreaming. analyze
clean, tests pass.

Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
2026-07-06 01:56:43 +02:00
..
src feat: submitStreaming + detached-invocation client (T2/T3) 2026-07-06 01:56:43 +02:00
chain_client_sdk.dart refactor: rename package fai_client_sdk -> chain_client_sdk 2026-06-16 17:39:12 +02:00