- Add Foundry project configuration (foundry.toml, foundry.lock) - Add Solidity contracts (TokenFactory138, BridgeVault138, ComplianceRegistry, etc.) - Add API definitions (OpenAPI, GraphQL, gRPC, AsyncAPI) - Add comprehensive test suite (unit, integration, fuzz, invariants) - Add API services (REST, GraphQL, orchestrator, packet service) - Add documentation (ISO20022 mapping, runbooks, adapter guides) - Add development tools (RBC tool, Swagger UI, mock server) - Update OpenZeppelin submodules to v5.0.0
15 lines
334 B
YAML
15 lines
334 B
YAML
description: Trigger state updated event
|
|
subscribe:
|
|
message:
|
|
$ref: '../asyncapi.yaml#/components/messages/TriggerStateUpdated'
|
|
publish:
|
|
message:
|
|
$ref: '../asyncapi.yaml#/components/messages/EventEnvelope'
|
|
bindings:
|
|
kafka:
|
|
topic: triggers.state.updated
|
|
partitions: 10
|
|
replicas: 3
|
|
bindingVersion: '0.4.0'
|
|
|