-
A major area of technical debt in the Rust codebase is the `test-utils` crate. The abstractions that are currently being used are brittle and hard to work with. They don't lend themselves well to work…
-
### INFO
**Python Version**: `3.8.12 (default, Nov 15 2021, 06:04:41) [GCC 8.5.0]`
**Operating System**: `Linux-4.4.180+-x86_64-with-glibc2.2.5`
**Locale**: `UTF-8`
**Branch**: [master](../tree/maste…
-
### Which Cloudflare product(s) does this pertain to?
Other (Hyperdrive)
### What version(s) of the tool(s) are you using?
3.18.0 [Wrangler]
### What version of Node are you using?
20.1…
-
- **Package Name**: AML SDK v2 ( azure-ai-ml )
- **Package Version**: azure-ai-ml 1.8.0
- **Operating System**: Ubuntu 20.04.5 LTS (Focal Fossa)
- **Python Version**: 3.8.16
**Describe the bug**…
-
For Marketing Reasons™ we should add a line of regular text "{::} NodeSet" above the Hyperdrive logo in the help files, install scripts, and config TUI:
`{::} NodeSet`
![image](https://github.com/…
-
There are some functions that could return base but don't. Investigate whether or not it makes sense to update these units.
-
We should add a function to the Rust SDK that calculates the long amount that brings the pool to a targeted effective rate (including fees). Traders could use this to calculate the optimal trade to ma…
-
Add a function to the Rust SDK that calculates the amount of LP shares received when adding liquidity. Traders and UIs could use this to preview their position without hitting the chain.
-
Node.js compatibility via the `nodejs_compat` flag is getting better and better with Workers, and the docs at https://developers.cloudflare.com/workers/runtime-apis/nodejs/ are great.
The compat is…
-
I did a deep dive into the math and algorithms underlying calculateMaxLong, which computes an input amount for the maximum possible long trade in a given pool. The calculateMaxLong function is auxilia…