- 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
12 lines
237 B
YAML
12 lines
237 B
YAML
description: Packet acknowledged event
|
|
publish:
|
|
message:
|
|
$ref: '../asyncapi.yaml#/components/messages/EventEnvelope'
|
|
bindings:
|
|
kafka:
|
|
topic: packets.acknowledged
|
|
partitions: 5
|
|
replicas: 3
|
|
bindingVersion: '0.4.0'
|
|
|