Nischal Sharma

Results 9 issues of Nischal Sharma

When trying to compile [SwapRouter.sol](https://github.com/Uniswap/v3-periphery/blob/9ca9575d09b0b8d985cc4d9a0f689f7a4470ecb7/contracts/SwapRouter.sol) in Remix getting these errors - `Error: not found @openzeppelin/contracts/drafts/ERC20Permit.sol` in [TestERC20.sol](https://github.com/Uniswap/v3-periphery/blob/9ca9575d09b0b8d985cc4d9a0f689f7a4470ecb7/contracts/test/TestERC20.sol) `Error: not found @openzeppelin/contracts/drafts/IERC20Permit.sol` in [SelfPermit.sol](https://github.com/Uniswap/v3-periphery/blob/9ca9575d09b0b8d985cc4d9a0f689f7a4470ecb7/contracts/base/SelfPermit.sol)

### What does this PR do? Add a new feature to get baseFeePerBlobGas value ### Where should the reviewer start? review all files, start with BlobFee.java file ### Why is...

## Feature description Adds support for EIP-1559 transactions via eth/eea_sendTransaction encoding/decoding the EIP-1559 private transactions As discussed here - https://discord.com/channels/779382027614158919/905428373218689054/1153588585044377602

enhancement

When private transaction is enabled getting error - ``` => ERROR [internal] load metadata for docker.io/quorumengineering/tessera:23.4.0 1.1s ------ > [internal] load metadata for docker.io/quorumengineering/tessera:23.4.0: ------ failed to solve: rpc error:...

Fix for https://github.com/Consensys/quorum-dev-quickstart/issues/277 This is hack or hot fix for mac m1/m2 machines, if we pull tessera amd64 arch docker it works fine in mac m1/m2 machines too.

## Description I have added a fix for bug where two decimal numbers when added gives wrong output ## Motivation and Context In the code when comparing the totalSupply of...

## PR description PR for adding priv_traceTransaction API ## Fixed Issue(s) https://github.com/hyperledger/besu/issues/5280

### What does this PR do? Files added for repo migration ### Where should the reviewer start? all ### Why is it needed? https://toc.hyperledger.org/guidelines/repository-structure.html

When I am trying to run commands - `nimble make_lib` or `CC=clang nimble make_lib` getting error - ``` nimble make_lib Verifying dependencies for [email protected] Executing task make_lib in /Users/nicks/Desktop/coding/ethereum/constantine-forked/constantine.nimble Compiling...

install / build process :construction_worker_man: