Ernesto García

Results 49 issues of Ernesto García

Fixes #645 Testnet is not added since I haven't found an API to get deployment tx hash given the contract address for testnet. If I found any or receive feedback...

I'm currently planning to take into this one, but I'm not able to find a correct way to get the `contractFetchAddress` for testnet. There is an [API for the mainnet...

## Summary Crypto Pizza example project has a `isUnique` function that traverses the whole array of Pizzas registered. This is a O(n) behaviour that could be simplified by creating a...

#### PR Checklist - [x] Tests - [x] Documentation - [x] Changelog entry

## Description Added docs about #3915 #### PR Checklist - [x] Documentation

ignore-changeset

## Description The troubleshooting docs currently states [EIP-1559 transactions are not yet supported](https://github.com/matter-labs/zksync-web-era-docs/blob/main/docs/dev/troubleshooting/known-issues.md#why-are-metamask-native-contract-interactions-not-working), when [this article](https://blog.matter-labs.io/zksync-2-0-update-dynamic-fees-milestone-completed-c6620a3d2618) announced support for it in August 2022, and also indicated [here](https://era.zksync.io/docs/dev/developer-guides/transactions/transactions.html#transaction-types). Unfortunately, I think...

## Description This is one of our guidelines we use across the repository, so it's now formally mentioned in our `GUIDELINES.md` document

ignore-changeset

Fixes LIB-756

ignore-changeset
formal-verification

The current `AccessControlDefaultAdminRules` implementation inherits from the `AccessControl` behavior, which allows any account to renounce any role even if it hasn't been granted. This is consistent with our policy of...

ignore-changeset

> **Warning** > This PR is currently on hold, meaning it's not considered yet safe to use any of the updates here until merged. Fixes #3884 Fixes #3664 Currently, `MinimalForwarder`...

on hold