pyth-crosschain/hermes/src
Daniel Chew 69e4fee501
add /v2/updates/price/latest endpoint (#1225)
* add /v2/updates/price/latest endpoint

* Update data type in BinaryPriceUpdate struct

* support compressed update data

* Update API endpoint in index.rs

* Update hermes/src/api/types.rs

Co-authored-by: Ali Behjati <bahjatia@gmail.com>

* move to v2 module and address comments

* address more comments

* address more comments

---------

Co-authored-by: Ali Behjati <bahjatia@gmail.com>
2024-01-19 11:53:19 +00:00
..
aggregate chore(hermes): change level of some logs 2023-10-27 17:01:42 +02:00
api add /v2/updates/price/latest endpoint (#1225) 2024-01-19 11:53:19 +00:00
config fix(hermes): correct the metrics server env var 2023-10-19 12:46:38 +02:00
network fix(hermes): handle ws notifier shut down properly 2023-10-19 11:59:10 +02:00
state refactor(hermes): improve logging 2023-12-11 18:54:55 +01:00
aggregate.rs fix(hermes): handle price feed removal properly 2023-12-07 18:20:31 +00:00
api.rs add /v2/updates/price/latest endpoint (#1225) 2024-01-19 11:53:19 +00:00
config.rs refactor(hermes): move metrics endpoint to a separate metrics server 2023-10-19 11:59:10 +02:00
main.rs refactor(hermes): improve logging 2023-12-11 18:54:55 +01:00
metrics_server.rs fix(hermes): fix metrics content-type 2023-10-20 13:16:11 +02:00
network.rs feat(hermes): move to wormhole gRPC from p2p 2023-10-09 08:56:59 +01:00
serde.rs refactor(hermes): wrap hex::serde for deserializing 2023-09-25 13:22:26 +01:00
state.rs feat(hermes): add metrics 2023-10-18 15:04:10 +02:00