cacti
cacti copied to clipboard
Capture transactional data from SATP connectors
Capture transactional data from a gateway session and attribute a caseid for each cross-chain transaction. See how Hephaestus works and developed code. However we need to change the code a bit.
At every gateway session, we now need to do a few things, according to the following requirements:
Requirements:
- For each session (representing one cross-chain transaction), assign a case ID to the cross-chain transaction (which is the session ID).
- Get transactional data from all the blockchain transactions issued (successful and failed)
- Process the transactions according to Hephaestus. Assign the corresponding case ID / timestamps / blockchain ID/ etc to all of them.
- Implement endpoint to export transactional data in JSON and CSV formats (so Hephaestus can create cross-chain models)
I will do this task.