Philippe Dumonet

Results 47 issues of Philippe Dumonet

Is there a way to get more precise errors when parsing fails? Currently, when it fails to parse an input string the error seems to just bubble up to the...

### Component Forge ### Describe the feature you would like I would like invariant tests (foundry's stateful fuzz tests) to be a bit more performant. While recently doing a larger...

T-feature

The bug caused tests using `expectRevert` to pass despite the revertReason not fully being correct because of the use of `String.prototype.indexOf` to verify if the correct revert reason was contained...

### Component Forge ### Describe the feature you would like Currently `forge bind` still generates bindings for `ethers` ### Additional context _No response_

T-feature

After unboxing the vue-box using the `truffle unbox vue-box` command (Truffle version v5.1.31) I then run `truffle develop`, `migrate` and then in another terminal I cd into vapp and then...

When sending Monero to integrated addresses the embedded real addresses is displayed instead of the full integrated address.

Explain that `__tablestart` and `__tablesize` also work for code tables. Furthermore expand the code table example to make its usage in the context clearer

## Related Issue #622 ## Description of changes Defined new structs and interfaces to encapsulate the different approaches to mapping for the select data structures (`pool.tickBitmap [int16 => uint256]`, `pool.ticks...

### Component General design optimization (improving efficiency, cleanliness, or developer experience) ### Describe the suggested feature and problem it solves. Currently the V4 singleton has two "extsload" style methods: 1....

triage

### Component Gas Optimization ### Describe the suggested feature and problem it solves. The idea is to change the storage slot derivation for the `pool.tickBitmap` and `pool.ticks` mappings from hash-based...

triage