Commit Graph

20 Commits

Author SHA1 Message Date
Mariano db6ecbbeee simplify query 2024-03-27 16:59:26 -03:00
Mariano bf1e37c6f4 try using instead of 2024-03-27 13:47:32 -03:00
Mariano 4396b09bd0 change 2024-03-27 12:25:03 -03:00
Mariano 51e3511270 add matching also for standardizedProperties 2024-03-27 12:25:03 -03:00
Mariano 098b396e62 adjust query by appId 2024-03-27 12:25:03 -03:00
Mariano 015f8f16ad move query to a separate pipeline which starts from parsedVAA 2024-03-27 12:25:03 -03:00
Mariano c0dc5ccc77 fix appIds matching condition 2024-03-27 12:25:03 -03:00
Mariano cdfc975eea insert filtering by chain and by appid as stages in aggregation pipeline 2024-03-27 12:25:02 -03:00
Mariano 3ff29e1639 change implementation of sourceChain and targetChain 2024-03-27 12:25:02 -03:00
Mariano 5b03c9e899 combine query params filters 2024-03-27 12:25:02 -03:00
Mariano 91fbd1cdaf change queryies 2024-03-27 12:25:02 -03:00
Mariano ddc93a1f78 add exclusiveAppId,sourceChain and targetChain 2024-03-27 12:25:02 -03:00
Mariano 2be0e3d838 change query 2024-03-27 12:25:02 -03:00
Mariano 7e9bbf2a41 start
add search by chain

 change chainId query param handling

 change condition

 only from chain

change query

 add filter by appId

 add payload type for operations query

add logs

 add log for error in mongodb call

 add more logs and recover to find possible panic

change type to float64

add more logs for troubleshooting

 add more logs for troubleshooting payloadType query param

add another defer
2024-03-27 12:25:02 -03:00
ftocal e55f6e35e3
Fix operations query by txHash when the vaa was processed correctly (#1255)
Co-authored-by: walker-16 <agpazos85@gmail.com>
2024-03-27 10:58:50 -03:00
walker-16 4760c820c3
808 enhance operationsaddress to provide information for all address formats (#1145)
* Add index in globalTransactions by originTx.attribute.value.originAddress

* Add in the operation by address endpoint support to wormchain chains
2024-02-23 10:32:26 -03:00
walker-16 8c5e9e5353
Feature/improve operation endpoint performance (#1064)
* Change query to sort by timestamp and id

* Add maximun size to pageSize in operation endpoint

* Add missing indexes for mongodb

* improve search txHash for nested wormchain txHash

---------

Co-authored-by: Fernando Torres <fert1335@gmail.com>
2024-02-01 11:21:34 -03:00
walker-16 984fb748d8
operation endpoint remove q query param, add address and txHash query… (#852)
operation endpoint remove q query param, add address and txHash query params
2023-12-04 16:33:38 -03:00
walker-16 9fce2cf645
Fix operation endpoint search wormchain txs and destinationTx (#830) 2023-11-29 16:21:28 -03:00
ftocal 7c467f5267
Integrating blockchain watcher data into mongodb (#820)
* Handle log-message-published generated by blockchain-watcher in parser, tx-tracker y analytics

* Add deployment for staging-testnet environment
Improve logs

* Add operation endpoints

---------

Co-authored-by: Agustin Pazos <agpazos85@gmail.com>
2023-11-27 12:31:35 -03:00