Edgardo Moreno
27cfac63e1
List Chaucha (CHA)
2018-10-03 20:42:29 -03:00
Manfred Karrer
744f0cc516
Refactor TxOutputParser
...
- Remove unneeded isLastOutput
- Rename bsqOutputs to tempTxOutputs
- Rename commitTxOutputs to commitTxOutputsForValidTx
2018-10-03 17:59:34 -05:00
Manfred Karrer
0c8d475c24
Improve string
2018-10-03 17:58:01 -05:00
Manfred Karrer
69210d9125
Fix missing updates of enum entries
2018-10-03 17:50:36 -05:00
Manfred Karrer
294c941512
Fix missing updates of enum entries
2018-10-03 17:34:40 -05:00
Manfred Karrer
e11e2b3c9e
Fix PB enum
...
As PB handles enums globally there must not be same entries in 2 diff.
enums. Therefore I postfixed with _OUTPUT 3 entries in TxOutputType.
2018-10-03 17:32:34 -05:00
Manfred Karrer
275286690b
Improve logs
2018-10-03 17:28:54 -05:00
Manfred Karrer
48fa9e75c9
Fix incorrect TxType entries in PB definitions
2018-10-03 17:28:44 -05:00
Manfred Karrer
7d045f028f
Fix incorrect/missing TxOutputType entries in PB definitions
2018-10-03 17:12:51 -05:00
Manfred Karrer
126d279e6e
Merge pull request #1718 from sqrrm/refactor-dao-parser
...
[WIP] Refactor dao parser
2018-10-03 17:10:13 -05:00
fotispap
c305a3cb03
Remove age from limitations of altcoin accounts
2018-10-03 22:26:50 +02:00
Manfred Karrer
fd97c3c7f9
Merge pull request #1738 from ManfredKarrer/dao-fixes
...
Dao fixes
2018-10-03 13:41:56 -05:00
sqrrm
bc262460a1
Merge remote-tracking branch 'origin/master' into refactor-dao-parser
2018-10-03 10:51:49 +02:00
Manfred Karrer
32bfe0eb8e
Set activation date, add logs
2018-10-02 22:58:38 -05:00
Manfred Karrer
984c305b77
Remove isAutoSelectArbitrators and hasMatchingLanguage check
2018-10-02 22:48:07 -05:00
Manfred Karrer
6346b14577
Remove hasMatchingArbitrator check
2018-10-02 22:47:16 -05:00
Manfred Karrer
cb17b008a3
Remove arbitrator selection view
2018-10-02 22:35:16 -05:00
Manfred Karrer
b2fd120eff
Add arbitrator_node_address to PB
2018-10-02 22:27:01 -05:00
Manfred Karrer
308d9d63a4
Remove autoSelectArbitratorsCheckBox
2018-10-02 22:11:43 -05:00
Manfred Karrer
8bcefaa135
Implement new arbitrator selection rule
2018-10-02 22:09:15 -05:00
Manfred Karrer
1e7dc5e95f
Add arbitrator to OfferAvailabilityResponse
2018-10-02 18:17:15 -05:00
Manfred Karrer
78a298cb13
Add ARBITRATOR_ADDRESS to extra map in trade statistics
2018-10-02 18:16:34 -05:00
Manfred Karrer
f2e289d0a6
Add ArbitratorSelection based on tradestatistics
2018-10-02 18:15:47 -05:00
John P
b4f772c118
Merge remote-tracking branch 'origin/master'
2018-10-02 17:41:47 -04:00
John P
5dafde8935
List Radium (RADS)
...
Official Project URL: https://radiumcore.org/
Official Block Explorer URL: https://chainz.cryptoid.info/rads/
Update Params
Updated Base58 Params
2018-10-02 17:40:10 -04:00
John P
176e15db74
List Radium (RADS)
...
Official Project URL: https://radiumcore.org/
Official Block Explorer URL: https://chainz.cryptoid.info/rads/
2018-10-02 17:16:15 -04:00
Manfred Karrer
d68f9b5474
Fix wrong validation checks on proposals and ballots
...
- We cannot validate the txType at startup as the blockchain is nto ready at that moment. So we cannot apply that validation when we receive the payloads. We do the validation instead at the access to the lists.
- We fix a glitch with missing cycle start time in ResultsOfCycle
- Cleanup in VoteResultView
2018-10-01 21:19:12 -05:00
Manfred Karrer
2de9c7282e
Make DaoFacade implement DaoSetupService
...
- Fixes a bug that the phaseProperty was not set in DaoFacade as the
class was instantiated on demand and missed updates.
2018-10-01 21:16:02 -05:00
project-qmc
0c97d6dcd1
List QMCoin
2018-10-02 02:50:18 +01:00
Manfred Karrer
030dc0209b
Change btcd-cli4j to 3864e1c4
2018-10-01 12:17:40 -05:00
Manfred Karrer
b981737775
Change log msg with update to new btcd-cli4j
2018-10-01 12:17:28 -05:00
Manfred Karrer
7ac2a02279
Fix startHeight, handle errors
2018-10-01 11:39:45 -05:00
Manfred Karrer
6873d03216
Merge pull request #1735 from ManfredKarrer/master
...
Fixes and improvements
2018-09-29 12:27:04 -05:00
Manfred Karrer
012dab9ad2
Add isUnspent to JsonTxOutput
2018-09-28 19:58:03 -05:00
Manfred Karrer
3de2746834
Rename outputIndex
2018-09-28 19:49:36 -05:00
Manfred Karrer
54fc96a5d7
Update json classes for BSQ explorer
2018-09-28 19:34:08 -05:00
Manfred Karrer
dcd0ff5efd
Add tx validation for proposals
2018-09-28 14:53:27 -05:00
Manfred Karrer
1760094286
Handle reorgs
2018-09-28 14:52:59 -05:00
Manfred Karrer
d7be7f48f2
Remove unneeded BtcWalletService field
2018-09-28 13:05:06 -05:00
Manfred Karrer
2b5731ce7f
Add buyers payment account name to trade screen
...
In case the buyer has setup multiple accounts for a payment method
we show the used payment account for that offer in the trade screen.
See: https://github.com/bisq-network/bisq/issues/1733
2018-09-28 12:04:09 -05:00
Manfred Karrer
bd44aea27a
Add comment for @ripcurlx to add some visual element
...
If we have multiple payment accounts we should show some info/warning to
make sure the user has selected the account he wants to use.
To use a popup is not recommended as we have already 3 popups at the
first time (if user has not clicked
don't show again).
@ripcurlx Maybe a similar warn triangle as used in create offer
might work?
See: https://github.com/bisq-network/bisq/issues/1733
2018-09-28 11:25:07 -05:00
Manfred Karrer
afdd14e391
Remove remaining "N/A" in offer screen after price is set
...
- If the price is not available we display "N/A". Once the price
becomes available the listener handler was not removing the text (N/A).
2018-09-28 11:09:22 -05:00
Manfred Karrer
2f8172f704
Apply rounding or fiat volume to trade statistics
2018-09-28 10:46:25 -05:00
Manfred Karrer
0508489191
Add comment, cleanup
2018-09-27 21:26:21 -05:00
Technohacker
d599f4078c
List Ryo (RYO)
2018-09-28 07:42:27 +05:30
Manfred Karrer
19f1d2b565
Add log
2018-09-27 20:17:53 -05:00
Manfred Karrer
774b2b3c51
Add missing scriptType enum
2018-09-27 20:16:57 -05:00
Manfred Karrer
0414b1baec
Update to btcd-cli4j 1763d7ef
...
- Fixes missing scriptType enum
2018-09-27 20:16:44 -05:00
Manfred Karrer
91153c2d6e
Merge pull request #1730 from devinbileck/Fix-last-update-timestamp-in-price-feed-service
...
Fix last request timestamp in price feed service
2018-09-27 19:06:12 -05:00
Devin Bileck
3663d6cf14
Fix last update timestamp in price feed service
2018-09-27 12:55:02 -07:00