You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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