Juan Ignacio Ubeira

Results 60 issues of Juan Ignacio Ubeira

Adding fork tests and deployment artifacts / scripts for L2 gauge checkpointer. Depends on #1570.

This PR adds the ~`StakelessGaugeController`~ `L2GaugeCheckpointer`, which helps automate the process of performing checkpoints for multiple stakeless gauges at once.

See #945. This initial draft replaces BPT amount in for the relayer balance when a sentinel value (`0xa11`) is found in the amount. Some notes: - Only for exits, when...

When including `dynamic_reconfigure/client.h` in a project with `reorder` error flag (or `-Wall`) a compile time error occurs. This is the output cleaning up unnecessary details: ``` /opt/ros/kinetic/include/dynamic_reconfigure/client.h:327:19: error: ‘dynamic_reconfigure::Client::nh_’ will...

in review

## Feature request Validate parameter names on declaration. The current name validation is simply a non-empty check. #### Feature description Complete constraints for parameter names TBD. Name validation should enable...

enhancement

This PR allows configuring global settings via ROS when the initial connection is made. For example, a custom set of components can be activated on startup by sending the appropriate...

## Abstract When calling a function with reference types (such as `uint256[]`), the function is allowed to mutate the contents of the parameter. There is currently no way to tell...

stale
feature

### Version of Hardhat hardhat-chai-matchers 2.0.3 / hardhat-ethers 3.0.5 ### What happened? The (not) `reverted` matcher throws an error when calling a `view` function returning `bytes32` that does not revert....

type:bug
status:ready
area:chai-matchers

# Description Add the capability to modify the swap fee from certain callers. Applicable for weighted pool for now, whenever the feature is allowed at deployment time. Pending: - [...