Fedor Sakharov
Fedor Sakharov
## Purpose This introduces an API to export information about all addresses and keys Signer knows of to external wallets via animated QR codes.
## Purpose This PR creates new APIs for frontend code to bypass the navigation in rust code. ## TODOs - [ ] Those API calls that are "stateful" - [...
Definition 1.4 looks like it has been broken in in 58e16417, this tries to fix that and some other typos. It would be great if someone could review the fix...
## What ❔ Adds the support of [EIP4844 transactions](https://eips.ethereum.org/EIPS/eip-4844) to the `eth-signer` and `eth-sender` components. EIP4844 introduces blob transactions that expand the already existing EIP1559 transactions by adding the following...
## What ❔ ## Why ❔ ## Checklist - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for...
## What ❔ Adds optional ability to send commit transactions from a separate operator address on L1. ## Why ❔ ## Checklist - [ ] PR title corresponds to the...
I believe that the last foundry (anvil) nightly build fails at calls to `provider.estimate_eip1559_fees(None)` with ``` `Err` value: JsonRpcClientError(SerdeJson { err: Error("missing field `baseFeePerGas`", line: 1, column: 39), text: "{\"gasUsedRatio\":[],\"oldestBlock\":\"0x0\"}"...
Currently there are hardcoded blobs in tests that are generated for some hardcoded metadata version. Also a human eye cannot read the blobs obviously. `subxt`'s `OfflineClient` has to be used...
* **I'm submitting a ...** - [ ] Bug report - [x] Feature request - [ ] Support request - [ ] Other * **What is the current behavior and...