Results 13 issues of zhangyaning

In the scripts/bitcoin folder, there are 8 different sighash combination, but there are many duplicated codes in the script. All the sighash without the anyonecanpay modifier, the sha3 of inputs...

https://github.com/nervosnetwork/ckb-demo-ruby-sdk/blob/develop/docs/how-to-write-contracts.md#load-input-outpoint > It's also possible to load input OutPoint from different index: > > ```ruby > CKB.load_input_out_point(1, CKB::Source::INPUT) > # This won't trigger errors but would always return nil since...

question