Alexander John Lee
Alexander John Lee
edited "to" => "from" for added clarity
changes made to work in 2022
@hensha256 @aadams Following up on the stale PR: https://github.com/Uniswap/v4-core/pull/468 This commit introduces tests for the newly added utility functions `maxUsableTick` and `minUsableTick` in the TickMath library. Added tests to check...
**Is your feature request related to a problem? Please describe.** Not a problem, but a feature request. It would be extremely useful to have various hash functions and other cryptographic...
**Describe the bug** When running the `fib.bend` program with an input value larger than 30, the time to generate an output becomes unusably slow. In contrast, running the same program...
### Feature description Currently the repeat opcode in miden assembly requires the developer to specify the number of loop iterations: ```masm repeat.5 # 5 loop iterations end ``` However, it...
I am curious how the hash for a fuel predicate is computed. As I understand, the predicate hash is computed here: https://github.com/FuelLabs/fuel-vm/blob/2604237c9ff4a755e48b40b2c006711d22cff19f/fuel-tx/src/contract.rs#L72 using the `root_from_code` function: ```rust pub fn root_from_code(bytes:...
### Related Component forc-fmt ### Problem When editing a sway file in VS code, saving it, then running `forc fmt` I get the error: ``` error: Formatting skipped due to...
### Feature description I was wondering if there is a linter/code formatter for miden assembly files. There is probably some standard code formatter for assembly that could be adapted to...