Commit graph

13527 commits

Author SHA1 Message Date
Gregory Sanders
820caaba28 Merge pull request #246 from tdudz/rpcargfix
added missing label for "output_assets" argument to createrawtransaction rpc
2017-08-24 08:07:36 -04:00
Gregory Sanders
2ca0460bb8 Merge pull request #245 from tdudz/isfeefix
remove unnecessary code in IsFee() method
2017-08-24 08:05:51 -04:00
Tom Dudzik
26c59bff65 added missing label for args to createrawtransaction rpc 2017-08-24 12:16:34 +02:00
Tom Dudzik
e0df838f7f remove unnecessary code in IsFee() method 2017-08-24 11:17:56 +02:00
Gregory Sanders
d57e5e5622 Merge pull request #239 from instagibbs/assettutgett
python tutorial: gettransaction needs optional include_watchonly arg
2017-08-16 17:15:30 -04:00
Gregory Sanders
d9207fc4f4 Merge pull request #240 from tdudz/settoassetfix
fix SetToAsset bug where vchCommitment wasn't cleared before writing
2017-08-16 17:13:46 -04:00
tdudz
15f31cfcac fix SetToAsset() bug where vchCommitment wasn't cleared before writing 2017-08-11 15:12:34 -07:00
Gregory Sanders
1a4e2b4082 python tutorial: gettransaction needs optional include_watchonly arg 2017-08-10 13:54:37 -04:00
Gregory Sanders
4985bc5092 Merge pull request #235 from kallewoof/getnewblockhex-coinbase
getnewblockhex would use regtest coinbase hard coded, instead of fetc…
2017-08-10 07:38:43 -04:00
Karl-Johan Alm
a3035b3892
getnewblockhex would use regtest coinbase hard coded, instead of fetching CoinbaseDestination from Params. 2017-08-10 13:06:25 +09:00
Gregory Sanders
b947fa5788 Merge pull request #236 from instagibbs/fixqtreserve
fixup! Don't use pointers for CReserveKeys
2017-08-09 14:31:02 -04:00
Gregory Sanders
4e4fe7f602 fixup! Don't use pointers for CReserveKeys 2017-08-09 14:29:19 -04:00
Gregory Sanders
bc4a33163a Merge pull request #225 from instagibbs/fundreserve
FundTransaction should avoid copying CReserveKeys
2017-08-09 11:12:15 -04:00
Gregory Sanders
d599ffaab0 Merge pull request #230 from AkioNak/rpctest-run-though
fix rpc-tests to avoid illegal termination.
2017-08-09 09:47:27 -04:00
Akio Nakamura
a0046c047f comment out smartfees.py and rpcbind_test.py 2017-08-09 10:48:11 +09:00
Akio Nakamura
6d22d975ff delete return statement that top of setup_network 2017-08-09 10:48:11 +09:00
Gregory Sanders
f400def229 Don't use pointers for CReserveKeys 2017-08-08 10:38:45 -04:00
Gregory Sanders
a1db263765 Merge pull request #228 from instagibbs/pytutcleanup
python assets tutorial clarifications and cleanup
2017-08-04 11:46:21 +09:00
Gregory Sanders
e624ab0a4f python assets tutorial clarifications and cleanup 2017-08-04 09:55:51 +09:00
Gregory Sanders
cf9efd84fc Merge pull request #220 from instagibbs/revertcheck
Revert ownership of CCheck to QueueCheck, return ScriptError
2017-08-03 10:02:31 +09:00
Gregory Sanders
cc3a3687b0 Merge pull request #219 from instagibbs/pythonassets
Add python asset tutorial
2017-07-30 08:41:34 +09:00
Gregory Sanders
1c315699e8 add python assets tutorial 2017-07-27 16:26:30 +09:00
Gregory Sanders
aaa8c0535b bash assets tutorial: sidechain_address is now optional 3rd argument 2017-07-27 13:35:32 +09:00
Gregory Sanders
10ea130378 Merge pull request #226 from instagibbs/mempoollock
Fix claimpegins from mempool locks
2017-07-26 22:36:36 -04:00
Gregory Sanders
793e92bd08 add mempool claimpegin flood testing 2017-07-25 19:10:39 -04:00
Gregory Sanders
90ee152c93 withdrawlocks do not need any maturing, test mempool access 2017-07-25 18:55:15 -04:00
Gregory Sanders
9823c8889c Allow mempool withdrawlocks to be grabbed by clients during pegin 2017-07-25 18:55:15 -04:00
Gregory Sanders
209df50916 Add test to multi-asset fundrawtransaction 2017-07-20 07:56:41 -04:00
Gregory Sanders
87360a3836 FundTransaction: Add reserve keys for inputs as well 2017-07-20 07:56:41 -04:00
Gregory Sanders
618da601a1 FundTransaction should avoid copying CReserveKeys 2017-07-20 07:56:41 -04:00
Gregory Sanders
7c7a765373 createrawtransaction: fix output asset type logic 2017-07-20 07:56:41 -04:00
Gregory Sanders
446bcaba17 SCMC: no need to assert negative values since we check later 2017-07-20 07:56:41 -04:00
Gregory Sanders
29b1f21c77 Free relay reserved entirely for withdrawlock spends, not rate limited 2017-07-19 10:31:09 -04:00
Gregory Sanders
5dcf8a3f50 Merge pull request #187 from jtimon/e14-fedpegscript-hf
HF: Genesis block includes fedpegscript and signblockscript
2017-07-19 09:57:37 -04:00
Gregory Sanders
b8aa6eb0ff Merge pull request #216 from AkioNak/fix-rpc-listissuances
listissuances should outputs asset/tokenamount as -1 if the asset is blinded.
2017-07-19 08:39:52 -04:00
Gregory Sanders
4d65c0c3e8 Merge pull request #217 from AkioNak/fix-rpc-listreceivedbyaddress
fix listreceivedbyaddress to sum amounts for each asset.
2017-07-19 08:30:47 -04:00
Akio Nakamura
7485b364e7 add/fix some tests for {list,get}receivedby{address,account} 2017-07-19 20:43:07 +09:00
Akio Nakamura
befa2e0513 add some tests for listissuance. 2017-07-19 11:31:44 +09:00
Gregory Sanders
d6a9a01a2b Merge pull request #218 from instagibbs/fundstillbroken
fundrawtransaction needs to push back all outputs
2017-07-18 22:28:39 -04:00
Gregory Sanders
f3a4e5b798 Revert ownership of CCheck to QueueCheck, return ScriptError 2017-07-18 21:58:42 -04:00
Gregory Sanders
5f254c2ab9 fundrawtransaction needs to push back all outputs 2017-07-18 14:42:10 -04:00
Akio Nakamura
e491e5bdff fix listreceivedbyaddress to sum amounts for each asset. 2017-07-18 16:48:11 +09:00
Akio Nakamura
da8b6c1d4b listissuances returns asset/tokenamount as -1 if the asset is blinded. 2017-07-18 15:08:16 +09:00
Gregory Sanders
28c66dcb44 Merge pull request #211 from instagibbs/minerfree
Miner selects any feerate no matter how small
2017-07-17 14:59:23 -04:00
Gregory Sanders
36aeb6ad75 Merge pull request #210 from instagibbs/testfreerelaypeg
Increase default free relay for pegins, test that pegging is accepted…
2017-07-17 14:59:13 -04:00
Gregory Sanders
db2f54f53e Merge pull request #214 from shesek/patch-1
Fix Confidential Assets link
2017-07-17 08:24:10 -04:00
Nadav Ivgi
2adc33a11d Fix Confidential Assets link 2017-07-17 15:20:17 +03:00
Gregory Sanders
4e77d7d222 Merge pull request #212 from tdudz/remove-unused-amountvar
[trivial] remove unused variable "amount" in rawtransaction.cpp
2017-07-14 21:53:38 -04:00
tdudz
d2110819a0 remove unused variable 'amount' 2017-07-14 15:55:57 -07:00
Gregory Sanders
46c103f797 Miner selects any feerate no matter how small 2017-07-14 12:55:33 -04:00