feat: add FIX descriptor engine integration#333
feat: add FIX descriptor engine integration#333swapnilraj wants to merge 1 commit intoCMTA:masterfrom
Conversation
- introduce FixDescriptorEngine contracts, interfaces, and wrapper modules - add FIX-aware deployment variants for standalone and upgradeable CMTAT - supply mocks, harnesses, and tests to validate the FIX descriptor flow - update Hardhat config and package manifests for the new engine support
|
Hello @swapnilraj , Thanks a lot for your PR, great work ! Some questions:
Due to the dependence with the SDK, I will be more favorable if we put all the fix dedicated smart contracts (including modules and deployment version) in a dedicated repository instead of the main CMTAT repository. We already do this for the SnapshotEngine, which also contains a specific deployment version with modules for CMTAT: SnapshotEngine This dedicated repository could be host in your GitHub or in CMTA organisation as you prefer. Feel free to contact me on X if you have questions |
|
As discussed, the code will be moved to a dedicated repository: CMTAT-FIX |
Summary
Design