Commit Graph

6 Commits

Author SHA1 Message Date
walker-16 969dba79cc Add logic to fix vaa txhash in tx-tracker component. (#670) 2023-10-06 10:57:28 -03:00
walker-16 29bb5fd77b fixes found in v2 component integration (#667)
fixes found in v2 component integrations
Co-authored-by: ftocal <fert1335@gmail.com>
2023-10-06 10:57:28 -03:00
ftocal 38c92c5754 Handle new type of messages from fly and event-watcher in tx-tracker (#652) 2023-10-06 10:57:28 -03:00
walker-16 abb5baf24e
add metrics to tx-tracker (#556) 2023-07-19 09:04:41 -03:00
agodnic 93e1a72409
Improvements in the `tx-tracker` service (#517)
### Description

This pull request implements improvements in the `tx-tracker` service:
* Adjust SQS visibilityTimeout.
* Process PythNet messages concurrently (this will make it easier for the service to catch up if there are a lot of messages in the input queue).
* Add more context information to error messages.
2023-07-06 15:26:18 -03:00
agodnic 2b50eb5116
[TX TRACKER] Add component that obtains transaction data (#159)
### Summary

This pull request adds a new component under the directory `txtracker`.

This component retrieves information about portal token bridge transfers (i.e.: sender address, receiver address, timestamp), and persists the data in MongoDB.

### Chains supported

The blockhains currently supported are:
* Terra (27% of outgoing transfers)
* Solana (25%)
* BSC (25%)
* Eth (14%)
* Polygon (4%)

The remaining chains will be added iteratively as needed.
2023-03-14 15:49:10 -03:00