Jonathan Underwood

Results 435 comments of Jonathan Underwood

Try reading these tests from top to bottom. For the helper functions, don't bother looking at them first, just glean the fact that they return a bunch of payment information....

You need to make sure that every output is actually your output.

That's because it's not your UTXO.

You are misunderstanding me. I didn't say your address or redeemScript are wrong. You are trying to sign a utxo which is not yours. Your code is adding EVERY utxo....

TODO: - Figure out why deploy-doc is broken. - Add more comments to various items in the library so that the docs are more fleshed out.

Still not working. This is the yaml file it recommended me when I tried to configure a static HTML setup through Github Actions. Perhaps something is missing from your diff?...

Looks like `actions/configure-pages` is missing?

Ok, well, I can verify the results of the doc command locally. Perhaps we should make the doc jobs only run on master. Having it run on pull requests will...

I wonder about versioning. If it would be possible to have it recognize whether it's being deployed on master or a tag and change the URL path? Then maybe people...

> I want to add description and examples to function、class、interface and namespace. examples can be copied from tests, so users can easy to use and it`s better for us to...