Commit graph

13506 commits

Author SHA1 Message Date
Gregory Sanders
fa06b2ae0c Don't use blinders you don't control the inputs to 2017-08-08 11:04:20 -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
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
Gregory Sanders
a5a81a51a0 Increase default free relay for pegins, test that pegging is accepted to other node's mempool 2017-07-14 12:14:43 -04:00
Gregory Sanders
e40a289b62 Merge pull request #209 from kallewoof/in-below-out-fix
bad-txns-in-belowout -> bad-txns-in-ne-out
2017-07-13 08:18:47 -04:00
Gregory Sanders
963e36f08c Disable QT test with hardcoded block hash values 2017-07-13 04:41:40 +02:00
Karl-Johan Alm
813f562eee
[test] Update p2p-fullblocktest.py to reflect change in error string. 2017-07-13 10:37:44 +09:00
Karl-Johan Alm
0cd7cc16d3
bad-txns-in-belowout -> bad-txns-in-ne-out
The error message indicates that the inputs exceed the outputs. In reality, at least for blinded transactions, the error will also appear if the in exceeds the out, i.e. this error appears for all transactions where inputs do not sum up to outputs.
2017-07-12 17:50:17 +09:00
Gregory Sanders
3c376534e3 Merge pull request #199 from instagibbs/serValCommit
replace serValue with amount(commitment)
2017-07-11 10:03:21 -04:00
Gregory Sanders
1e1366b68d various rpc help and return fixes 2017-07-11 10:02:40 -04:00
Gregory Sanders
4c5b799547 Merge pull request #200 from instagibbs/p2shprefix
change base58 prefix for script addresses
2017-07-11 08:20:00 -04:00
Gregory Sanders
77fd811920 change base58 prefix for script addresses 2017-07-07 16:28:28 -04:00
Gregory Sanders
0e7d8db1d0 replace serValue/valuecommitment with amount(commitment) 2017-07-07 15:52:31 -04:00
Gregory Sanders
fe39cf5599 Merge pull request #198 from instagibbs/rawblindrawfixes
rawblindraw fixes, tests
2017-07-07 09:17:16 -04:00
Gregory Sanders
5e0c2857b9 add functional tests of rawblindrawtransaction 2017-07-07 08:43:19 -04:00
Gregory Sanders
8b7476aba2 Fixups of rawblindraw 2017-07-07 08:43:19 -04:00
Gregory Sanders
26a4cc349b return assetblinder in listunspent 2017-07-06 12:03:44 -04:00
Gregory Sanders
cff7286d1a Merge pull request #197 from ElementsProject/createrawvalue
Remove nValue/amount arguments from createrawtransaction
2017-07-06 11:27:34 -04:00
Gregory Sanders
b292aef552 Remove nValue/amount arguments from createrawtransaction 2017-07-06 09:24:24 -04:00
Gregory Sanders
f83782afc6 Merge pull request #196 from AkioNak/remove-redundant-code-issueasset
Remove redundant code (issueasset)
2017-07-05 08:38:47 -04:00
Gregory Sanders
db42451290
HF: Genesis block includes fedpegscript 2017-07-04 17:18:38 +02:00
Akio Nakamura
47e1686e50 Remove redundant code (issueasset) 2017-07-04 16:56:03 +09:00
Gregory Sanders
8d1b5520d7 Merge pull request #195 from AkioNak/fix-getbalance-helptext
Fix help text in wallet/rpcwallet.cpp
2017-06-30 08:39:22 -04:00
Akio Nakamura
df676164d6 Fix help text in wallet/rpcwallet.cpp 2017-06-29 18:05:15 +09:00