ControlCplusControlV

Results 71 comments of ControlCplusControlV

Oh ok, will refactor using that then

> @ControlCplusControlV `gossipsub/builder.rs` file has been "removed" in favor of `config.rs` Should use config.rs now and be integrated properly there

GraphQL endpoints should probably also implement some size check on request bodies to prevent that DOS vector

I was able to fix this issue by simple running `export CARGO_INCREMENTAL=0`, requires a better workstation to remain productive but it does work

Is this solved by blueprints?

Yes, this has to be moved into the indexer side since `fuel-core`'s api architecture will likely change to something non GQL, and so it will be on the indexer to...

> An alternative to batch requests, is to utilize the GraphQL block api better for this use-case from the fuel-gql-client as the API already provides a full list of the...

## MLOAD/MSTORE Separation Temporary variables that are stored in memory during compilation will start at an offset of 2^31. This is to avoid conflicts in memory addresses between `mload`/`mstore` and...

Do you have Vyper installed locally?

## Before expensive loops, push stack vars to memory Instead of trying to fix the stack at the end of every iteration, to be the same as before, we could...