-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] Add Block Height Flag Support to Bitcoin Transaction Script #277
Comments
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. My background:I'm a web3 engineer with extensive experience in writing smart contracts in cairo. My approach:I will modify the shell file to now accept the ETA: 4 Days |
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)
The text was updated successfully, but these errors were encountered: