Hello and welcome to issue number eight of WTF News, our biweekly status update.
We missed last update (sorry about that), but we're back with more tests than ever!
What good is a testing framework if it isn't used? Get in touch if you want to integrate WTF into your wallet's testing pipeline. We'll even build the automation ourselves!
We want to expand our tests for WTF, to catch issues with the framework itself. To that end, if you work on a wallet that works offline (aside from the RPC provider) and want to try out WTF, get in touch with us!
eth_accounts
returns properly formatted hex strings.eth_createAccessList
passes through value from ganache (skipped.)eth_getProof
works for EOAs and contract storage.eth_call
can invoke a function and return the result.eth_getLogs
respects block number and source address when returning blocks.eth_maxPriorityFeePerGas
passes through value from ganache.eth_sendRawTransaction
publishes transactions on-chain.eth_gasPrice
passes through value from ganache.eth_estimateGas
passes through value from ganache.eth_feeHistory
passes through value from ganache.eth_sendTransaction
encodes call data to contracts.