Alex Beregszaszi

Results 333 issues of Alex Beregszaszi

Using hardhat 2.9.5, after enabling `viaIR`: ```json solidity: { compilers: [ { version: "0.8.13", settings: { viaIR: true, optimizer: { enabled: true, runs: 1000, }, }, }, ], }, ```...

Stale

The documentation in https://compound.finance/docs/ctokens#exchange-rate states the following: However the source code at [CToken intialExchangeRateMantissa](https://github.com/compound-finance/compound-protocol/blob/master/contracts/CToken.sol#L20), [CToken](https://github.com/compound-finance/compound-protocol/blob/master/contracts/CToken.sol#L314-L369) and [CErc20Delegator](https://github.com/compound-finance/compound-protocol/blob/master/contracts/CErc20Delegator.sol#L278-L295) states it is fixed at 18 decimal digits. `exchangeRateStoredInternal` does not seem to...

According to [this piece of code](https://github.com/compound-finance/saddle/blob/master/src/cli/commands/compile.ts#L17-L27) Saddle is using Solidity's `--combined-json` option. We are trying to retire this option (see https://github.com/ethereum/solidity/issues/10278), and Saddle is one of the very few tools...

This change is [](https://reviewable.io/reviews/starkware-libs/cairo-lang/72)

Part of #14073. This change only affects large copies using codecopy (which are supposedly rare). *(It will be fun changing this code for EOF, i.e. use `DATACOPY` or replace it...

optimizer

In fizzy we have a number of tests for failure conditions, one of them is for [basic validation errors](https://github.com/wasmx/fizzy/blob/v0.8.0/test/smoketests/benchmarks/invalid.wat): ```webassembly (module (func (export "add") (param i32 i32) (result i32) local.get...

Implement b11r support: https://github.com/ethereum/execution-spec-tests#evm_block_builder