Javier Rodríguez Chatruc

Results 51 issues of Javier Rodríguez Chatruc

## 🚀 Feature Modify both the `/testnet3/transactions/{height}` and `/testnet3/transaction/{tx_id}` endpoints to return information about the block number the transactions were included in, the network they belong to and the timestamp...

feature

## What ❔ This PR adds an RPC method that answers the chain's base token, or `0x0..01` if the base token is `eth`. ## Why ❔ To make clients like...

external-contribution

## What ❔ This PR aims to introduce an optional flag to the `init` command: ``` zk init --native-erc20 ``` that will setup the stack using a custom `ERC20` token...

external-contribution

## What ❔ This PR adds a new `NativeTokenFetcher` component to be used by custom base token stacks. It's in charge of caching the latest conversion rate between the native...

external-contribution

## What ❔ Make the `NativeTokenFetcher` cache the http client used so it doesn't get intantiated every time a request is to be made.

external-contribution

## What ❔ This PR removes the `NativeTokenFetcherSingleton` as per the discussion [here](https://github.com/matter-labs/zksync-era/pull/996#discussion_r1500358343)

external-contribution

## What ❔ This PR adds an EVM Yul Interpreter on top of the already existing Solidity EVM Interpreter effort, along with units tests for it. Because there is A...

A new method was added to the `IsField` trait called `representative`; its implementation for `MontgomeryBackendPrimeField`s needs to be tested.

good first issue

There is currently a naming convention on traits that they are supposed to start with something like `Is` or `Has`. We should get rid of it

## 🚀 Feature Write a small script that takes a game map in unity, projects it to 2D and writes it to a file that the backend can then use...

unity