Pieter Wuille
2f5858952e
Mention dump/import support for HD wallets
8 years ago
Pieter Wuille
fe20b83ca9
Remove refactors from list of changes
8 years ago
Pieter Wuille
7f84015352
Inline mempool RPCs and feefilter into misc sections
8 years ago
Wladimir J. van der Laan
b52c67c4b1
doc: Update changelog for rc3
8 years ago
Pieter Wuille
b49d963cf7
Document reindexing changes
8 years ago
Wladimir J. van der Laan
d485a6c5a8
doc: Add list of new and removed RPC commands to release notes
...
Finish up the RPC part of #7678 .
8 years ago
paveljanik
719208c66f
Rewrite shell example to not leave secrets in the history file
8 years ago
Wladimir J. van der Laan
b06808c58e
doc: Release notes update for rc2
8 years ago
Jonas Schnelli
f142c11ac6
[0.13] Create a new HD seed after encrypting the wallet
8 years ago
Suhas Daftuar
52a4158f1f
Add release notes for mining changes
8 years ago
Chris Moore
ea91961899
Fix formatting error
...
Don't start a line with a # unless you want that line to be a header.
8 years ago
Jannes Faber
f891e34cf9
fix typo: propagation relay -> delay
8 years ago
Johnson Lau
48b92080a7
Remove duplicated name in release notes
8 years ago
Wladimir J. van der Laan
ec8f5fc8b5
doc: Add list of pulls and authors to release notes
8 years ago
Wladimir J. van der Laan
ded0599281
doc: Add a few items to release notes
...
Do a few TODOs from #7678 :
- Removal of internal miner
- `mempool`/`NODE_BLOOM` interaction
- Sorting of `getrawmempool` output
8 years ago
Jonas Schnelli
3b38a6a96a
[Wallet] Ensure <0.13 clients can't open HD wallets
8 years ago
Pieter Wuille
df854637b1
Some 0.13 release notes about p2p changes
8 years ago
Wladimir J. van der Laan
37269105c8
build: Release notes update
...
Fill in the header, and move items to the appropriate part of the
release notes structure.
8 years ago
Wladimir J. van der Laan
efd1d8339a
doc: Mention dbcache increase in release notes
8 years ago
BtcDrak
14d01309be
Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY
9 years ago
Wladimir J. van der Laan
b0be3a0186
doc: Mention Windows XP end of support in release notes
...
Closes #7681 .
9 years ago
Wladimir J. van der Laan
05f64c9940
doc: Mention Linux ARM builds in release notes
9 years ago
Wladimir J. van der Laan
7982fce64c
doc: Mention full UTF-8 support in release notes
9 years ago
Jonas Schnelli
17c0131fad
[Docs] Add release notes and bip update for Bip32/HD wallets
9 years ago
Suhas Daftuar
176e19b571
Mention new RPC's in release notes
9 years ago
Wladimir J. van der Laan
7df92242a9
doc: Add note about new build/test requirements to release notes
...
[skip ci]
9 years ago
Wladimir J. van der Laan
c907f4d56b
doc: Update release process
...
The actual release process quite diverged from what was written here,
also clarify things a bit.
9 years ago
Jonas Schnelli
0b25a9fb42
[ZMQ] append a message sequence number to every ZMQ notification
9 years ago
Wladimir J. van der Laan
28b400f7d1
doc: update release-notes for `gettxoutsetinfo` change
9 years ago
Alex Morcos
0371797e2a
modify release-notes.md and bips.md
9 years ago
BtcDrak
cfd519e942
Add release note documentation
9 years ago
Wladimir J. van der Laan
f22f14c65b
doc: mention bitcoin-cli -stdin in release notes
9 years ago
mb300sd
37d271d7cc
Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.
9 years ago
Wladimir J. van der Laan
c12ff995f7
Now that 0.12 has been branched, master is 0.12.99
...
... in preparation for 0.13
9 years ago
Pieter Wuille
9ac63d6d30
Keep track of explicit wallet conflicts instead of using mempool
9 years ago
Pieter Wuille
49fb8e89b7
Documentation updates for BIP 130
9 years ago
Peter Todd
cde857f2d9
Connect to Tor hidden services by default
...
Adds 127.0.0.1:9050 for the .onion proxy if we can succesfully connect
to the control port.
Natural followup to creating hidden services automatically.
9 years ago
Pieter Wuille
6e18268616
Switch to libsecp256k1-based validation for ECDSA
9 years ago
Jonas Schnelli
5760749ed8
[docs] rename reducetraffic.md to reduce-traffic.md
9 years ago
MarcoFalke
9c3ee3bf77
[doc] Add -maxuploadtarget release notes
9 years ago
Wladimir J. van der Laan
68ccdc4696
doc: Mention Tor listening in release notes
9 years ago
MarcoFalke
0817bf7094
[doc] Fix FIXME for libblkmaker in release-notes.md
9 years ago
Peter Todd
c939792baa
Add BIP65 CHECKLOCKTIMEVERIFY to release notes
9 years ago
Mitchell Cash
99963b938f
Correct spelling mistakes in doc folder
...
- OSX —> OS X
- XCode —> Xcode
- github —> GitHub
- homebrew —> Homebrew
- gitian —> Gitian
- Other miscellaneous obvious spelling fixes and whitespace removal
9 years ago
Peter Todd
9204930101
Document pull-req #6424 in release-notes
...
Mention now allowed sequence of pushdatas in OP_RETURN outputs in
release notes.
9 years ago
Johnathan Corgan
ab0b8be857
zmq: update and cleanup build-unix, release-notes, and zmq docs
...
Signed-off-by: Johnathan Corgan <johnathan@corganlabs.com>
9 years ago
Pieter Wuille
391dff16fe
Do not store Merkle branches in the wallet.
...
Assume that when a wallet transaction has a valid block hash and transaction position
in it, the transaction is actually there. We're already trusting wallet data in a
much more fundamental way anyway.
To prevent backward compatibility issues, a new record is used for storing the
block locator in the wallet. Old wallets will see a wallet file synchronized up
to the genesis block, and rescan automatically.
9 years ago
MarcoFalke
a09db7c19a
[trivial] Minor format fixes
9 years ago
Wladimir J. van der Laan
0574ede595
doc: update release-notes and bips.md for BIP111
9 years ago
Jonas Schnelli
a1df1e870b
[docs] add libevent dependency to build-osx.md
9 years ago