Justin Camarena
e11f9a2f02
[doc] typos, READMEs, comments
...
Just a quick run through some docs and fixing some text errors.
8 years ago
Wladimir J. van der Laan
5e3557b8e3
doc: Clean out release notes
...
Now that 0.13 has branched, release notes for 0.13 should be maintained
there, and the release notes file on master is for 0.14 release
notes.
8 years ago
Wladimir J. van der Laan
ff46dd4a34
Merge #7540 : Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY
...
18c975c
Rename NOP3 to CHECSEQUENCEVERIFY in rpc tests (BtcDrak)
14d0130
Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY (BtcDrak)
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
9c3d0fab36
Merge #7892 : Add full UTF-8 support to RPC
...
7982fce
doc: Mention full UTF-8 support in release notes (Wladimir J. van der Laan)
6bbb4ef
test: test utf-8 for labels in wallet (Wladimir J. van der Laan)
a406fcb
test: add ensure_ascii setting to AuthServiceProxy (Wladimir J. van der Laan)
60ab9b2
Squashed 'src/univalue/' changes from 2740c4f..f32df99 (Wladimir J. van der Laan)
9 years ago
Wladimir J. van der Laan
b67a4726df
Merge #8035 : [Wallet] Add simplest BIP32/deterministic key generation implementation
...
afcd77e
Detect -usehd mismatches when wallet.dat already exists (Jonas Schnelli)
17c0131
[Docs] Add release notes and bip update for Bip32/HD wallets (Jonas Schnelli)
c022e5b
[Wallet] use constant for bip32 hardened key limit (Jonas Schnelli)
f190251
[Wallet] Add simplest BIP32/deterministic key generation implementation (Jonas Schnelli)
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
c4e8390047
Merge #7881 : Update release process
...
f154470
[contrib] Remove reference to sf and add doc to verify.sh (MarcoFalke)
182bec4
contrib: remove hardcoded version from verify.sh (Wladimir J. van der Laan)
c907f4d
doc: Update release process (Wladimir J. van der Laan)
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
Wladimir J. van der Laan
a1eb344ba8
Merge #7762 : [ZMQ] append a message sequence number to every ZMQ notification
...
0b25a9f
[ZMQ] append a message sequence number to every ZMQ notification (Jonas Schnelli)
de821d5
[ZMQ] refactor message string (Jonas Schnelli)
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
bd629d77ed
Merge pull request #6639
...
58ef0ff
doc: update docs for Tor listening (Wladimir J. van der Laan)
68ccdc4
doc: Mention Tor listening in release notes (Wladimir J. van der Laan)
09c1ae1
torcontrol improvements and fixes (Wladimir J. van der Laan)
2f796e5
Better error message if Tor version too old (Peter Todd)
8f4e67f
net: Automatically create hidden service, listen on Tor (Wladimir J. van der Laan)
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
Wladimir J. van der Laan
48efbdbe98
Merge pull request #5264
...
af3208b
Resolve issue 3166. These changes decode valid SIGHASH types on signatures in assembly (asm) representations of scriptSig scripts. This squashed commit incorporates substantial helpful feedback from jtimon, laanwj, and sipa. (mruddy)
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
Wladimir J. van der Laan
28d0b3ec65
Merge pull request #6652
...
a09db7c
[trivial] Minor format fixes (MarcoFalke)
0574ede
doc: update release-notes and bips.md for BIP111 (Wladimir J. van der Laan)
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
Jonas Schnelli
d6a92dd0ea
[release notes] mention apache reverse proxy to re-enable SSL
9 years ago
Wladimir J. van der Laan
57d85d9bee
doc: mention SSL support dropped for RPC in release notes
9 years ago
Wladimir J. van der Laan
9bb4dd850f
Merge pull request #6507
...
9f5edb9
Removed contrib/bitrpc (Casey Rodarmor)
9 years ago
Casey Rodarmor
9f5edb970a
Removed contrib/bitrpc
...
It's unclear if people are using this and if it's worth maintaining.
9 years ago
mruddy
af3208bfa6
Resolve issue 3166.
...
These changes decode valid SIGHASH types on signatures in assembly (asm) representations of scriptSig scripts.
This squashed commit incorporates substantial helpful feedback from jtimon, laanwj, and sipa.
9 years ago
Wladimir J. van der Laan
c6455c77ab
doc: mention change to option parsing behavior in release notes
9 years ago
Wladimir J. van der Laan
9127e9766a
doc: Mention RPC strings for monetary amounts in release notes
...
Add a section "low level RPC API changes" so that the changes with
regard to error codes can be added later.
9 years ago
Wladimir J. van der Laan
0937290553
doc: mention RPC random cookie authentication in release notes
9 years ago