Juan Ignacio Ubeira

Results 60 issues of Juan Ignacio Ubeira

# Description Add the notion of an entrypoint for `schedule` for actions behind the authorizer adaptor. Timelocked actions behind the authorizer adaptor (e.g. those in the LM system) cannot be...

The currently deployed [bridge forwarder](https://github.com/balancer/balancer-deployments/tree/master/tasks/20230404-l2-layer0-bridge-forwarder) is just a proxy that currently does nothing when veBAL balances are transferred to an L2. We could automate gauge checkpointing for a user whenever...

# Description Slither test with `v2-interfaces` and `v2-solidity-utils`. - In `interfaces`, I'm getting 0 results after skipping everything in triage mode and re-running the analyzer, as expected. - In `solidity-utils`...

do not merge

See #1212. Known required updates: - Adaptor entrypoint compatibility - Fee distributor V2

There might be some relevant missing artifacts from the latest deployments. In general, by default we create one artifact that matches the build info name. But for pool deployments, there...

See conversation: https://github.com/balancer-labs/balancer-v2-monorepo/pull/2068/files#r1033815810.

See CI results: https://github.com/balancer-labs/balancer-v2-monorepo/actions/runs/3525444068/jobs/5912170274#step:5:3015.

We need to make the function external to reduce bytecode size for `ManagedPool`, but we should make it internal afterwards so that it doesn't add a dependency when used. See...

I'll illustrate the case with a code sample: ``` interface IVault { function doSomething() external; } contract Pool { private immutable IVault _vault; constructor(IVault vault) { _vault = vault; }...

3rd-party-bug

The status indicators work fine when everything goes well, but they are not so great for debugging. To note: - ROS indicator goes from paused to OK; it could be...