mralj

Results 8 issues of mralj

Hi, Internally we have a couple of scripts for cleaning _RN projects_, and since we were not aware of this project, I mentioned those scripts in react-native-community/releases ([link](https://github.com/react-native-community/releases/issues/214#issuecomment-791487871)), where [it...

enhancement

### Problem Statement P2P Status message should be _upgraded_ to Status handshake. ### Proposed Solution The Status handshake should work similarly to the Ethereum Beacon client Status handshake, i.e. 1....

T-feature-request

**Description** Calling `eth_simulateV1` on op-NMC node fails. **Steps to Reproduce** ```Bash curl https://url.dev \ -X POST \ -H "Content-Type: application/json" \ --data '{"jsonrpc":"2.0","method":"eth_simulateV1","params":[{"blockStateCalls":[{"blockOverrides":{"baseFeePerGas":"0x9"},"stateOverrides":{"0xc000000000000000000000000000000000000000":{"balance":"0x4a817c420"}},"calls":[{"from":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045","to":"0x014d023e954bAae7F21E56ed8a5d81b12902684D","maxFeePerGas":"0xf","value":"0x1"}]}],"validation":true,"traceTransfers":true},"latest"],"id":1}' ``` **Actual behavior** Request errors with: ```JSON...

## Changes - When fetching a tx, if `checkTxnPool` is set to `true`, firstly try to fetch the tx from the pool ## Types of changes #### What types of...

performance is good
DO NOT MERGE

## Description I'm unsure if I'm doing anything wrong here, but if I try to call `eth_simulateV1` with more than one transaction AND `validation:true`, it fails. # Steps to Reproduce...

**TL;DR:** 1. Peers in Gossipsub are not properly scored 2. We should revisit GossipSub scoring thresholds 3. We should merge application-level scoring with Gossipsub scoring 4. We should revisit application-level...

Adds fast tx request per this spec: https://github.com/AztecProtocol/aztec-packages/issues/15149

ci-full-no-test-cache

This PR adds a dispatching event when the node receives an `IHAVE` message from a peer. This _feature_ is useful in scenarios where, for any reason, the received message (or...