-
Notifications
You must be signed in to change notification settings - Fork 138
Add newsletter #6 (2018-07-31) #47
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent work as always!
I've pushed a fixup commit with a couple of small changes. If I don't hear any complaints about those changes, I'll squash and merge to master tomorrow morning.
_includes/references.md
Outdated
|
||
{% assign rpc_prefix = "https://bitcoincore.org/en/doc/0.16.1" %} | ||
[rpc fundrawtransaction]: {{rpc_prefix}}/rpc/rawtransactions/fundrawtransaction/ | ||
[rpc abandontransaction]: {{rpc_prefix}}/rpc/rawtransactions/fundrawtransaction/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link should be /rpc/wallet/abandontransaction/
|
||
## Dashboard items | ||
|
||
- **Fees still low:** hash rate increased difficulty by more than 10% |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was eventually 14.88% 😮
|
||
- [If you can use almost any opcode in P2SH, why can't you use them in | ||
scriptPubKeys?][bse 76541]: in this answer, Bitcoin technical writer | ||
David A. Harding explains why early versions of Bitcoin restricted the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😁
contributors look for answers to their questions---or when we have a | ||
few spare moments of time to help answer other people's questions. In | ||
this new monthly feature, we highlight some of the top voted questions | ||
and answers made there in the past month.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love this! 💯
minutes, there's the possibility for a rapid increase estimated | ||
transaction fees. We recommend being careful sending large low-fee | ||
transactions such as consolidations until closer to the weekend when | ||
transaction volume begins to taper off again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really good. I think the phrasing can be tweaked slightly to make it read better. I'll try to do that in a fixup commit.
|
||
## Action items | ||
|
||
{% comment %}<!-- TODO: replace with something else if 0.16.2 not released -->{% endcomment %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was released! I'll remove this in a fixup commit.
I love this new feature!
weird! |
Original material by AJ Towns. Additional content by David Harding and John Newbery.
Except for a couple extra invisible newline in the HTML source, renders identically to before. This will allow us to keep the article text synchronised with the text in the newsletter. - Moves text of article to _includes/ - Adds copyright statement to top, at least until we get permission to MIT license - Defines a variable that allows changing the subhead depth - Includes that file in the previous file
01ff04a
to
f812751
Compare
Rebased on top of update #28 |
Material by David Harding. Minor fixups by John Newbery.
f812751
to
2c78695
Compare
Based on #28 to include text of AJ Town's article.
Todos:
Some notes: