ControlCplusControlV

Results 67 comments of ControlCplusControlV

I think Yul++ makes the most sense name wise for this extension as Yul+ already exists although archived Yul++ would differentiate it from that (For example I have a Yul+...

I want to add more code examples which is whats holding it back for me, I also want to add a couple other sections + tips

@gakonst added some more changes, and polished it up. I am ready for review, think this has most of the vanilla gas optimization tricks that don't hurt readability and stay...

I can tackle this issue, Relayer shouldn't be blocking for a while and it will be good to be familiar with that codebase

Continuing discussion from my last PR was planning taking on part of this issue, as ideally find_tx checks status to see where a tx is rather its current implementation which...

Should also note that these tests should utilize the new [rstest](https://docs.rs/rstest/latest/rstest/) which is currently(?) used on the `contract.rs` test

This issue can be safely closed, as the time dependency from what I can tell comes from chrono's dependency on the time crate, however they don't depend on a vulnerable...

This would be a huge UX improvement rather than pasting 100 lines of json into a command. Is there a reason the config file would be `.toml` over `.json`/`.yaml` other...

> Looks like we still need to replace chrono in `fuel-client`: https://github.com/FuelLabs/fuel-core/blob/controlc/time/fuel-client/src/client/schema/primitives.rs#L12 Will remove there, missed it in my first pass