Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

man pages #109

Closed
wants to merge 37 commits into from
Closed

man pages #109

wants to merge 37 commits into from

Conversation

haraldg
Copy link

@haraldg haraldg commented Mar 9, 2016

Hi,

this pull request includes
a) minor cleanup of the help message
b) updated man pages as an effort to make peercoin apt for linux distributions

glv2 and others added 30 commits July 30, 2014 20:48
by author: Chris Moore <dooglus@gmail.com>

Refactor SelectCoinsMinConf() and add unit tests.

AvailableCoins() makes a vector of available outputs which is then passed to SelectCoinsMinConf().  This allows unit tests to test the coin selection algorithm without having the whole blockchain available.
(cherry picked commit 9b0369c)

Conflicts:

	src/wallet.cpp
	src/wallet.h
(cherry picked from commit d172ce1)
getblock returns block and block's transactions. There is
currently one optional parameter that changes how transaction
details are presented. false (or no parameter) returns only
a list of transactions. If parameter is set to true, getblock
will return some additional transaction details.

These additional transaction details cannot be parsed easily
as transactions are separated by space indentations only.

This patch adds a second parameter (txdetails) that returns
full transaction details in a json form, so that it can be
parsed programatically.

A second parameter is used for backwards compatibility (rather
then changeing first parameter type to int).

No other things are changed, only this block presentation.
(cherry picked from commit 3d9d76b)
…eatures.

New data structures:
-CPubKey
-CKeyID
-CScriptID
-CTxDestination
(cherry picked from commit 4708d16)
by author: Guillaume LE VAILLANT <guillaume.le.vaillant@openmailbox.org>
Also includes changes to CWallet::AvailableCoins() from
bitcoin commit a2709fa
by author: Gavin Andresen <gavinandresen@gmail.com>

Add raw transactions RPC.

Functions added:
- listunspent
- getrawtransaction
- decoderawtransaction
- createrawtransction
- signrawtransaction
- sendrawtransaction
(cherry picked from commit 3110823)

Conflicts:

	src/main.h
…ltisig redeem scripts.

(cherry picked from commit f1c4b8a)
…ther to check the transaction inputs.

(cherry picked from commit 572006c)
by author: Giannis Dzegoutanis <erasmospunk@gmail.com>

added getrawmempool rpc call
(cherry picked from commit e72e615)

Conflicts:

	src/bitcoinrpc.cpp
…ions in an orphaned block

(cherry picked from commit 7ac8dc5)
Backport bitcoin commit a793424
(cherry picked from bitcoin a793424)

Conflicts:

	src/main.cpp
	src/test/transaction_tests.cpp
Also fix decoderawtransaction to not show reqSigs or addresses for
nulldata txouts. (Previous version also left reqSigs uninitialized
mistakenly)

Backport bitcoin commit 22de68d
(cherry picked from bitcoin 22de68d)

Conflicts:

	src/rpcrawtransaction.cpp
	src/test/transaction_tests.cpp
Previously bitcoin-qt's -debug transaction info was showing CTxOut([error])

It is valid for a scriptPubKey to be any size, for example simply
OP_RETURN is valid and can be used to destroy a TXOUT to mining fees.

Backport bitcoin commit 0056095
Backported by: Sunny King <sunnyking9999@gmail.com>
(cherry picked from commit 0056095)

Conflicts:

	src/core.cpp
Diandianbi.org have kindly provided an auto dns seed service for peercoin. This change adds Diandianbi.org's dnsseed to the dnsseed list.

https://www.peercointalk.org/index.php?topic=4074.0(cherry picked from commit f967b1b)
TheSeven has kindly provided an auto dns seed service for peercoin. This change adds TheSeven's dnsseed to the dnsseed list.(cherry picked from commit 6e09a5f)
Fix bug introduced in 364fa63 that always does avatar mode, which uses input address as change address. The avatar mode is not compatible with some exchange system as it interprets such address as deposit address resulting in phantom deposit.
Allow transaction output value to be 0.
Use dynamic stake modifier for kernel generation
Protocol switch schedule:
Testnet switch - Nov 16, 2015
Mainnet switch - Mar 15, 2016
Diandianbi.org have kindly provided an auto dns seed service for peercoin. This change adds Diandianbi.org's dnsseed to the dnsseed list.

https://www.peercointalk.org/index.php?topic=4074.0(cherry picked from commit f967b1b)
(cherry picked from commit 5453a64)
TheSeven has kindly provided an auto dns seed service for peercoin. This change adds TheSeven's dnsseed to the dnsseed list.(cherry picked from commit 6e09a5f)

(cherry picked from commit 650ea5f)
Conflicts:
	doc/README
	doc/README_windows.txt
	share/setup.nsi
	src/version.h
sunnyking and others added 7 commits January 14, 2016 01:14
For nodes running v0.5.0 RC1 and v0.5.1 RC2 release candidates,
upgrade deadline is March 14, 2016
man pages are necessary to get proper packages into linux distributions.
Moving them out of contrib/debian to be more obviously available and
to encourage keeping them up-to-date.

This is done as a separate step after actually updating the man pages
to keep the changes diffable in git.
@peerchemist
Copy link
Member

Bump. We need this for proper Linux distribution packages.

@peerchemist
Copy link
Member

Bump.

@hrobeers hrobeers closed this Oct 24, 2017
@hrobeers
Copy link

reopen after automatic close due to master branch recreation

@hrobeers hrobeers reopened this Oct 31, 2017
@hrobeers hrobeers changed the base branch from master to develop October 31, 2017 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet