richardkiss / pycoin

Python-based Bitcoin and alt-coin utility library.
MIT License
1.4k stars 497 forks source link

check_tx gone #413

Open mrx23dot opened 1 year ago

mrx23dot commented 1 year ago

network.check_tx(transaction) is gone without alternative.

richardkiss commented 1 year ago

I need more information. Where do you expect this to be, and why? Are you reading some documentation somewhere?

mrx23dot commented 1 year ago

Sorry, I'm trying to validate a hex transaction, same way a node would. chatgpt said there suppose to be a network.check_tx( ) for that, but based on history it was removed from code, but nothing else was added.

There is a network.validator entry in docs, but no details.