nodeclient: getblockheader#28
Merged
boymanjor merged 2 commits intohandshake-org:masterfrom May 8, 2020
Merged
Conversation
Contributor
Author
|
Copied from handshake-org/hsd#210 (comment)
Do you think there should also be a command added like: Would be happy to add if so. Note that I have another PR to add functionality to the CLI here #18 |
Contributor
Author
|
@boymanjor The HTTP endpoint has been merged into handshake-org/hsd#210 I also added a new command to |
boymanjor
approved these changes
May 7, 2020
pinheadmz
approved these changes
May 8, 2020
Member
pinheadmz
left a comment
There was a problem hiding this comment.
ACK 2a9c1f2
Show Signature
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
ACK 2a9c1f2835506c4dd3872881b82ec938fdb38b18
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEE5hdzzW4BBA4vG9eM5+KYS2KJyToFAl61XQUACgkQ5+KYS2KJ
yTqm5w//VNuZn3bwGKxE719L8edaoI9k4C4agnxrSiJnnht3hw1XlqgLkuVJvlWZ
C7XG416L6mnY+/MvcFkXOAFQ6yTOnTVfzaNR+Vrpk1085yF+pUrT6IYoHMDgbyrc
9Nwi4GamkaSiN5JblOk64MYUjc8Hyxa+61l5C1isVw1Oo54w1HlM4on0PUCgGUbG
bTvNfAXmy9y3qRT6U/FfIhoG3UsqS2ooUQrDERG0ruzE4dapK02bXU050Pfs9R5Y
gQyqAbYCUJd37iPJXxeqHJla7/u0hiZVa8cHPxN3L2GJjyYMUcM4oOA0oWugoNvE
HAb43KUP1fDHUnNPmVaqpv6+0WtA96h78FY0zeB/UXn4RTje5S2l84NhFBHvBeIX
1MGgXzDxcYpDrPcZQxVUwwCGmm8sQETgxDJAPiRe94mFvInYsmAUZzzbBQIEYst1
hXEah95eSDsR5p95N5ioo7WjlDlyXu4tvevagsoelWIiq4QOxZKdjJh+rxSC6Y3P
qMeNQhqLdR1wVpfS5t5Xp5ztz/vw0fBMIh8oGFk4gla/+G17f8MPWsjkuOYTcclD
l29lpwJPI+rQn3TY4/h8L6lgO4fu9tpUKl33srs1xM21upL65RQVEm93Re0v1mBE
Ng0vVhOA/uc/ipXG3BTVkVx0gq48JwiROHUHTL9JDgvwfJ9Nhsw=
=5s9v
-----END PGP SIGNATURE-----
pinheadmz's public key is on keybase
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a method
getBlockHeaderto theNodeClientBased on bcoin-org/bclient#21
Requires handshake-org/hsd#210