Alex Beregszaszi
Alex Beregszaszi
Shouldn't this also update the assembly?
In practice #11351 was tracking this issue as we're still waiting for CircleCI.
And if someone builds Solidity from source on macOS, it is automatically built for ARM. No flag or setting needed.
> It's by the way totally fine and danger-free to work with a compiler someone else built because you can cross-check the bytecode with an official compiler binary. A simple...
Finally it is here: https://circleci.com/blog/m1-mac-resource-class/
Tentatively agreed on today's meeting to allow narrowing from payable to non-payable, but keep widening from non-payable to payable disallowed. Narrowing is similar to the case of view vs pure,...
As a non-exhaustive list of auditors, pinging @GNSPS @montyly @austin-williams @stbeyer for feedback.
Tried the same with the built-in `wasm3` app. In release mode: ``` % ./wasm3 --func add --compile invalid.wasm Error: compiling function underran the stack ``` In debug mode (when the...
The savings are impressive, but the description is scary: > Enable code instrumentation of control-flow transfers to increase program security by checking that target addresses of control-flow transfer instructions (such...
@chfast still planning to merge?