Y4nhu1
Y4nhu1
In an `Index` operation, `ir.lvalue` depends on `ir.variable_left` and `ir.variable_right`. ## Summary by CodeRabbit - **New Features** - Introduced a feature to check dependencies between state variables in smart contracts,...
**Describe the bug** ```bash error: conversion from bytes[] to bytes[] not possible ┌─ test.sol:9:39 │ 9 │ return create_program_address(seeds, token); │ ``` **To Reproduce** Compile the attached source code with...
Sometimes, we want the deployer to be a specific user. In this case, library functions are more flexible than contract functions :)
`recover(bytes32,bytes)` no longer accepts compact signatures (i.e. 64-byte signatures) since 4.7.3. Because `package.json` uses Openzeppelin ^5.0.0, consider only checking if the signature is 65 bytes long.