Skip to content

Tags: pyth-network/pyth-stream

Tags

v0.1.8

Toggle v0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: support ids without leading 0x (#9)

This code change is hacky and not fully correct. The whole code needs to
be refactored later to parse hex properly into 32-bytes array (as hermes)
instead of relying on String

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ensure consumers get a unique ephemeral name (#8)

* ensure consumers get a unique ephemeral name

* set stream max_bytes to 4 GB

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
use slot instead of publish_time for unique id (#7)

v0.1.5

Toggle v0.1.5's commit message
bump version

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version (#6)

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add http health endpoint to websocket-server (#4)

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: correctly load config from env vars (#3)

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
enable nats jetstream deduplication (#2)

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
pyth-stream mvp (#1)

* pyth stream mvp

* add github actions workflow

* clone ws_sender instead of using channels
add configuration options to readme
use specific types in structs
use expect or context instead of unwrap
remove use of mapping account
spawn separate threads for blocking operations
move duplicate nats code to utils
move binary entrypoints under src/bin
add reconnection logic and abort process on panic

* remove redundant import