JC

Results 29 comments of JC

One issue with u64 for lengths & counts is that we can't represent these easily in JS. A recent update I've made got rid of a lot of ugliness because...

If the type is u32 the coding infra will just handle it naturally. Otherwise we will have to introduce a concept of `things that are defined as u64 but should...

Blocks should also be domain-separated. > currently blocks and txs aren't domain-separated, so a maliciously-crafted tx could collide with a block maybe

@istx25 what has happened to this? I couldn't find any info related to this issue in the issue you linked. Also, @frytaz's solution just adds some developer convenience. It doesn't...

I can't believe you took this seriously. This issue was just a copypasta of https://github.com/facebook/flow/issues/6 for entertainment purposes. I am sure these scripts will be useful for some people, but...

@RandomlyKnighted don't get me wrong, I appreciate your work. I'm just saying that JavaScript and Python are also good options if there are people who want to port these to...

I'm having this on macOS ATM.

nvm not being a regular executable can cause problems. I am having problems working with it in my Dockerfile. The problem might be caused by `.bashrc` exiting early in non-interactive...

Some references: - https://github.com/FuelLabs/sway/issues/2551 - https://github.com/FuelLabs/sway/pull/2828 - https://github.com/FuelLabs/sway/issues/2900 - https://github.com/FuelLabs/sway/issues/3086 - https://github.com/FuelLabs/sway/pull/3157 - https://github.com/FuelLabs/sway/pull/3251 - https://github.com/FuelLabs/sway/pull/3288

A naive, user-land implementation of typed pointers and its usage can be seen here: https://github.com/FuelLabs/sway/pull/4497/commits/2ca868e2cbfcc1eac2faf1625fee374ef2449198