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

Store Chain Wallet Tests + Getters #119

Merged
merged 3 commits into from
Aug 1, 2023

Conversation

utxo-one
Copy link
Contributor

  • Completes the test suite for the StoreOnChainWallet client
  • Replaces the result class for StoreOnChainWalletTransaction which was speced to the request, not response.
  • Makes GetStoreUtxoList follow PSR-4 Standards

image

{
$data = $this->getData();
return new StoreOnChainWalletFeeRate($data['feeRate']);
return $data['comment'];
}

Copy link
Collaborator

Choose a reason for hiding this comment

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

The amount field seems to be missing here.

@ndeet
Copy link
Collaborator

ndeet commented Jul 31, 2023

Great catch about the response data from transaction 💚

Copy link
Collaborator

@ndeet ndeet left a comment

Choose a reason for hiding this comment

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

Ready to merge when you add the amount field 🙏 💚

@utxo-one
Copy link
Contributor Author

utxo-one commented Aug 1, 2023

Done.

Copy link
Collaborator

@ndeet ndeet left a comment

Choose a reason for hiding this comment

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

Holy moly you are fast 💚

@ndeet ndeet merged commit 81e1b17 into btcpayserver:3.x Aug 1, 2023
1 of 2 checks passed
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.

2 participants