Add first two newsletters#3
Merged
Merged
Conversation
f2ffb28 to
197120f
Compare
Contributor
|
Tested ACK I built the web site locally and did a 'make preview.' Worked as expected. I agree we can launch the web site (without fanfare) with what we have now, and we can add more later. |
197120f to
d3acb72
Compare
harding
referenced
this pull request
in harding/bitcoinops.github.io
Jul 8, 2018
Merged
MBaum21
added a commit
to MBaum21/bitcoinops.github.io
that referenced
this pull request
Nov 4, 2023
easy changes: INT64_MAX is 9223372036854775807 (2**63-1) INT64_MIN is -9223372036854775808 (-2**63) for whatever reason, post bitcoinops#1 in bitcointalk topic 822 ( https://bitcointalk.org/index.php?topic=822.0 ) contains a different output amount than post bitcoinops#3 post bitcoinops#1: 92233720368.54277039 (0x7ffffffffff863af) post bitcoinops#3: 92233720368.54275808 (0x7ffffffffff85ee0) I'm assuming post bitcoinops#3 ist right, because it's 2**63-500000, and the sum of outputs is minus 1 million sats (-0.01 BTC). (9223372036854275808*2 - 2**64 = -1000000)
bitschmidty
pushed a commit
that referenced
this pull request
Jan 17, 2025
* fix amounts in overflow bug description easy changes: INT64_MAX is 9223372036854775807 (2**63-1) INT64_MIN is -9223372036854775808 (-2**63) for whatever reason, post #1 in bitcointalk topic 822 ( https://bitcointalk.org/index.php?topic=822.0 ) contains a different output amount than post #3 post #1: 92233720368.54277039 (0x7ffffffffff863af) post #3: 92233720368.54275808 (0x7ffffffffff85ee0) I'm assuming post #3 ist right, because it's 2**63-500000, and the sum of outputs is minus 1 million sats (-0.01 BTC). (9223372036854275808*2 - 2**64 = -1000000) * Clarify output amount and mention fee --------- Co-authored-by: Murch <murch@murch.one>
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.
Once these are merged, I suggest we make the website public.