Clément Walter

Results 46 issues of Clément Walter

As mentioned in https://github.com/starkware-libs/starknet-specs/pull/90, the spec entails some typo. So, proposition to add a spell checker in the CI, that would at least have caught the reported typo from #90

# Feature Request **Describe the Feature Request** The `scarb fmt` doesn't enforce a given number of lines between two functions. This means that both ``` fn a() {} fn b()...

enhancement

Upon merge on main, the CI automatically deploys kakarot on the now deprecated Goerli tesnet. Update the job to target sepolia instead.

In a lot of places, we currently do in the contract ``` @external func foo{ syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr }(bar: felt) { return Library.foo(bar); } ``` and in the...

# Feature Request **Describe the Feature Request** When compiling a solidity file to bytecode, the Yul optimizer can be used with different sequences that lead to possible completely different output....

## Feature Request ### Describe the Feature Request 1. Add some more real tx that costs a lot 2. Fund bottlenecks with `profile-cairo` 3. Optimize ### Related Code https://github.com/kkrt-labs/kakarot/blob/main/tests/utils/constants.py https://github.com/kkrt-labs/kakarot/blob/main/tests/src/utils/test_rlp.py...

Just a PR to run all ef tests - - - This change is [](https://reviewable.io/reviews/kkrt-labs/kakarot/853)

## Feature Request Run the [end-to-end tests](https://github.com/kkrt-labs/kakarot/tree/main/tests/end_to_end) from Kakarot Cairo0.

enhancement

The all_cairo layout isn't available from the CLI if this constant is not updated. Not sure it wouldn't be part of it since it's well defined. Especially, this is useful...

## Feature Request ### Describe the Feature Request As per the RPC spec, an entrypoint to retrieve the nonce of an account