Problem
The CKB workflow currently builds the RISC-V release artifact but does not execute transaction-level tests against the lock script.
Done when
- Add simulator or fixture transaction tests.
- Cover valid signatures, wrong arguments, malformed cells, and amount checks.
- Verify the produced lock script and code hash.
- Upload failing transaction fixtures for debugging.
Problem
The CKB workflow currently builds the RISC-V release artifact but does not execute transaction-level tests against the lock script.
Done when