Require taproot tree depth argument always to be u8#925
Require taproot tree depth argument always to be u8#925sanket1729 merged 1 commit intorust-bitcoin:masterfrom BP-WG:taproot/depth
Conversation
|
ACK e3f173e |
|
Hey @sanket1729, I know you pointed me already to |
|
@tcharding , I only use the The point of the tool is that it checks the ACKs commit hash against the PR tip, allows to running of tests on the merge commit. It also serves as a record for assigning blame (:P) to reviewers as they are saved in the commit message. |
|
I assume @tcharding has troubles with github merge tool, so not to merge my own PR myself, can I pls ask you @sanket1729 to do the merge? |
|
I also use the github UI to ACK PRs. If somebody knows how to do this with |
I did not think I was in the role of merging PRs yet, I've barely started ack'ing :) |
There is an inconsistency in depth type: some places uses
u8(which is reasonable, since the depth can't be >127), others useusize. This PR makes API consistent.I think this should be a RC fix, since it affects newly introduced API in this release and it will be bad to make a breaking changes the next version after its introduction.