Closed dikel closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Files | Coverage Δ | |
---|---|---|
src/fibonacci/bitcoin_script/fold.rs | 100.00% <100.00%> (ø) |
|
src/merkle_tree/bitcoin_script.rs | 100.00% <100.00%> (ø) |
|
src/utils/bitcoin_script.rs | 91.56% <100.00%> (+1.28%) |
:arrow_up: |
src/utils/mod.rs | 100.00% <ø> (ø) |
Let me think about the best ways to name the functions... You are right!
@all-contributors please add @dikel for code
@weikengchen
I've put up a pull request to add @dikel! :tada:
Improves the size of the
Fibonacci
andMerkle Tree
scripts by removing the redundant opcode sequence ofOP_TOALTSTACK OP_FROMALTSTACK
.MerkleTree
verification is reduced by 2 bytes