wormhole-explorer/fly
Mariano e06057acfd
[ISSUE-1220] Add filters to /operations endpoint (#1262)
* 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

* change query

* add exclusiveAppId,sourceChain and targetChain

* unify search criteria

* change queryies

* combine query params filters

* change implementation of sourceChain and targetChain

* insert filtering by chain and by appid as stages in aggregation pipeline

* fix appIds matching condition

* move query to a separate pipeline which starts from parsedVAA

* adjust query by appId

* add matching also for standardizedProperties

* change

* try using  instead of

* simplify query

* add queryLoggging and remove other parts of the query to troubleshooting

* working

* add index creation

* update swagger docs

* tweak index performance and fix timestamp on parsedVaa collection

* 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

* change query

* add exclusiveAppId,sourceChain and targetChain

* unify search criteria

* change queryies

* combine query params filters

* change implementation of sourceChain and targetChain

* insert filtering by chain and by appid as stages in aggregation pipeline

* fix appIds matching condition

* move query to a separate pipeline which starts from parsedVAA

* adjust query by appId

* add matching also for standardizedProperties

* change

* try using  instead of

* simplify query

* add queryLoggging and remove other parts of the query to troubleshooting

* working

* add index creation

* update swagger docs

* tweak index performance and fix timestamp on parsedVaa collection

* add lookup for globaltransactions
2024-04-09 09:57:08 -03:00
..
builder Increment observation tx hash cache expiration (#1184) 2024-03-12 12:23:29 -03:00
cmd/backfiller Improve fly reliability (#1094) 2024-02-06 21:00:45 -03:00
config Increment observation tx hash cache expiration (#1184) 2024-03-12 12:23:29 -03:00
deduplicator Fly: Deduplicate & use persistent queue for incoming VAAs (#28) 2022-11-21 11:18:33 -03:00
gossip Improve fly reliability (#1094) 2024-02-06 21:00:45 -03:00
guardiansets add warning alert and metrics to fly component (#576) 2023-07-25 15:39:27 -03:00
internal Add improvements in fly (#1183) 2024-03-06 11:59:09 -03:00
migration [ISSUE-1220] Add filters to /operations endpoint (#1262) 2024-04-09 09:57:08 -03:00
notifier Improve fly reliability (#1094) 2024-02-06 21:00:45 -03:00
processor Increment observation tx hash cache expiration (#1184) 2024-03-12 12:23:29 -03:00
producer Integrating blockchain watcher data into mongodb (#820) 2023-11-27 12:31:35 -03:00
queue Improve fly reliability (#1094) 2024-02-06 21:00:45 -03:00
server Improve fly reliability (#1094) 2024-02-06 21:00:45 -03:00
storage Increment observation tx hash cache expiration (#1184) 2024-03-12 12:23:29 -03:00
txhash Increment observation tx hash cache expiration (#1184) 2024-03-12 12:23:29 -03:00
.gitignore [API/FLY/SPY] Update .gitignore (#87) 2023-01-24 12:02:41 -03:00
Dockerfile Improve fly reliability (#1094) 2024-02-06 21:00:45 -03:00
Makefile add new guardian set v3 (#59) 2023-01-18 09:27:59 -03:00
README.md first commit 2022-09-07 18:43:05 +00:00
data.json Use Redis channel in spy and fly (#753) 2023-10-18 11:18:32 -03:00
go.mod Changes to support ci/cd workflow in staging environment (#1166) 2024-02-29 11:14:31 -03:00
go.sum Changes to support ci/cd workflow in staging environment (#1166) 2024-02-29 11:14:31 -03:00
main.go Increment observation tx hash cache expiration (#1184) 2024-03-12 12:23:29 -03:00

README.md

MONGODB_URI=mongodb://root:example@localhost:27017/ go run main.go