AurelienFT
AurelienFT
@Thykof When you store something on the blockchain your address rent the storage space. The `constructor()` function is called in the context of the newly created address and so this...
@Thykof the problem in your example doesn't come from `deploySC` but the call you make in `sum.ts` because the call you make will storage something and so have storage cost...
@Massembler help
@Massembler help
@Massembler calibrate_gas
@Massembler calibrate_gas
@damip the gas for ABI like call etc don't have the "non-compilation" optimization. Do you want me to artificially downgrade this one or we will not spam this ?
@rykcod what is the monitoring service ?
Done in https://github.com/massalabs/massa/pull/3463
> Was test_exports removed from massa_consensus_exports? No there is still a test_exports module that is exported only with `testing` feature