Jonas Nick
afcdcf4fa8
Enable peginsign in tx tool
2017-06-15 14:31:26 -04:00
Warren Togami
53733a3dc3
Add CLIENT_VERSION_BUILD to version.
2017-06-15 14:31:26 -04:00
Warren Togami
3bd85f5f30
Fix CLI help text to refer to sidechain RPC port 9041 instead of Bitcoin 8332
2017-06-15 14:31:26 -04:00
Warren Togami
4e9ed87b53
Cleanup and clarify sendtomainchain help text
...
* Get rid of needless newline
* Get rid of confusing "deposit" word, talk instead about the target mainchain address.
* No reason for the Cli and Rpc examples to have different addresses.
* Make the examples actually correct with a value.
2017-06-15 14:31:26 -04:00
Warren Togami
3ccf1a248f
Rename RPC getfundingaddress to getpeginaddress for clarity
...
Improve the help text to better explain what the command does, and how
`getfundingaddress` parallels `getaddress` in necessitating regular backup
of wallet.dat.
2017-06-15 14:31:26 -04:00
Warren Togami
201a189a70
Rename RPC claimwithdraw to claimpegin for clarity
2017-06-15 14:31:26 -04:00
Warren Togami
193e4afcab
Rename blindtrust to validatepegin and invert boolean
...
`validatepegin=0` default means the sidechain will not verify incoming peg transactions against the bitcoind via CallRPC().
No change to default behavior. This only clarifies the meaning of the parameter.
2017-06-15 14:31:26 -04:00
Warren Togami
12e87083d7
Disable -peerbloomfilters by default in sidechains
...
Removes Denial of Service risk on a network that will likely never
have light wallets. User can enable it again if they reallly want it.
2017-06-15 14:31:26 -04:00
Matt Corallo
76eea62931
Add comment explaining check
2017-06-15 14:31:26 -04:00
Pieter Wuille
dd79f80f19
Never include unknown amounts in listreceived*
2017-06-15 14:31:26 -04:00
Pieter Wuille
03b5b6be2f
Fix caching of blinding data
2017-06-15 14:31:26 -04:00
instagibbs
efaf6fac37
Added testing of mainchain withdraw tx tracking
2017-06-15 14:31:26 -04:00
instagibbs
6cf921ce3a
Reactivated rpc_rawparams (TODO: Split into appropriate squashes)
2017-06-15 14:31:26 -04:00
Matt Corallo
9e19904123
Default-refuse to sendrawtransaction an unblinded, but could be, tx
2017-06-15 14:31:26 -04:00
instagibbs
c81a726f64
Basic locked utxo testing
2017-06-15 14:31:26 -04:00
instagibbs
0fcad6701f
Various updates to locked-output UTXO selection
2017-06-15 14:31:26 -04:00
Gregory Sanders
9b939ba363
generate coinbase goes to prescribed scriptDestination
2017-06-15 14:31:26 -04:00
Matt Corallo
8244b22a91
Require coinbase outputs be to a specific script
2017-06-15 14:31:26 -04:00
Matt Corallo
74d19d221e
re-enable generate RPC for unsigned chains
2017-06-15 14:31:26 -04:00
Matt Corallo
9d473c544f
new chain
2017-06-15 14:31:25 -04:00
Matt Corallo
cf73307455
Set network parameters
2017-06-15 14:31:25 -04:00
Matt Corallo
91c4218496
Make withdraw-combines combining to > MAX_MONEY / 100 non-std
2017-06-15 14:31:25 -04:00
Matt Corallo
22fe56ca87
Split genesis output into 100 identical outputs
2017-06-15 14:31:25 -04:00
Matt Corallo
52bb2803d3
Fix genesis block creation
2017-06-15 14:31:25 -04:00
Matt Corallo
d2b1a83e4c
Randomly permutate ports
2017-06-15 14:31:25 -04:00
Matt Corallo
6d0b606519
Change default datadir
2017-06-15 14:31:25 -04:00
Glenn Willen
e02b8a8354
Give a nice error for "make bitcoind", instead of a misleading one.
2017-06-15 14:31:25 -04:00
Matt Corallo
239bddd64f
Rename binaries and shared libraries
2017-06-15 14:31:25 -04:00
Matt Corallo
73c9b76053
Elements Beta branding
2017-06-15 14:31:25 -04:00
Matt Corallo
2b0cab2401
Copy Elements alpha's README
2017-06-15 14:31:25 -04:00
Gregory Sanders
405363c75e
Respond to getheaders even in IBD mode
2017-06-15 14:31:25 -04:00
Matt Corallo
5f88da386c
No DoS for sending a tx/block claiming an unconfirmed btc block
2017-06-15 14:31:25 -04:00
Matt Corallo
bc8b7b3697
Enable various script validations always
2017-06-15 14:31:25 -04:00
Glenn Willen
a9d26dc37c
Default --with-libs to "no"
2017-06-15 14:31:25 -04:00
Matt Corallo
cf0ed7aac1
Add regtest mode with a very large OP_TRUE output
2017-06-15 14:31:25 -04:00
Matt Corallo
8fddaf88dc
Add withdraw-manipulation RPCs
2017-06-15 14:31:25 -04:00
Matt Corallo
b4eae5c48d
Add function to get withdraw outputs which are claim-able
2017-06-15 14:31:25 -04:00
Matt Corallo
72df7f55ab
Add withdraw-locks-creation tracking in txdb
2017-06-15 14:31:25 -04:00
Pieter Wuille
ee74131673
Better algorithm for determining whether a dummy output is needed
2017-06-15 14:31:25 -04:00
Pieter Wuille
d09823f5a3
Deal better with unknown amounts in balances
2017-06-15 14:31:25 -04:00
Matt Corallo
62e78914b5
Add blinding key import/export RPCs
2017-06-15 14:31:24 -04:00
Matt Corallo
e4e85a4c6c
Qt updates for in-wallet CT
2017-06-15 14:31:21 -04:00
Matt Corallo
a1fb565bd2
Allow CreateTransaction to return the values of the outputs
2017-06-15 14:30:12 -04:00
Pieter Wuille
8eb5eaab32
Wallet updates for CT
2017-06-15 14:30:12 -04:00
Matt Corallo
8cbec40bec
bitcoin-tx changes for blinded values
2017-06-15 14:30:12 -04:00
Matt Corallo
1950b69e6e
Add base58 support for blinded addresses
2017-06-15 14:30:12 -04:00
Matt Corallo
1fd6b99daa
Add blinding transaction-creation code
2017-06-15 14:30:12 -04:00
Luke Dashjr
327b4f0185
Consensus support for blinded amounts
2017-06-15 14:30:08 -04:00
Matt Corallo
caa6ec41db
Enable required modules in secp256k1 for CT
2017-06-15 14:20:39 -04:00
Matt Corallo
ab892c2143
Update libsecp (TODO: Do this via subtree)
2017-06-15 14:20:39 -04:00