Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / frixoe/hyperliquid-rust-sdk-utils issues and pull requests
#9 - feat: orderbook streaming
Pull Request -
State: open - Opened by namn-grg 26 days ago
#8 - bug: do not send empty hashmaps instead of prices
Issue -
State: open - Opened by Frixoe 6 months ago
Labels: bug, enhancement
#7 - Start using Arc<Mutex<Receiver<..>>> in perps and spot prices sender so the connection can be gracefully closed and open and avoid deadlocking
Issue -
State: open - Opened by Frixoe 7 months ago
Labels: enhancement
#6 - fix: if it's fatal it should be error, otherwise it should be a warning
Issue -
State: open - Opened by Frixoe 7 months ago
Labels: bug, enhancement
#5 - upgrade: instead of sending all the price data, only send the one requested
Issue -
State: open - Opened by Frixoe 7 months ago
Labels: enhancement
#4 - bug: prices sender should return the receiver and start the thread inside the function instead of the user having to start the thread
Issue -
State: closed - Opened by Frixoe 7 months ago
Labels: bug, enhancement
#3 - Instead of using spotMetaAndCtxs, use spotMeta and meta
Issue -
State: closed - Opened by Frixoe 7 months ago
#2 - Instead of using HashMaps everywhere, use iter().find() to make things simpler
Issue -
State: open - Opened by Frixoe 7 months ago
#1 - actix-web Data extractor confusing Price HashMap with OI HashMap because they're both the same type
Issue -
State: open - Opened by Frixoe 7 months ago
Labels: bug