pyz4

Results 2 issues of pyz4

Incorporate new parameters from RPC API (https://docs.solana.com/api/http#simulatetransaction): replace_recent_blockhash, min_context_slot, and accounts.

### Describe the bug ```ls | each {$in.name; $in.name}``` Will list the names of X files X times over, resulting in a table of X^2 rows. ```ls | each {$in.name}```...

needs-triage