Noah Citron

Results 30 issues of Noah Citron

support eth_call state override set as per https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-eth#3-object---state-override-set

feat
execution

In my testing, it takes ~6ms to deserialize a single public key with this method. This is suspiciously slow. I suspect something strange is going on here. #46 alludes to...

Adds a new BasicIssuanceModuleV2 and update DebtIssuanceModule and DebtIssuanceModuleV2 to call manager pre-redeem hooks and allow managers to update these hooks. One change that ended up propagating to SlippageIssuanceModule was...

### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...

T-bug
Cmd-forge-test
C-forge
A-cheatcodes

Since #344 we can no longer compile to wasm due to what appears to be a bug in alloy. alloy issue for tracking: alloy-rs/alloy#1147

bug

Right now the fallbacks function somewhat strangely. We have these checkpoint providers but we only use them when the initial sync fails. This doesn't capture the case when the initial...

Investigate whether we can use the alloy `BlockTag`, `CallOpts`, and `Account` types everywhere. Additionally audit use of `Vec` to see if it can be switched to alloy `Bytes` when applicable.

### Component provider, pubsub, transports ### What version of Alloy are you on? 0.2.1 ### Operating System macOS (Apple Silicon) ### Describe the bug When building a provider with a...

bug