David A. Harding
f26a57e10e
Dev Docs: Prefix Table Rows With Added/Updated Status
...
Suggested by @saivann (thanks!)
2014-11-20 21:08:08 -05:00
David A. Harding
25dc0228f6
Merge remote-tracking branch 'saivann/protocolversions' into control-messages
2014-11-20 20:39:20 -05:00
Saivann
12685e71f3
Fix a few typos
2014-11-20 19:49:16 -05:00
Saivann
022ad12eaf
Normalize references to protocol versions
2014-11-20 19:41:03 -05:00
David A. Harding
a149ae1f37
Dev Docs: Describe Almost All Remaining P2P Network Messages
...
* Describes all remaining messages except filterload. Specificially, the
following messages are described: Addr, Alert, FilterAdd, FilterClear,
GetAddr, Ping, Pong, Reject, VerAck, and Version
* New makefile test: report broken markdown tables
* Put relevant protocol version changes at the top of all message
subsections.
2014-11-17 01:23:11 -05:00
David A. Harding
e29104fb82
Dev Docs: Fix Broken BitcoinJ Link
...
The makefile tests caught this, but it looks like I broke it back in
4553439e
. Strangely, I did a full build before merging that commit---and
several more full builds since---and this is the first I'm noticing the
error. I'm fixing the broken link now; I'll look into the tests later.
2014-11-16 13:35:16 -05:00
David A. Harding
cc13a10623
Merge branch 'data-messages' (pull #642 )
2014-11-16 13:20:54 -05:00
Saivann
00fffa1a4c
Apply a few javascript optimizations
2014-11-16 00:58:13 -05:00
Saivann
409396ebdd
Add space before comments in javascript
2014-11-16 00:51:47 -05:00
Saivann
d64416ef51
Replace javascript syntax by a more standard and readable one
2014-11-16 00:47:38 -05:00
Saivann
1db1455703
Manage events in a single file
2014-11-15 18:45:43 -05:00
Saivann
b154db2c94
Update events ( fixes #641 , #643 )
2014-11-15 18:12:13 -05:00
Saivann
c42a07eac0
Update uk translations
2014-11-15 16:22:47 -05:00
Saivann
bf2a40bdb7
Update hu translations
2014-11-15 16:21:14 -05:00
David A. Harding
9ee7b8b73b
Dev Docs: Fix Typos/Confusions In P2P Data Messages As Reported By @saivann (Thanks!)
2014-11-15 12:12:56 -05:00
David A. Harding
ade6d1aca1
Dev Docs: Tweak Revised Protocol Versions Table Style
2014-11-15 10:41:51 -05:00
Saivann
0437d7c434
Format "protocol versions" table content to improve readability
2014-11-14 20:01:33 -05:00
Saivann
1c9302eb5e
Update validation score name in the layout and CSS
2014-11-14 12:54:03 -05:00
Saivann
7bad2e0f0f
Update ar translations
2014-11-14 10:36:22 -05:00
Saivann
4109609d14
Drop previous workaround against caching scripts
2014-11-13 14:50:13 -05:00
Saivann
87465a3a7e
Drop unused CSS file
2014-11-13 14:42:42 -05:00
David A. Harding
1634212dd5
Dev Docs: Add P2P Messages That Request Or Reply With Data
...
Adds to the devel reference page detailed documentation on the following
messages: block, getblocks, getdata, getheaders, headers, inv, mempool,
merkleblock, notfound, and tx.
Adds to the devel examples page an example of requesting and parsing a
merkleblock message.
Adds to the devel docs overview pages links to the above two new
P2P sections.
Tweaks the autocrossref plugin ignore pattern to not crossref in the
middle of a GIF image name; this allows the inclusion of animated GIFs.
2014-11-12 12:39:36 -05:00
saivann
a27cf8be5f
Merge pull request #634 from bitcoin/uk
...
Add uk (Ukrainian) translations
2014-11-12 10:45:58 -05:00
Saivann
1828472551
Add Ukrainian (uk) translations
2014-11-12 10:43:47 -05:00
saivann
b9a6c105a1
Merge pull request #636 from bitcoin/bits
...
Add mentions and definitions for bits
2014-11-11 12:13:36 -05:00
Saivann
01bf6de924
Revert another mention for "bits"
2014-11-11 12:12:27 -05:00
David A. Harding
a50e455215
Merge branch 'serialized-blocks' (pull #638 )
2014-11-09 18:27:51 -05:00
Saivann
800775422b
Update es translation
2014-11-09 13:24:54 -05:00
saivann
cca995671d
Merge pull request #637 from bitcoin/multisigrefresh
...
Update texts about multi-signature
2014-11-09 12:03:42 -05:00
saivann
973355d010
Merge pull request #639 from bitcoin/partialbuild
...
Allow disabling plugins for faster preview
2014-11-09 12:03:38 -05:00
Saivann
921056fc9f
Center thead in devel-docs tables
2014-11-08 18:38:20 -05:00
David A. Harding
63b4d03400
Dev Docs: Merkle Tree/nBits Minor Proofreading Edits
...
Based on feedback from @saivann (thanks!)
2014-11-08 16:39:01 -05:00
Saivann
16bfaa253e
Add Jacob Burenstam to the list of active contributors
2014-11-08 14:25:23 -05:00
Saivann
45cdb02ab9
Allow disabling plugins for faster preview
2014-11-08 13:56:41 -05:00
Saivann
7a8493124a
Display uBTC and bits on a single row
2014-11-08 12:36:17 -05:00
Saivann
8bb1b18498
Drop post-decimal delimiter (thanks @luke-jr)
2014-11-08 11:10:10 -05:00
Saivann
604473059d
Add mention for uBTC (thanks @luke-jr)
2014-11-08 11:09:30 -05:00
Saivann
b3a199138f
Avoid autocrossref for bits (thanks @harding)
2014-11-08 10:55:29 -05:00
Saivann
cea582561f
Avoid pushing for bits in "bitcoin" and "BTC" definitions
2014-11-08 10:11:11 -05:00
David A. Harding
a8f8f750c8
Dev Docs: Describe Serialized Block Header And Block Format
...
* Replace current description of the block header with a better
description.
* Describe the various version numbers.
* Describe how the merkle root is constructed.
* Describe how nBits is parsed and how to correctly create it to
avoid negative values.
* Describe the serialized block format used to calculate max block size.
2014-11-07 22:50:27 -05:00
Saivann
f52eb4d05e
Fix one typo and improve composition (thanks @harding)
2014-11-07 21:57:16 -05:00
Saivann
094ed1c10a
Fix one typo (thanks @harding)
2014-11-07 21:52:34 -05:00
Saivann
4514c774f0
Update texts about multi-signature
2014-11-07 20:29:34 -05:00
Saivann
adaba05941
Add mentions and definitions for bits
2014-11-07 19:13:32 -05:00
Saivann
1863fad011
Update ar, sl translations
2014-11-07 03:30:15 -05:00
Saivann
53fdb6a067
Use a consistent centered layout for mobiles
...
(Apply previous improvements to the Innovation page to all pages)
2014-11-07 02:49:47 -05:00
David A. Harding
fbf5448c59
Merge branch 'tx-format' (pull #631 )
2014-11-06 21:47:36 -05:00
Saivann
d32cbabd11
Update nl translations
2014-11-06 13:50:30 -05:00
Saivann
c2b0c6a146
Revert previous workaround in updatetx.rb
2014-11-06 12:07:12 -05:00
Saivann
1b6d736637
Fix regex bug in _contrib/updatetx.rb
2014-11-05 12:35:59 -05:00