Closed eval-exec closed 3 days ago
seems not a proper PR title.
seems not a proper PR title.
Got it, I'll update the title. Any suggestions?
Need to create a new Error to handle this case:InternalErrorKind::Interrupts
how can we add a unit test for this, it seems hard but worth having a try.
how can we add a unit test for this, it seems hard but worth having a try.
Sure, I will add unit test.
What problem does this PR solve?
Issue Number: close #4701
Related changes
ckb_vm::Error::External("stopped")
returnErrorKind::Internal
instead ofErrorKind::Script
return
ErrorKind::Internal
then ckb will not think the tx is malformled: https://github.com/nervosnetwork/ckb/blob/8cb49e4d727f337a2c80e210507a9e277bab3391/util/types/src/core/tx_pool.rs#L68-L84Check List
Tests
Side effects
Release note