Closed okhaimie-dev closed 2 weeks ago
Hey guys can I be assigned to this?
@okhaimie-dev can I work on this
Please can I be assigned to this issue @okhaimie-dev
gm @okhaimie-dev and @b-j-roberts , I would like to handle this issue. I am providing my background, approach and ETA for this issue below.
I'm a web3 engineer with extensive experience in writing smart contracts in cairo.
I will modify the shell file to now accept the <block_height>
flag. Then modify the cairo function call's argument to properly handle the new flag. Lastly, I will add proper error handling for wrong or invalid block height flag.
The current
run_bitcoin_transaction.sh
script needs to be updated to support Bitcoin script flags based on block height. This is necessary to properly validate transactions from different periods of Bitcoin's history where different features (BIPs) were active.Expected Behavior
Technical Details
shinigami/scripts/run_bitcoin_transaction.sh
run_with_flags
inshinigami/packages/cmds/src/main.cairo
Implementation Tasks
Example Usage (After Fix)