kclowes
kclowes
I'll take a look on Monday!
@charles-cooper FYI `pyethash` has been removed since `py-evm v0.8.0-beta.1`.
Thanks for the quick response! Yeah, the same thing happens with: ``` from web3.auto import w3 from web3.shh import Shh shh = Shh(w3) skp = shh.newKeyPair() spubkey = shh.getPublicKey(kp) sprivkey...
Sorry we never responded to this one. Do you have a way we can reproduce or do you mind writing a test case?
We don't support Python 3.12 here yet. @gtg2619 what Python version are you using?
I'm not able to replicate even with Python 3.12 and it's going to be hard for the team to debug since none of us have windows machines. I've heard that...
Thanks for raising this. Allowing an unsigned `DynamicFeeTransaction` looks like it's a gap in our functionality. I'll leave this open to track. > The hash I am getting does not...
Hi :wave: ! No problem! I'm a little confused. To clarify, the `UnsignedTransaction` is working correctly but needs legacy gas fields. But you think `DynamicFeeTransaction.from_dict(txn).hash()` returns the wrong value? The...
Glad you figured it out :boom:! I'm going to leave this open for now because there are some inconsistencies I'd like to look into, like returning an RLP encodable TypedTransaction,...
Yeah, I think the TypedTransactions do assume they're signed. I don't see a way to work with unsigned `TypedTransactions`, but I also only have surface-level knowledge of this part of...