# EPF Week 12 && 13
In the last two weeks, the geth's RPs were still under @s1na's review([#30255](https://github.com/ethereum/go-ethereum/pull/30255),[#30308](https://github.com/ethereum/go-ethereum/pull/30308),[#30337](https://github.com/ethereum/go-ethereum/pull/30337)), So I try to implement the `eth_getTransactionBySenderAndNonce` RPC into reth:
- [feat(rpc): implement eth_getTransactionBySenderAndNonce by jsvisa · Pull Request #10540 · paradigmxyz/reth](https://github.com/paradigmxyz/reth/pull/10540)
- [feat(rpc): dedup rpc getTxBySenderAndNonce by jsvisa · Pull Request #10600 · paradigmxyz/reth](https://github.com/paradigmxyz/reth/pull/10600)
## Next week plan
1. follow the geth PR's updates
2. support pruning the old freezed data
3. add `trace_filter` RPC(based on the parity tracer)
4. adjust the data struct to support better RLP encoding/decoding