This website requires JavaScript.
Explore
Help
Register
Sign In
gavindiaz
/
polyfill-rs
Watch
1
Star
0
Fork
0
You've already forked polyfill-rs
mirror of
https://github.com/floor-licker/polyfill-rs.git
synced
2026-07-30 14:07:45 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fe772c055a078ca9e53ea1fee294ec8d72e4ad45
polyfill-rs
/
src
T
History
floor-licker
fe772c055a
fix: ambiguous OrderArgs name conflict in test module
2025-12-04 07:14:48 -05:00
..
auth.rs
fix: fix client tests, query parameter names, http methods, side enum serialization
2025-11-04 23:28:21 -05:00
book.rs
fix: ambiguous OrderArgs name conflict in test module
2025-12-04 07:14:48 -05:00
client.rs
fix: resolve ambiguous OrderArgs name conflict in client tests by using explicit imports instead of glob imports, fixing CI test failures
2025-12-04 06:59:20 -05:00
config.rs
Initial commit (clean, no build artifacts)
2025-07-24 20:29:10 -04:00
decode.rs
Fix compilation errors after API parity changes
2025-11-04 23:09:17 -05:00
errors.rs
feat: Add EIP-712 signing for L1 authentication (src/auth.rs), HMAC-SHA256 for L2 API authentication, create_api_key(), derive_api_key(), create_or_derive_api_key(), Add set_api_creds() for credential management, Add create_order() and create_market_order() with EIP-712 signing, Add post_order() and create_and_post_order() for order submission, Add cancel(), cancel_orders(), cancel_all() for order management, Add OrderBuilder with proper tick size validation and rounding, Add get_orders() with filtering by ID, asset, market, Add get_trades() with filtering by time range, maker, asset, Add OpenOrderParams and TradeParams for query flexibility, Add balance_allowance() for balance and allowance queries, Add notifications() for push notification setup, Add get_midpoints() for efficient multi-token midpoint queries, Add get_prices() for batch bid/ask/mid price retrieval, Add BatchMidpointRequest/Response and BatchPriceRequest/Response types, Replace Decimal with u32 (Price) and i64 (Qty) on hot paths, Add decimal_to_price() and decimal_to_qty() conversion functions
2025-10-20 19:07:07 -04:00
fill.rs
tests: tests for book.rs and fill.rs
2025-11-05 20:34:07 -05:00
http_config.rs
feat: implement advanced network optimizations for high-frequency trading environments, achieving 11% baseline latency improvement, 70% faster connection pre-warming, and 200% improvement in request batching through HTTP/2 connection pooling, TCP_NODELAY optimization, adaptive timeouts, circuit breaker patterns, and environment-specific client configurations
2025-12-04 06:35:12 -05:00
lib.rs
feat: implement advanced network optimizations for high-frequency trading environments, achieving 11% baseline latency improvement, 70% faster connection pre-warming, and 200% improvement in request batching through HTTP/2 connection pooling, TCP_NODELAY optimization, adaptive timeouts, circuit breaker patterns, and environment-specific client configurations
2025-12-04 06:35:12 -05:00
orders.rs
test: simplify orders tests
2025-11-04 23:26:57 -05:00
stream.rs
feat: Add EIP-712 signing for L1 authentication (src/auth.rs), HMAC-SHA256 for L2 API authentication, create_api_key(), derive_api_key(), create_or_derive_api_key(), Add set_api_creds() for credential management, Add create_order() and create_market_order() with EIP-712 signing, Add post_order() and create_and_post_order() for order submission, Add cancel(), cancel_orders(), cancel_all() for order management, Add OrderBuilder with proper tick size validation and rounding, Add get_orders() with filtering by ID, asset, market, Add get_trades() with filtering by time range, maker, asset, Add OpenOrderParams and TradeParams for query flexibility, Add balance_allowance() for balance and allowance queries, Add notifications() for push notification setup, Add get_midpoints() for efficient multi-token midpoint queries, Add get_prices() for batch bid/ask/mid price retrieval, Add BatchMidpointRequest/Response and BatchPriceRequest/Response types, Replace Decimal with u32 (Price) and i64 (Qty) on hot paths, Add decimal_to_price() and decimal_to_qty() conversion functions
2025-10-20 19:07:07 -04:00
types.rs
fix: ambiguous OrderArgs name conflict in test module
2025-12-04 07:14:48 -05:00
utils.rs
feat: Add EIP-712 signing for L1 authentication (src/auth.rs), HMAC-SHA256 for L2 API authentication, create_api_key(), derive_api_key(), create_or_derive_api_key(), Add set_api_creds() for credential management, Add create_order() and create_market_order() with EIP-712 signing, Add post_order() and create_and_post_order() for order submission, Add cancel(), cancel_orders(), cancel_all() for order management, Add OrderBuilder with proper tick size validation and rounding, Add get_orders() with filtering by ID, asset, market, Add get_trades() with filtering by time range, maker, asset, Add OpenOrderParams and TradeParams for query flexibility, Add balance_allowance() for balance and allowance queries, Add notifications() for push notification setup, Add get_midpoints() for efficient multi-token midpoint queries, Add get_prices() for batch bid/ask/mid price retrieval, Add BatchMidpointRequest/Response and BatchPriceRequest/Response types, Replace Decimal with u32 (Price) and i64 (Qty) on hot paths, Add decimal_to_price() and decimal_to_qty() conversion functions
2025-10-20 19:07:07 -04:00