Orkun Mahir Kılıç
Orkun Mahir Kılıç
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
# Summary Currently CallRequest to estimate gas in send_transaction differs eip-1559 and legacy transactions. The code must be better. We can reference to reth once it's [implementation](https://github.com/paradigmxyz/reth/blob/8e9937bb08d4379aa837aad648723b581ece6421/crates/rpc/rpc/src/eth/api/transactions.rs#L460) is completed.
I was wondering how should we implement logs related endpoints. Ethereum has several filter and log related endpoints starting from [here](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_newfilter)
New versions of EVM dependencies adds CANCUN upgrade. CANCUN upgrade introduces [EIP-4844](https://eips.ethereum.org/EIPS/eip-4844) aka proto dank-sharding. Proto dank sharding introduces new blobspace in blocks to support arbitrary data, especially to increase...
**Is your feature request related to a problem? Please describe.** Instead of giving the anonimity set, user can construct merkle tree locally and send the root to the API. **Describe...
While preparing the transaction to be signed, annex extractor function expects multiple elements in the stack (such as sig + annex). This is a valid check after the tx is...