Commit graph

1131 commits

Author SHA1 Message Date
Saivann
c1d2ff108c Force browsers to reload main.js (fixes #421) 2014-05-24 14:03:41 -04:00
saivann
2f17ee4dae Merge pull request #393 from bitcoin/devel-docs
Add Developer Guide To Bitcoin.org
2014-05-24 11:01:45 -04:00
saivann
d1bccc9219 Merge pull request #419 from bitcoin/newlangbar
Display language menu in ordered columns
2014-05-23 21:54:34 -04:00
Saivann
95b48d5513 Display language menu in ordered columns 2014-05-23 10:50:28 -04:00
David A. Harding
32c8d59f7a
s/getmininginformation/getmininginfo/ 2014-05-23 09:42:27 -04:00
saivann
090c5dffa1 Merge pull request #416 from bitcoin/devel-docs-disclaimer
Add a temporary BETA disclaimer in devel-docs
2014-05-22 22:43:48 -04:00
Saivann
84a3acaef2 Position fonts in separate directories 2014-05-22 15:30:58 -04:00
Saivann
8985591fd0 Fix main page icons position for rtl layout 2014-05-22 14:29:16 -04:00
Saivann
6c9cf4f860 Mention that coinbase is the first transaction in a block in "Block Chain" subsection 2014-05-21 23:26:38 -04:00
David A. Harding
68cd5b6ff9
Several Corrections & Clarifications Suggested On IRC
**Suggested by @cbeams:**

_includes/ref_block_chain.md:

    * Mention that coinbase is the first transaction in a block.

**Suggested by @gmaxwell:**

_includes/ref_core_rpcs-abcdefg.md:

    * Mention that you need to unlock your wallet when you run out of
      keys in the keypool.

    * Remove erroneous assertion that txindex=1 would allow
      `getreceivedbyaddress` to check balances of addresses not
      belonging to this wallet.

_includes/ref_transactions.md:

    * Clarify that OP_RETURN scripts aren't usually executed because
      they always return false.

en/developer-reference.md

    * Add a warning about using block chain or mempool data in
      executable context.
2014-05-21 23:08:57 -04:00
Saivann
c7bc38f452 Add a temporary BETA disclaimer in devel-docs 2014-05-21 22:59:03 -04:00
David A. Harding
c1e61199a1
Merge branch 'hd-ancestor-compromise' into devel-docs 2014-05-21 19:12:15 -04:00
saivann
8f4f9d4c89 Merge pull request #266 from jm3/master
Manage gems + Ruby at current stable version(s)
2014-05-21 13:10:49 -04:00
John Manoogian III
944e7c3470 Manage gems + Ruby @ current stable versions w/RVM
* update to modern, supported Ruby 2.0 version
* update gems to current versions using Bundler
* make jekyll configs confirm to current version
* switch deb package dependencies to cross-platform rvm
* ignore bundled dependencies
* some README mods as per @harding + @saivann
2014-05-20 20:45:08 -07:00
saivann
b6a8926062 Merge pull request #411 from bitcoin/devel-report
Add "Report An Issue" action in developer documentation toc
2014-05-20 18:57:16 -04:00
David A. Harding
cb5b2206b1
Make Clearer The Benefits Of Hardened Keys And The Absence Of A Master PubKey
As suggested by @gmaxwell (thanks!), I tried to make clearer the benefit
of hardened keys:

* Described hardened keys as a solution in the first sentence of the
  Hardened Keys subsection.

* Reordered the text so that the problem is described before the
  solution, making the presence of a solution clearer.

* Added a prefatory sentence to the description of the two key
  derivation formulas again describing the hardened formula as a
  solution.

As suggested by @vbuterin (thanks!), I added a paragraph describing that
HD wallets don't use normal derivation on the master key so they don't
have an effective master public key. (See end of the diff.)

This is a fairly large diff because of the reordering, but no new
clauses were added besides those described above.
2014-05-20 10:15:23 -04:00
saivann
d01d3fcc97 Merge pull request #396 from bitcoin/ro
Add Romanian (ro) translation
2014-05-19 19:59:41 -04:00
Saivann
e10ad2dd1e Add Romanian (ro) translation 2014-05-19 19:57:36 -04:00
saivann
5c102c569d Merge pull request #408 from harding/hd-ancestor-compromise
Fix Images For Normal HD Key Derivation; Mention Ancestor Key Risk
2014-05-19 19:07:19 -04:00
Saivann
3c5a915aed Fix toc action entries style for mobiles 2014-05-19 18:45:52 -04:00
Saivann
fecdbf0e93 Update "Report An Issue" link on mouseover (thanks @harding) 2014-05-19 18:39:18 -04:00
Saivann
30afc84515 Improve mini_ico_report icon 2014-05-19 12:17:37 -04:00
Saivann
753424d2e6 Add "Report An Issue" action in developer documentation toc 2014-05-19 12:02:34 -04:00
Saivann
9c8a6ea313 Drop outdated/unused scripts 2014-05-18 11:55:28 -04:00
Saivann
890420b2c3 Add comparelinks.rb script in _contrib 2014-05-18 11:38:50 -04:00
saivann
2b77ce009c Merge pull request #405 from bitcoin/remittancevideo
Add link to Uganda BitcoinFilm video on the Innovation page
2014-05-18 10:38:30 -04:00
saivann
4fc70f1e56 Merge pull request #409 from gwb3/add-crypto-currencies-foundation-russia-051714
Add Non-Profit Organization, Crypto Currencies Foundation Russia
2014-05-18 10:37:43 -04:00
Garland William Binns III
a7846aa5a6 Add Non-Profit Organization, Crypto Currencies Foundation Russia 2014-05-17 21:59:11 -06:00
Garland William Binns III
bbee5cf455 Add Russian Flag 2014-05-17 21:41:29 -06:00
David A. Harding
e21d527523
Fix Formula For Normal HD Key Derivation; Mention Ancestor Key Risk
_includes/guide_wallets.md:

* Fix formula given for normal child key derivation to state that public
  keys must also be provided to the HMAC hash function. This required
  updating both text and images.

* Add one-paragraph warning about ancestor key compromise when the
  ancestor extended public key is compromised along with a descended
  private key.  Update img/dev/en-hd-private-parent-to-private-child.*
  to help illustrate this warning.

en/developer-reference.md:

* Remove %include% of previously-removed file which caused new versions
  of Jekyll to die.
2014-05-17 14:34:28 -04:00
Saivann
1725b2dc21 Update "The Genesis Block" link and name 2014-05-16 22:44:10 -04:00
Saivann
fff8016456 Add link to Uganda BitcoinFilm video on the Innovation page 2014-05-16 14:21:20 -04:00
saivann
cd405999fe Merge pull request #389 from buren/master
Added Swedish translation
2014-05-16 13:58:58 -04:00
Jacob Burenstam
f943a374dc Added Swedish translation (with FAQ disabled). 2014-05-15 18:00:36 +02:00
saivann
6782c69cb8 Merge pull request #387 from gwb3/add-portuguese-brazil-translation-050214
Add Portuguese (Brazil) Translation
2014-05-15 00:01:12 -04:00
Garland William Binns III
23fe412265 Add Portuguese (Brazil) Translation 2014-05-14 21:26:02 -06:00
saivann
85b920eb24 Merge pull request #402 from buren/vocabulary-page-english-fix
Added missing punctuation to  bitcoin paragraph on /en/vocabulary page
2014-05-14 14:42:43 -04:00
Jacob Burenstam
058b52fc16 Added missing punctuation to bitcoin paragraph on /en/vocabulary page 2014-05-14 20:41:18 +02:00
Saivann
8438c6056f Update fr translation 2014-05-14 11:01:40 -04:00
saivann
1a123bbb4a Merge pull request #401 from bitcoin/devdoc-hd-offby1
Fix Off-By-One Error In HD Wallet Section
2014-05-14 10:39:31 -04:00
David A. Harding
f59afd8803 Fix Off-By-One Error In HD Wallet Section
Discovered by /u/lifeboatz on Reddit.  Thanks!
2014-05-14 08:48:52 -04:00
saivann
370eb10adf Merge pull request #400 from bitcoin/develp2pkh
Replace P2PH With P2PKH
2014-05-14 00:31:57 -04:00
Saivann
c7eed3e444 Replace P2PH by P2PKH in devel-docs 2014-05-14 00:21:00 -04:00
saivann
b847b53ee3 Merge pull request #399 from Bitcoinference/patch-3
Create 2014-09-03-Bitcoinference.md
2014-05-13 21:59:55 -04:00
Bitcoinference
46bb8d2f8f Create 2014-09-03-Bitcoinference.md 2014-05-14 03:55:48 +02:00
saivann
47f6869fed Merge pull request #397 from gwb3/update-events-051314
Update Events Page - https://bitcoin.org/en/events
2014-05-13 20:23:50 -04:00
Garland William Binns III
29666e9219 Add Bitcoin and Cryptocurrencies: Prospects for Development in Russia 2014-05-13 12:36:10 -06:00
Garland William Binns III
4157a30015 Add Dubai Bitcoin Conference. The Venue is the same as the Address. 2014-05-13 12:28:23 -06:00
Garland William Binns III
a7342a5602 Fix State/Country format to match the schema of other events being held in the United States. 2014-05-13 09:18:45 -06:00
David A. Harding
70d871d43e Merge pull request #395 from harding/docsupdate-sigsecurity
Devel Docs: Add Comparison-Based Attacks To Reasons Not To Reuse Keys
2014-05-13 09:12:47 -04:00