Results 6 issues of morito

This PR fixes misspellings in the codes (and removes extra whitespace). ## Motivation For maintenance and clarity. I found some misspellings when I was reading the codes. ## Solution Ran...

Thanks for this awesome project! This PR upgrades the `termbox-sys` version to resolve some build issues related to https://github.com/gchp/termbox-sys/pull/20. I'm stuck on that problem too. I'd be happy if you...

## 📝 Summary Update go-ethereum to the latest (v1.13.3) ## ⛱ Motivation and Context ## 📚 References --- ## ✅ I have run these commands * [x] `make lint` *...

## Motivation Closes: https://github.com/alloy-rs/alloy/issues/820 This allows users to set trace types for trace rpc calls using the builder pattern as with `RpcWithBlock`. ## Solution Adds `TraceRpcWithBlock`, allowing users to configure...

## Motivation Closes https://github.com/alloy-rs/alloy/issues/1598 Continued from https://github.com/alloy-rs/alloy/pull/1609 > Currently `alloy-consensus` contains Any types for `Receipt` and `Header` that are then bubbled up through `alloy-rpc-types-eth` to `alloy-network`. These types are not...

## Background Currently, the auth library supports three authentication methods: - User credentials (authorized_user) - Service account key credentials (service_account) - Metadata service credentials (for GCE/GKE) However, it lacks support...

type: feature request
priority: p3
auth