Skip to content

Commit

Permalink
Feat/taproot verify (#289)
Browse files Browse the repository at this point in the history
- [x] resolves ImplTaprootSigVerifier with hashcache
- [x] resolves Impl calc_taproot_signature_hash()
- [x] follows contribution
[guide](https://github.com/keep-starknet-strange/shinigami/blob/main/CONTRIBUTING.md)
- [x] resolves TxSigHashes handles segwite and taproot
(SigHashMidstateTrait) but needs cache to complete functions
calc_hash_inputs_amount and calc_hash_input_scripts in
SigHashMidstateTrait::new(tx) for taproot
- [x] code change includes tests
  • Loading branch information
Jeanmichel7 authored Jan 24, 2025
1 parent a47fbd1 commit 7e8c05d
Show file tree
Hide file tree
Showing 38 changed files with 1,669 additions and 598 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scarb 2.8.2
scarb 2.9.2
Loading

0 comments on commit 7e8c05d

Please sign in to comment.