Skip to content
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

Bump murmurhash/phpunit, fix tests #876

Open
wants to merge 58 commits into
base: master
Choose a base branch
from

Conversation

afk11
Copy link
Member

@afk11 afk11 commented Apr 17, 2021

Dependency changes:
murmurhash: ^2.0
phpunit: ^9.0

Test fixes:

  • Fixes up declaration of setUp which changed with PHPUnit versions
  • Adopt new usage for expectException
  • assertInternalType deprecated

@abgit
Copy link

abgit commented Apr 20, 2021

@afk11 , murmurhash was already updated to v2.1.0 & v.2.1.1 (for php8 support).

@afk11 afk11 mentioned this pull request Apr 26, 2021
7 tasks
@@ -288,10 +288,24 @@ public function isWitness(& $program = null): bool
*/
public function isP2SH(& $scriptHash): bool
{
//
// if (strlen($this->script) == 23) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove commented debug code

@BafS
Copy link

BafS commented Oct 5, 2022

@afk11 is there any plan to merge this soon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants