Mario Rugiero

Results 68 issues of Mario Rugiero

Reported by cinderblock in cantina issue #59. Transcript of its description follows: ``` Batcher submissions will fail if the exact same batch merkle root has already been submitted on-chain because...

audit
batcher
cantina

While working on #1624 it was noticed that the LiveViews sometime stop updating, despite the broadcast messages being added and other measures. It's probably an RTFM issue but still needs...

These functions receive a lot of parameters and it is easy to get lost. I would refactor this to receive a struct instead with all the config. This will also...

- **perf(experimental): use EcoVec for Polynomials** - **Hack around uninit** - **outer shouldn't be ecow and some clones shouldn't be owned** - **add sanitization** - **more sanitization** - **more sanitization**...

# What ❔ ## Why ❔ ## Checklist - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for...

### Zig Version 0.14.1 ### Steps to Reproduce and Observed Behavior Call `std.posix.sendfile` with non-seek `in_fd` and `offset` 0 on Linux. This results in `Unseekable` error. ### Expected Behavior If...

bug

The signature of [BN254AtePairing::compute_batch](https://github.com/lambdaclass/lambdaworks/blob/ad2a380641758cfbbe2de6f4a2d8e27684f0fed7/crates/math/src/elliptic_curve/short_weierstrass/curves/bn_254/pairing.rs#L156-L158) asks for a slice of tuples of references of its input. In Ethrex that means precompiles need to allocate an extra vector just to convert the...

Sometimes it would be useful to make code generic over transactional and non-transactional RocksDB. Right now DBInner being private gets on the way. Just to be clear, I'm not asking...